This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Egcs 1.1 having trouble with 'typename'?


"Michael D. Hill" <uly@mindspring.com> writes:
> Environment: Win95, Cygwin32 19.1, latest Coolview, Egcs 1.1
> 
> Folks...
> 
> I have a small program that was compiling okay with egcs 1.0.2.  I've just
> upgraded to 1.1 and the compiler's having a hard time, seemingly in coping
> with the typename keyword.  Here's the first couple of compile erros I'm
> getting:
> 
> c:\\USR\\H-I386~1\\lib\\gcc-lib\\i386-cygwin32\\2.7-B19\\../../../../../inclu
> de/
> g++/stl_iterator.h:319: parse error before `&'
> c:\\USR\\H-I386~1\\lib\\gcc-lib\\i386-cygwin32\\2.7-B19\\../../../../../inclu
> de/
> g++/stl_iterator.h:319: `back_insert_iterator<Container>::operator =(...)' mu
> st
> take exactly one argument

I can see one problem right away. You g++.exe executable isn't the correct
one. For some reason, cygwin32 tar doesn't seem to create the hard link
correctly (which is a copy under cygwin32). Note the 2.7-B19 above.

Make sure you copy over c++.exe on top of g++.exe.

Regards,
Mumit
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]