2012/2/18 Sašo Kiselkov <skiselkov...@gmail.com>:
> 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 <ger...@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
>

Which version of gnustep are you using? Which system? I tested
HighlighterKit and Gemas with gnustep stable release and compiles
fine. Even with current SVN I don't have problems.

_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to