This is the mail archive of the cygwin-apps@cygwin.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]
Other format: [Raw text]

Re: rebasing new packages?!


Rob,

On Fri, May 03, 2002 at 11:55:31PM +1000, Robert Collins wrote:
> b) is an alternative approach to what I've already documented here. So
> it covers libstc++ aka libg++-3. I don't know how much of the STL that
> includes (see my earlier email).
> 
> > > http://sources.redhat.com/cygwin-apps/setup.html).

I followed the instructions in the above URL and successfully built
setup.exe.  Then I added some STL test code to main.cc as indicated by
the attached "patch."  Due to warnings generated by the STL headers,
I had to remove the -Werror option in order to build.  Except for that
change, setup.exe built without any problems and the STL test code ran
as expected:

    2002/05/03 13:10:46 Starting cygwin install, version 2.219
    2002/05/03 13:10:46 s = bye
    2002/05/03 13:10:46 s = hello
    ...

Can we remove the "-Werror" option and start using STL in setup.exe?

Thanks,
Jason

Attachment: main.cc.diff
Description: Text document


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