Thanx wes ..... I compiled cairo code and generated .so .... but im facing these issues with directfb-cairo compilation.
Here are the steps I followed : ----------------------------------------------- Cairo package compilation steps for PC version: ----------------------------------------------- 1) ./configure --enable-directfb --enable-freetype --disable-xlib 2) export DIRECTFB_INSTALL_PATH= 3)added -lcairo to LIBS variable in Makefile of DirectFB-0.9.22/tools 4)compiled Directfb but the following error is flashed. /usr/local/lib/libcairo.so: undefined reference to `FcPatternAddInteger' /usr/local/lib/libcairo.so: undefined reference to `FcPatternAddBool' /usr/local/lib/libcairo.so: undefined reference to `FcPatternGetBool' /usr/local/lib/libcairo.so: undefined reference to `FcPatternGetString' /usr/local/lib/libcairo.so: undefined reference to `FcPatternGetInteger' /usr/local/lib/libcairo.so: undefined reference to `FcPatternCreate' /usr/local/lib/libcairo.so: undefined reference to `FcPatternAddString' /usr/local/lib/libcairo.so: undefined reference to `FcPatternGet' /usr/local/lib/libcairo.so: undefined reference to `FcConfigSubstitute' /usr/local/lib/libcairo.so: undefined reference to `FcPatternDestroy' /usr/local/lib/libcairo.so: undefined reference to `FcFontMatch' /usr/local/lib/libcairo.so: undefined reference to `DirectFBError' /usr/local/lib/libcairo.so: undefined reference to `FcDefaultSubstitute' collect2: ld returned 1 exit status make[2]: *** [directfb-csource] Error 1 Note: FreeType2.1.10 is compiled for PC version and .so & .a are present in /usr/local/lib May I know what step iam missing ... ??? or are there any extra things to be done which I might have overlooked. -Sujay. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wesley Moore Sent: Wednesday, April 26, 2006 10:45 AM To: [email protected] Subject: Re: [directfb-users] help needed for compiling cairo graphics withdirectfb. I think you have to use Cairo CVS (or whatever SCM they are using now) to get DirectFB support. Wes On 4/26/06, Sujay Baliga <[EMAIL PROTECTED]> wrote: > > > > Hi dok, > > Im trying to use cairo graphics with directfb as backend. > > I downloaded the cairo tarball from the official site of cairo graphics & > complied it by following the steps mention in their "Install" file. > > Im using the example given on directfb official site for cairo usage. > > But there is a linker error saying undefined reference to > "cairo_directfb_surface_create". > > Can I know what step I am missing in the compilation process of cairo for > directfb? > > > > Thnx & Rgds, > > Sujay. _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users ######################################################### THIS EMAIL MESSAGE IS FOR THE SOLE USE OF THE INTENDED RECIPIENT(S) AND MAY CONTAIN CONFIDENTIAL AND PRIVILEGED INFORMATION. ANY UNAUTHORIZED REVIEW, USE, DISCLOSURE OR DISTRIBUTION IS PROHIBITED.BEFORE OPENING ANY ATTACHMENTS PLEASE CHECK FOR VIRUSES AND DEFECTS.IF YOU ARE NOT THE INTENDED RECIPIENT, PLEASE NOTIFY US IMMEDIATELY BY REPLY E-MAIL AND DELETE THE ORIGINAL MESSAGE. ########################################################## _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
