X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sun, 20 Jan 2002 10:24:34 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: diritol cc: djgpp AT delorie DOT com Subject: Re: Errors. streambuf.h (I don't think it's my code)... In-Reply-To: <3C4A0122.52A26975@qwest.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 19 Jan 2002, diritol wrote: > gxx -c cbitmapclass.cpp > > I get these errors: > > In file included from c:/djgpp/lang/cxx/iostream.h:31, > from cbitmapclass.cpp:6: c:/djgpp/lang/cxx/streambuf.h:35: > syntax error before string constant Is it possible that your program defines "extern" to something? Also, what version of GCC is that (what does "gcc --version" print)?