help-gnustep
[Top][All Lists]
Advanced

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

Re: Pantomime compile-error


From: Mario Wehbrink
Subject: Re: Pantomime compile-error
Date: Mon, 5 May 2003 17:26:52 +0200
User-agent: slrn/0.9.7.4 (Linux)

Mario Wehbrink <wehbrink@web.de> schrieb:

> Hi,
> 
> i fail to compile Pantomime-1.1.0pre2. This is what i get:
> 
> make[1]: Entering directory `/home/mario/GNUstep/src/Pantomime/Source'
> Making all for library libPantomime...
>  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/mario/GNUstep/src/Pantomime/Source'
>  make: *** [internal-all] Error 2

Got it working.

Had to include

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

in NSString+Extensions.m in the Pantomine source dir.

Thanks to Adam Fedor.


Mario

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


reply via email to

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