discuss-gnustep
[Top][All Lists]
Advanced

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

Re: [ANN] HighlighterKit 0.1.2 and Gemas 0.3


From: Sašo Kiselkov
Subject: Re: [ANN] HighlighterKit 0.1.2 and Gemas 0.3
Date: Sat, 18 Feb 2012 23:20:10 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

On 02/18/2012 11:08 PM, Csanyi Pal wrote:
> Hi Germán,
> 
> Sat, 18 Feb 2012 11:47:44 -0600 -n
> Germán Arias <german@xelalug.org> írta:
> 
>> The source code are hosted in:
>>
>> http://svn.gna.org/viewcvs/gnustep-nonfsf/
> 
> I don't have luck with highlighterkit SVN source:

It seems to be caused by a change in include dependencies - in the
implementation files I included (for speed of compilation) only a subset
of the Foundation headers needed for compilation. Seems like GNUstep
stopped including NSString.h from the headers included in HKit. You
could simply fix this by replacing all Foundation import lines:

#import <Foundation/...h>

with a single:

#import <Foundation/Foundation.h>

in files which report compilation errors.

--
Saso



reply via email to

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