home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.lib.bug
- Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!access.digex.com!mattm
- From: mattm@access.digex.com (Matt Mosley)
- Subject: problems with libg++-2.2 and gcc2.3.1
- Message-ID: <9211180055.AA25007@access.digex.com>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Tue, 17 Nov 1992 14:55:31 GMT
- Approved: bug-lib-g++@prep.ai.mit.edu
- Lines: 27
-
- I'm using gcc2.3.1, fully installed with objective-c, proto, c and c++,
- and fixincludes installed, and libg++ does not want to make.
-
- Here's where the problem happens:
-
- gcc -g -nostdinc++ -I.. -I. -I./../iostream -I./../g++-include -c String.cc
- In file included from ./../iostream/iostream.h:25, from
- ./../iostream/stream.h:7 , from ./String.h:26, from String.cc:25:
- ./../iostream/streambuf.h:359: warning: type specifier omitted for parameter
- ./../iostream/streambuf.h:359: parse error before `,'
- ./../iostream/streambuf.h:360: warning: type specifier omitted for parameter
- ./../iostream/streambuf.h:360: parse error before `)'
-
- And so on and so forth - obviously, libg++-2.2 and the file streambuf.h
- don't like gcc2.3.1, or the other way around.
-
- I made absolutely sure that there was not a configuration error on my
- part; everything is setup properly.
-
- Any known ways around this?
-
- Thank you.
-
- Matt Mosley
- Digital Express Group
- mattm@digex.com
-
-