[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problems compiling ta_string on CYGWIN



Thomas Dyar <tdyar@MIT.EDU> writes:
> There seems to be a problem with g++ 3.2 and ta_string.cc. I fixed the 
> following failure by changing
> 
>    int new_state = s.rdstate();
> to
>    ios::iostate new_state = s.rdstate();

I'd be surprised if this was the only bug with 3.2 -- I'm planning to
make everything work under 3.2 soon.. meanwhile, I would suggest using
the old 2.95 version (available as a module under cygwin) for the time
being.. 

				- Randy