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?



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to