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-tp21319275p21319275.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
