|
From: | Benoit Astruc |
Subject: | Re: GNUstep Base 1.11.0 |
Date: | Sat, 23 Jul 2005 14:50:37 +0200 |
Le 23 juil. 05, à 14:36, Richard Frith-Macdonald a écrit :
On 2005-07-23 12:47:53 +0100 Benoit Astruc <benoit.astruc@free.fr> wrote:Hello,I just tried to compil GNUstep Base 1.11.0, freshly download from GNUstep http) and I found that there is an error GSXML.m at line 5 142 :request = [tequest initWithURL: [NSURL URLWithString: connectionURL]]; should berequest = [request initWithURL: [NSURL URLWithString: connectionURL]];lYou are right ... it's an error (I fixed it in CVS) ... but how did you manage to encounter it?It's in code which should only be compiled when the additions part of the base library is built standalone on MacOS-X. Is that what you are trying to do, or has something gone wrong with configuration?
That's exactly what I am trying to do, but it's quite hard. I am working on the third compil error I encounter.
I want to be able to use SQLClient in one of my app on Mac OS X, but it uses GSLock so I have to install gnustep additions.
[Prev in Thread] | Current Thread | [Next in Thread] |