[anjuta-list] Can't Build Anjuta



Hello Everyone,

I'm having trouble building Anjuta 3.4.1 on my Redhat Enterprise Linux Desktop 6.2 system. I dowloaded and installed all the prerequisites except subversion and vala. I ran configure and it runs to a successful completion. I then try to run make and it fails with the following error:

make[4]: Entering directory `/home/Polestartech/anjuta-3.4.1/libanjuta/tests'
  CCLD   anjuta-tabber-test
/usr/local/lib/libgdl-3.so: undefined reference to `xmlParseFile@LIBXML2_2.4.30'
/usr/local/lib/libgdl-3.so: undefined reference to `xmlUnlinkNode@LIBXML2_2.4.30'
/usr/local/lib/libgdl-3.so: undefined reference to `xmlDocDump@LIBXML2_2.4.30'
/usr/local/lib/libgdl-3.so: undefined reference to `xmlFree@LIBXML2_2.4.30'
/usr/local/lib/libgdl-3.so: undefined reference to `xmlGetProp@LIBXML2_2.4.30'
/usr/local/lib/libgdl-3.so: undefined reference to `xmlFreeDoc@LIBXML2_2.4.30'
/usr/local/lib/libgdl-3.so: undefined reference to `xmlFreeNode@LIBXML2_2.4.30'
/usr/local/lib/libgdl-3.so: undefined reference to `xmlNewDoc@LIBXML2_2.4.30'
/usr/local/lib/libgdl-3.so: undefined reference to `xmlNewDocNode@LIBXML2_2.4.30'
/usr/local/lib/libgdl-3.so: undefined reference to `xmlSetProp@LIBXML2_2.4.30'
/usr/local/lib/libgdl-3.so: undefined reference to `xmlNewChild@LIBXML2_2.4.30'
collect2: ld returned 1 exit status
make[4]: *** [anjuta-tabber-test] Error 1
make[4]: Leaving directory `/home/Polestartech/anjuta-3.4.1/libanjuta/tests'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/Polestartech/anjuta-3.4.1/libanjuta'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/Polestartech/anjuta-3.4.1/libanjuta'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Polestartech/anjuta-3.4.1'
make: *** [all] Error 2

I dowloaded, built and installed libxml2 2.7.8(in usr/local/lib) before I tried the make. I set PKG_CONFIG_PATH=/usr/local/lib/pkgconfig and LD_LIBRARY_PATH=/usr/local/lib. I do have to su into root to run make without running into a permissions error. I don't understand why the linker can't find the other library to resolve the above. Any suggestions?

Thanks in advance,
Al


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]