home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / g / lib / bug / 599 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.3 KB  |  40 lines

  1. Newsgroups: gnu.g++.lib.bug
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!access.digex.com!mattm
  3. From: mattm@access.digex.com (Matt Mosley)
  4. Subject: problems with libg++-2.2 and gcc2.3.1
  5. Message-ID: <9211180055.AA25007@access.digex.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 17 Nov 1992 14:55:31 GMT
  10. Approved: bug-lib-g++@prep.ai.mit.edu
  11. Lines: 27
  12.  
  13. I'm using gcc2.3.1, fully installed with objective-c, proto, c and c++,
  14. and fixincludes installed, and libg++ does not want to make.
  15.  
  16. Here's where the problem happens:
  17.  
  18. gcc -g -nostdinc++ -I.. -I. -I./../iostream -I./../g++-include  -c String.cc
  19. In file included from ./../iostream/iostream.h:25, from
  20. ./../iostream/stream.h:7 , from ./String.h:26, from String.cc:25:
  21. ./../iostream/streambuf.h:359: warning: type specifier omitted for parameter
  22. ./../iostream/streambuf.h:359: parse error before `,'
  23. ./../iostream/streambuf.h:360: warning: type specifier omitted for parameter
  24. ./../iostream/streambuf.h:360: parse error before `)'
  25.  
  26. And so on and so forth - obviously, libg++-2.2 and the file streambuf.h
  27. don't like gcc2.3.1, or the other way around.
  28.  
  29. I made absolutely sure that there was not a configuration error on my
  30. part; everything is setup properly.
  31.  
  32. Any known ways around this?
  33.  
  34. Thank you.
  35.  
  36. Matt Mosley
  37. Digital Express Group
  38. mattm@digex.com
  39.  
  40.