I started building GTK+ with direct framebuffer by refering
http://directfb.org/wiki/index.php/Proj ... ed_Systems While compiling pango i am getting the following error
Code:
/home/power/js2toolchain/gcc-4.6.1-eglibc-2.14/powerpc-linux-gnu/lib/gcc/powerpc-linux-gnu/4.6.1/../../../../powerpc-linux-gnu/bin/ld: warning: libxml2.so.2, needed by /opt/gtkdfb/usr/local/lib/libfontconfig.so, not found (try using -rpath or -rpath-link)
/opt/gtkdfb/usr/local/lib/libfontconfig.so: undefined reference to `xmlSAX2GetLineNumber'
/opt/gtkdfb/usr/local/lib/libfontconfig.so: undefined reference to `xmlCtxtGetLastError'
/opt/gtkdfb/usr/local/lib/libfontconfig.so: undefined reference to `xmlFreeParserCtxt'
/opt/gtkdfb/usr/local/lib/libfontconfig.so: undefined reference to `xmlParseChunk'
/opt/gtkdfb/usr/local/lib/libfontconfig.so: undefined reference to `xmlCreatePushParserCtxt'
collect2: ld returned 1 exit status
gmake[4]: *** [harfbuzz-dump] Error 1
gmake[4]: Leaving directory `/home/power/arief/pango-1.20.0/pango/opentype'
gmake[3]: *** [all-recursive] Error 1
Tried hard by referring so many forums but nothing worked
Help needed.