discuss-gnustep
[Top][All Lists]
Advanced

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

Re: compiling pantomime against gnustep-svn failes due to missing header


From: Fred Kiefer
Subject: Re: compiling pantomime against gnustep-svn failes due to missing header
Date: Tue, 05 Apr 2011 09:53:08 +0200

This header file is gone for some time now. What you need to do is find out 
which definition from that header are required for this project and include the 
corresponding new header file instead. The most likely candidate will be 
Additions.h.



-------- Original-Nachricht --------
> Datum: Tue, 5 Apr 2011 08:41:04 +0200
> Von: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
> An: discuss-gnustep@gnu.org
> Betreff: compiling pantomime against gnustep-svn failes due to missing header

> Hi,
> 
> trying to build pantomime against gnustep from svn fails due to missing 
> GNUstepBase/GSCategories.h. Any hint what to do?
> 
> Sebastian
> 
> Making all for framework Pantomime...
> clang NSString+Extensions.m -c \
>               -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1
> -DGNU_GUI_LIBRARY=1 
> -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-
> nonfragile-abi -D_NONFRAGILE_ABI -fPIC -DDEBUG -fno-omit-frame-pointer
> -Wall -
> DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -fgnu-runtime -DHAVE_ICONV
> -Wall 
> -Wno-import -fconstant-string-class=NSConstantString -I.. -I./derived_src
> -I. 
> -I/usr/local/include -
> I/pantomime-1.2.0pre3_writes_to_HOME/GNUstep/Library/Headers -
> I/usr/local/include \
>                -o obj/Pantomime.obj/NSString+Extensions.m.o
> NSString+Extensions.m:46:10: fatal error: 'GNUstepBase/GSCategories.h'
> file 
> not found
> #include <GNUstepBase/GSCategories.h>
>          ^
> 1 error generated.
> gmake[3]: *** [obj/Pantomime.obj/NSString+Extensions.m.o] Error 1
> gmake[2]: *** [internal-framework-run-compile-submake] Error 2
> gmake[1]: *** [Pantomime.all.framework.variables] Error 2
> gmake[1]: Leaving directory 
> `/home/ports/pobj/pantomime-1.2.0pre3/Pantomime/Framework/Pantomime'
> gmake: *** [internal-all] Error 2
> *** Error code 2
> 
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnustep



reply via email to

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