Code::Blocks Forums

User forums => Help => Topic started by: Gogeta70 on July 01, 2010, 01:29:13 am

Title: Freshly installed, but gives errors
Post by: 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!
Title: Re: Freshly installed, but gives errors
Post by: stahta01 on July 01, 2010, 02:19:52 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.