home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / gcc / help / 3034 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  907 b 

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