Le 23 juil. 05, à 14:36, Richard Frith-Macdonald a écrit :

On 2005-07-23 12:47:53 +0100 Benoit Astruc <[EMAIL PROTECTED]> 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 be
request = [request initWithURL: [NSURL URLWithString: connectionURL]];l

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




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

Reply via email to