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: Csanyi Pal
Subject: Re: [ANN] HighlighterKit 0.1.2 and Gemas 0.3
Date: Sun, 19 Feb 2012 07:22:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

German Arias <german@xelalug.org> writes:

> 2012/2/18 Sašo Kiselkov <skiselkov.ml@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 <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.

> 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.

aptitude show gnustep
Version: 7.6

This is on Debian GNU/Linux wheezy/sid system.

-- 
Regards from Pal




reply via email to

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