discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible problem with gnustep-gui 0.12.1 header NSStringDrawing.h


From: Fred Kiefer
Subject: Re: Possible problem with gnustep-gui 0.12.1 header NSStringDrawing.h
Date: Thu, 03 Jan 2008 00:45:38 +0100
User-agent: Thunderbird 2.0.0.9 (X11/20070801)

Richard Stonehouse wrote:
> 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?
> 
This was a previously unnoticed bug. The version macros were not
included by that file. This went unnoticed as it isn't normally included
directly.

Thank you for reporting this issue. It should already be fixed in SVN.

Fred




reply via email to

[Prev in Thread] Current Thread [Next in Thread]