home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!agate!dog.ee.lbl.gov!hellgate.utah.edu!cc.usu.edu!edx
- From: edx@cc.usu.edu
- Newsgroups: gnu.gcc.help
- Subject: Re: objc.h broken ?
- Message-ID: <1993Jan26.110639.63210@cc.usu.edu>
- Date: 26 Jan 93 11:06:38 MDT
- Organization: Utah State University
- Lines: 17
-
- > In file included from /src/gnu/gcc-2.3.2/objc/Object.h:29, from Int.m:2:
- > /src/gnu/gcc-2.3.2/objc/objc.h:346: parse error before `va_list'
- > prompt>
-
- I had this problem too when I was compiling gcc2.3.3 for our
- Indigo. I got around it by putting an "#include <varargs.h>"
- in the Object.h file *before* the "#include objc.h" line.
- After that, things went peachy. Until I tried to run a
- compiled ObjC program. Then I got the dreaded "core.c:
- failed assertion 'initialized'". Let me know if you get
- this error when you get the compiler up and running.
-
- Howard Cole
- USU Space Dynamics Lab
- edx@cc.usu.edu
-
-
-