Thanks for all the help, after this, I was able to step through a few other minor compiling things on the evolution part and finally have the new 2.24 version running.....
Much appreciate to Matthew and Patrick for all the help! Tony ----- Original Message ---- From: Matthew Barnes <[email protected]> To: [email protected] Sent: Friday, December 19, 2008 8:01:53 PM Subject: Re: [Evolution] Compiling evolution-data-server-2.24.2 error On Fri, 2008-12-19 at 17:01 -0800, Anthony Wolfe wrote: > Seriously appreciate the help. I am using the export config path and not > helping. IF I manually change the e-msgport.c file to look for nspr.h in > /usr/include/nspr4/nspr.h then it finds it and compiles, but the linking > fails with.... > > ./.libs/libedataserver-1.2.so: undefined reference to `PR_GetErrorText' > ./.libs/libedataserver-1.2.so: undefined reference to `PR_GetErrorTextLength' > ./.libs/libedataserver-1.2.so: undefined reference to `PR_Write' > ./.libs/libedataserver-1.2.so: undefined reference to `PR_Read' > ./.libs/libedataserver-1.2.so: undefined reference to `PR_CreatePipe' > ./.libs/libedataserver-1.2.so: undefined reference to `PR_Close' > ./.libs/libedataserver-1.2.so: undefined reference to `PR_GetError' > collect2: ld returned 1 exit status > make[2]: *** [test-source-list] Error 1 > > Any thoughts on this? The compiler found nspr.h, now the linker needs to find libnspr4.so. Locate your libnspr4.so and specify its directory at configure time: --with-nspr-libs=/path/to/library Matthew Barnes _______________________________________________ Evolution-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-list
