I figured it out (always works that why, post asking for help the almost immediately finding the answer).
I guess I missed a couple of dependencies. I went through the dependency list again in the comprehensive guide find a couple of didn't remember installing and installed them and then it compiled correctly. I believe it was "libXmu" (maybe "libXft") I had missed that fixed it, but don't know which one actually fixed it. mjparme wrote: > > I have been able to successfully compile gnustep base, make, and gui. > However, when trying to compile gnustep back 0.16.0 I get the following > compiler error: > > xutil.c:190: warning: ‘getDepth’ defined but not used > Compiling file XGServer.m ... > Compiling file XGServerEvent.m ... > Compiling file XGServerWindow.m ... > XGServerWindow.m:60:34: warning: X11/extensions/shape.h: No such file or > directory > XGServerWindow.m: In function ‘-[XGServer(WindowOps) > restrictWindow:toImage:]’: > XGServerWindow.m:2957: warning: implicit declaration of function > ‘XShapeCombineMask’ > XGServerWindow.m:2957: error: ‘ShapeBounding’ undeclared (first use in > this function) > XGServerWindow.m:2957: error: (Each undeclared identifier is reported only > once > XGServerWindow.m:2957: error: for each function it appears in.) > XGServerWindow.m:2958: error: ‘ShapeSet’ undeclared (first use in this > function) > make[3]: *** [obj/XGServerWindow.m.o] Error 1 > make[2]: *** [x11.all.subproject.variables] Error 2 > make[1]: *** [libgnustep-back-016.all.bundle.variables] Error 2 > make: *** [internal-all] Error 2 > > My compiler version: > > gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3) > Copyright (C) 2007 Free Software Foundation, Inc. > > This is Ubuntu 8.04, my uname output: Linux 2.6.24-22-generic #1 SMP Mon > Nov 24 18:32:42 UTC 2008 i686 GNU/Linux > > > Can anyone provide any insight? > Thanks! > > > > > > -- View this message in context: http://www.nabble.com/gnustep-back-compile-problem-tp21319275p21319440.html Sent from the GNUstep - General mailing list archive at Nabble.com. _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
