Hi folks, I am trying to upgrade to a current version of GNUstep after not having spent time on it for half a year. This is what I get.
[EMAIL PROTECTED]:~/GMastermind2> make Making all for app GMastermind2... Creating GMastermind2.app/.... Compiling file main.m ... Compiling file Controller.m ... Compiling file Views.m ... Linking app GMastermind2 ... Creating GMastermind2.app/Resources... Creating GMastermind2.app/Resources/Info-gnustep.plist... plmerge: relocation error: /usr/lib/libxslt.so.1: undefined symbol: xmlIsBaseCharGroup make[1]: [GMastermind2.app/Resources/Info-gnustep.plist] Fehler 127 (ignoriert) Creating GMastermind2.app/Resources/GMastermind2.desktop... pl2link: relocation error: /usr/lib/libxslt.so.1: undefined symbol: xmlIsBaseCharGroup make[1]: *** [GMastermind2.app/Resources/GMastermind2.desktop] Fehler 127 make: *** [GMastermind2.all.app.variables] Fehler 2 I have the following setup, which I downloaded today. [EMAIL PROTECTED]:~/GMastermind2> ls -l /usr/local/src/libxslt-1.1.14.tar.gz \ > /usr/local/src/libxml2-2.6.23.tar.bz2 /usr/local/src/gnustep-startup-0.14.0.tar.gz -rw-r--r-- 1 riedel users 5959361 2006-02-09 14:21 /usr/local/src/gnustep-startup-0.14.0.tar.gz -rw-r--r-- 1 riedel users 3418784 2006-02-09 17:07 /usr/local/src/libxml2-2.6.23.tar.bz2 -rw-r--r-- 1 riedel users 2656032 2006-02-09 14:30 /usr/local/src/libxslt-1.1.14.tar.gz [EMAIL PROTECTED]:~/GMastermind2> ls -l /usr/lib/libxslt.so.1 lrwxrwxrwx 1 root root 32 2006-02-09 19:22 /usr/lib/libxslt.so.1 -> /usr/local/lib/libxslt.so.1.1.14 [EMAIL PROTECTED]:~/GMastermind2> ls -l /usr/local/lib/libxslt.so.1.1.14 -rwxr-xr-x 1 root root 603492 2006-02-09 18:21 /usr/local/lib/libxslt.so.1.1.14 What is happening here? Is there a switch like "--with-xml-prefix"? Something like "--with-xslt-prefix"? Best regards, Marko +-------------------------------------------------------------+ | Marko Riedel, EDV Neue Arbeit gGmbH, [EMAIL PROTECTED] | | http://www.geocities.com/markoriedelde/index.html | +-------------------------------------------------------------+ ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
