Hello,
first of all, my setup:
Cubieboard2 running Debian Wheezy (Altered distro based on Wheezy)
Cubieboard2 running Debian Wheezy (Altered distro based on Wheezy)
I have installed already:
libspice-protocol-dev
spice-vdagent
xserver-xorg-video-qxl
celt051 (previously owned the 071 but found out spice works only with 051)
Everything was flowing until this happened:
Libraries have been installed in:/usr/local/lib
If you ever happen to want to link against installed librariesin a given directory, LIBDIR, you must either use libtool, andspecify the full pathname of the library, or use the `-LLIBDIR'flag during linking and do at least one of the following:- add LIBDIR to the `LD_LIBRARY_PATH' environment variableduring execution- add LIBDIR to the `LD_RUN_PATH' environment variableduring linking- use the `-Wl,-rpath -Wl,LIBDIR' linker flag- have your system administrator add LIBDIR to `/etc/ld.so.conf'See any operating system documentation about shared libraries formore information, such as the ld(1) and ld.so(8) manual pages.----------------------------------------------------------------------/bin/mkdir -p '/usr/local/include/spice-controller'/usr/bin/install -c -m 644 spice-controller.h '/usr/local/include/spice-controller'make[6]: Leaving directory `/home/cubie/Desktop/spice-gtk-0.22/gtk/controller'make[5]: Leaving directory `/home/cubie/Desktop/spice-gtk-0.22/gtk/controller'make[4]: Leaving directory `/home/cubie/Desktop/spice-gtk-0.22/gtk/controller'make[4]: Entering directory `/home/cubie/Desktop/spice-gtk-0.22/gtk'/usr/bin/ld: cannot find -lceltcollect2: ld returned 1 exit statusmake[4]: *** [libspice-client-glib-2.0.la] Error 1make[4]: Leaving directory `/home/cubie/Desktop/spice-gtk-0.22/gtk'make[3]: *** [install-recursive] Error 1make[3]: Leaving directory `/home/cubie/Desktop/spice-gtk-0.22/gtk'make[2]: *** [install] Error 2make[2]: Leaving directory `/home/cubie/Desktop/spice-gtk-0.22/gtk'make[1]: *** [install-recursive] Error 1make[1]: Leaving directory `/home/cubie/Desktop/spice-gtk-0.22'make: *** [install] Error 2
It seems that it's trying to find the libcelt file and running at gcc with the command -lcelt.
What should i do to overcome this problem? Can i disable the need for celt as i won't be using sound at remote sessions?
Thanks to you all. Really hope you can help me :)
Cheers from Portugal.
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel