discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUstep-base on Darwin


From: LHelldorf
Subject: Re: GNUstep-base on Darwin
Date: Tue, 24 Apr 2001 22:09:45 +0200




Adam Fedor <fedor@doc.com>
Sent by: fedor@kabel.de

24.04.2001 05:26

       
        To:        LHelldorf@kabel.de
        cc:        
        Subject:        Re: GNUstep-base on Darwin


>../Headers/Foundation/NSObject.h:220: parse error before `NXTypedStream'
>../Headers/Foundation/NSObject.h:221: parse error before `NXTypedStream'
>
>
>I forgot to say that I didn't fix this. Can you look in the include
>files for the objc library (somewhere like /usr/include/objc, or perhaps
>in a System framwork) and see where something like TypedStream is
>defined and which file it is defined in?

I looked into
/usr/include/
which links to
/System/Library/Frameworks/System.framework/Headers/bsd
which links to
/System/Library/Frameworks/System.framework/Versions/B/Headers/bsd
and in
/System/Library/Frameworks/System.framework/Versions/B/Headers/objc
but found no occurrence of "TypedStream".
Then I looked in objc just for "Stream" and found the following:

Object.h:126:- (void) printForDebugger:(void *)stream;
Object.h:131:- write:(void *)stream;
Object.h:132:- read:(void *)stream;
Object.h:147:- startArchiving: (void *)stream;
objc-load.h:41:        void *errStream,
objc-load.h:51:        void *errorStream,                                /* input (optional) */

I have attached both
/System/Library/Frameworks/System.framework/Versions/B/Headers/bsd
and
/System/Library/Frameworks/System.framework/Versions/B/Headers/objc
as tarballs so that you may look for yourself if you find something (I hope so.).

Greetings, Lars

<<< text/html; name="bsd.tar.gz": Unrecognized >>>

<<< text/html; name="objc.tar.gz": Unrecognized >>>

reply via email to

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