Hi Mike, I think this problem is caused by your version of the GNUstep base library not being linked against libxml2. Best to start anew. Install the dev package for that library and re-configure GNUstep base, compile and install that and have another go at GNUstep gui.
If this isn't an option for you, you will need to comment out a section of the file gui/Source/GSXIBLoader.m, as the XML processing isn't needed in most cases. Hope this helps, Fred On 14.10.2013 15:52, Michael P. Soulier wrote: > I'm on Debian wheezy (stable), trying to use the > gnustep-startup-0.30 package. > > Making all for bundle libgmodel... Creating libgmodel.bundle/.... > Compiling file IMCustomObject.m ... Compiling file IMConnectors.m > ... Compiling file IMLoading.m ... Compiling file GMAppKit.m ... > Compiling file GMArchiver.m ... Linking bundle libgmodel ... > Creating libgmodel.bundle/Resources... Creating stamp file... > Creating libgmodel.bundle/Resources/Info-gnustep.plist... make[2]: > Nothing to be done for `internal-master-tool-all'. make[2]: Nothing > to be done for `internal-master-app-all'. Making all in Tools ... > Making all for tool make_services... Compiling file make_services.m > ... Linking tool make_services ... Making all for tool > set_show_service... Compiling file set_show_service.m ... Linking > tool set_show_service ... ../Source/./obj/libgnustep-gui.so: > undefined reference to `__objc_class_name_NSXMLDocument' > ../Source/./obj/libgnustep-gui.so: undefined reference to > `__objc_class_name_NSXMLElement' collect2: error: ld returned 1 > exit status make[4]: *** [obj/set_show_service] Error 1 make[3]: > *** [internal-tool-all_] Error 2 make[2]: *** > [set_show_service.all.tool.variables] Error 2 make[1]: *** > [internal-all] Error 2 make: *** [internal-all] Error 2 make[4]: > *** [obj/set_show_service] Error 1 make[3]: *** > [internal-tool-all_] Error 2 make[2]: *** > [set_show_service.all.tool.variables] Error 2 make[1]: *** > [internal-all] Error 2 make: *** [internal-all] Error 2 > --------------------------------------------------------- > Installation of GNUstep Gui failed. Send the > /home/msoulier/temp/gnustep-startup-0.30.0/build/logs.tar.gz file > to [email protected] for help > > It's not going so well. I am attaching said build logs. > > Mike _______________________________________________ Bug-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-gnustep
