News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Freshly installed, but gives errors

Started by Gogeta70, July 01, 2010, 01:29:13 AM

Previous topic - Next topic

Gogeta70

Hey dudes. Up until recently, i was using Dev-C++ as my IDE and it worked great, but didn't have all of the features i wanted (no code folding!). I heard about code::blocks and thought i would give it a try. I tried compiling one of my dev-cpp projects, but it's giving me a strange compiler error (i downloaded c::b with mingw, same compiler as dev-cpp). Was wondering if you would help me out ;)

This is the only error:

e:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\include\c++\cwctype|85|error: '::iswblank' has not been declared|
||=== Build finished: 1 errors, 0 warnings ===|


I hope you can help, thanks!

stahta01

Quote from: Gogeta70 on July 01, 2010, 01:29:13 AM
Hey dudes. Up until recently, i was using Dev-C++ as my IDE and it worked great, but didn't have all of the features i wanted (no code folding!). I heard about code::blocks and thought i would give it a try. I tried compiling one of my dev-cpp projects, but it's giving me a strange compiler error (i downloaded c::b with mingw, same compiler as dev-cpp). Was wondering if you would help me out ;)

This is the only error:

e:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\include\c++\cwctype|85|error: '::iswblank' has not been declared|
||=== Build finished: 1 errors, 0 warnings ===|


I hope you can help, thanks!

I suggest trying it with the EXACT same compiler; not two different compilers.
Note: If one of the Compilers is in X:\MinGW where X is any drive letter; the other mingw compilers will NOT work right.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]