[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Possible problem with gnustep-gui 0.12.1 header NSStringDrawing.h
From: |
Richard Stonehouse |
Subject: |
Possible problem with gnustep-gui 0.12.1 header NSStringDrawing.h |
Date: |
Wed, 2 Jan 2008 21:33:27 +0000 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
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
- Possible problem with gnustep-gui 0.12.1 header NSStringDrawing.h,
Richard Stonehouse <=