[Mingw-w64-public] streambuf missing, basic_streambuf there

2012-08-09 Thread Jim Michaels
is this in the latest compilers in ? according to http://www.cplusplus.com/reference/iostream/stringbuf/stringbuf/ I should be able to access std::stringbuf::stringbuf but I can't. it's not declared in 2027.   - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com ht

Re: [Mingw-w64-public] SEH

2012-08-09 Thread niXman
2012/8/6 NightStrike: > On Sun, Aug 5, 2012 at 1:09 PM, JonY wrote: >> Actually, I just succeeded in getting around that error, >> x86_64-w64-mingw32-gcc 4.8.0 is working fine here. >> >> Remove the --enable-sjlj-exceptions part from your configure, don't >> disable it either. --enable-sjlj-excepti

Re: [Mingw-w64-public] [patch] mingw-w64-crt/Makefile.am: Drop libdelayimp.a and libglut.a from w32api install

2012-08-09 Thread Corinna Vinschen
On Aug 9 11:13, Kai Tietz wrote: > Patch is ok. libdelayimp isn't mingw specific. It is pe-coff > specific. By it you can link and handle delayed-load-libraries. It > might be worth to port this feature to cygwin, not sure about that. Thanks. I'm not sure either. It's just kind of weird tha

Re: [Mingw-w64-public] [patch] mingw-w64-crt/Makefile.am: Drop libdelayimp.a and libglut.a from w32api install

2012-08-09 Thread Kai Tietz
Patch is ok. libdelayimp isn't mingw specific. It is pe-coff specific. By it you can link and handle delayed-load-libraries. It might be worth to port this feature to cygwin, not sure about that. Kai -- Live Security

[Mingw-w64-public] [patch] mingw-w64-crt/Makefile.am: Drop libdelayimp.a and libglut.a from w32api install

2012-08-09 Thread Corinna Vinschen
Hi, as the subject says, the below patch disables installation of libdelayimp.a and libglut.a when generating a w32api install for Cygwin. misc/delayimp.c is apparently a Mingw-specific thingy (but the lib is empty for some reason) and libglut.a collides with the FreeGlut import lib. Ok to apply?