Building an application, I hit the following error: Compiling file NSCellExtensions.m ... In file included from NSCellExtensions.m:23: /usr/include/AppKit/NSStringDrawing.h:36:19: error: missing binary operator before token "("
The relevant line in NSStringDrawing.h is: #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) which seems to be new in gnustep-gui version 0.12.1 (replaces a #ifndef in version gnustep-gui 0.11.0). As a quick hack, I tried commenting out this #if and the corresponding #endif, which got rid of the problem. Using gnustep-make-2.0.2 and gnustep-base-1.14.2 with an FHS layout. gcc version 4.1.2 20061115 (prerelease) (SUSE Linux) Is this a Bug, a User Error or a Known Problem? -- Richard Stonehouse _______________________________________________ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep