discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Pantomime compile difficulties...........


From: Mario Wehbrink
Subject: Re: Pantomime compile difficulties...........
Date: Fri, 9 May 2003 16:17:42 +0200
User-agent: slrn/0.9.7.4 (Linux)

Andy <andy@localhost.net> schrieb:

> Hi folks, trying to compile the latest version of Pantomime onto my
> system... i've read about the GSCategories.h edit where you comment out
> the #ifdef and #endif on lines 31 and 33........am i just commenting out
> these explicit characters or all of line 31 or all between 31 to 33?
> 
> I tryed commenting out just these characters and i still get errors
> part way through make.
> 
> The original error is this.........
> 
>  Compiling file NSString+Extensions.m ...
> In file included from NSString+Extensions.m:31:
> /usr/GNUstep/System/Headers/gnustep/base/GSCategories.h:37: cannot find
> interface declaration for `NSCalendarDate' make[2]: ***
> [shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSString+Extensions.o] Error 1
> make[1]: *** [libPantomime.all.library.variables] Error 2 make[1]: Leaving
> directory `/home/kricxjo/Programado/Sources/Pantomime-1.1/Source' make:
> *** [internal-all] Error 2

include

#include <Foundation/NSCalendarDate.h>
#include <Foundation/NSData.h>

in NSString+Extensions.m in the Pantomine source dir before line 31.

Had the same problem a few days ago. Adam Fedor helped me with that.



Mario

-- 
http://www.porcupinetree.com/


reply via email to

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