User forums > Using Code::Blocks
How to build a static lib ?
TDragon:
Sorry I took so long getting back to you on this. The long and the short of it is, I don't know a certain answer. I suspect that it has something to do with incomplete wide-char support in GCC/mingw32. To try for a workaround of some sort, I would need more context information.
Deschamps:
--- Quote from: leeya ---(..) cwctype:89: error: '::iswblank' has not been declared (..)
--- End quote ---
As TDragon has said, it seems that MinGW doesn't support wide-char types for now. I've read somewhere that you could try undefining _GLIBCXX_HAVE_ISWBLANK in your [$MINGW]/include/c++/3.4.2/mingw32/bits/c++config.h, unless you need it for some reason.
Navigation
[0] Message Index
[*] Previous page
Go to full version