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
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
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
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
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?