On Tue, Jun 28, 2011 at 01:20:52AM +0800, Liang Guo wrote: > I found the root of this problem, spicec is linked with -lCEGUIBase, > and /usr/lib/libCEGUIBASE.la have > > dependency_libs=' /usr/lib/libfreetype.la -lz -lpcre -lfreeimage -lGLU -lGL' > > but libfreetype.la is in /usr/lib/x86_64-linux-gnu, > > Change dependency_libs to /usr/lib/x86_64-linux-gnu/libfreetype.la can > let spicec be compiled successfullly.
Ah, good to know you got to the bottom of it. You can disable use of cegui by passing --disable-gui to configure if I remember correctly (there's a switch for that, not 100% sure about its name) Christophe
pgp46ZuMJlULB.pgp
Description: PGP signature
_______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
