Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com To: cygwin@cygwin.com From: "Hans Horn" Subject: Re: compile error in fstream Date: Mon, 7 Mar 2005 11:52:03 -0800 Lines: 33 Message-ID: References: X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p1.almaden.ibm.com X-Newsreader: Microsoft Outlook Express 6.00.2900.2527 X-RFC2646: Format=Flowed; Response X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner: Found to be clean X-MailScanner-From: goc-cygwin@m.gmane.org X-MailScanner-To: cygwin@cygwin.com X-IsSubscribed: yes I should have mentioned that the code compiles using if I add the -mno-cygwin flag to the compile options. H. Hans Horn wrote: > Group, > > I'm trying to compile a source tree under cygwin gcc 3.4.1. > This is where gcc barfs: > > In file included from > /usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../include/c++/3.4.1/fstream:857, > from ... > /usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../include/c++/3.4.1/bits/fstream.tcc: > In member function `virtual typename std::basic_filebuf<_CharT, > _Traits>::int_type std::basic_filebuf<_CharT, _Traits>::underflow()': > /usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../include/c++/3.4.1/bits/fstream.tcc:277: > error: expected unqualified-id before '(' token > /usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../include/c++/3.4.1/bits/fstream.tcc: > In member function `virtual std::streamsize std::basic_filebuf<_CharT, > _Traits>::xsputn(const _CharT*, std::streamsize)': > /usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../include/c++/3.4.1/bits/fstream.tcc:518: > error: expected unqualified-id before '(' token > > the last time I did that successfully was in April 2004; dunno what > gcc vintage I had back then. > > Anybody got any clues? > > H. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/