News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Build error

Started by abhi.compuserve, March 28, 2008, 01:37:42 PM

Previous topic - Next topic

abhi.compuserve

Hi!!
I am new to C::B

After creating a new project I write some codes and clicked on the Build icon.

Build log panel shows a lot of message but I cant see the output. I am pasting here the message of the Build panel.

-------------- Build: Debug in myProj ---------------

Compiling: main.cpp
main.cpp:
Linking console executable: bin\Debug\myProj.exe
Error: Unresolved external 'std::locale::id::_Id_cnt' referenced from D:\PROBCC55\CODEBLOCKPROJ\MYPROJ\OBJ\DEBUG\MAIN.OBJ
Error: Unresolved external 'std::locale::_Getfacet(unsigned int) const' referenced from D:\PROBCC55\CODEBLOCKPROJ\MYPROJ\OBJ\DEBUG\MAIN.OBJ
Error: Unresolved external 'std::_Locinfo::~_Locinfo()' referenced from D:\PROBCC55\CODEBLOCKPROJ\MYPROJ\OBJ\DEBUG\MAIN.OBJ
Error: Unresolved external 'std::_Locinfo::_Locinfo(const char *)' referenced from D:\PROBCC55\CODEBLOCKPROJ\MYPROJ\OBJ\DEBUG\MAIN.OBJ
Error: Unresolved external '__Getctyptab' referenced from D:\PROBCC55\CODEBLOCKPROJ\MYPROJ\OBJ\DEBUG\MAIN.OBJ
Error: Unresolved external 'std::locale::facet::_Register()' referenced from D:\PROBCC55\CODEBLOCKPROJ\MYPROJ\OBJ\DEBUG\MAIN.OBJ
Error: Unresolved external 'std::ios_base::clear(std::_Iosb<int>::_Iostate, bool)' referenced from D:\PROBCC55\CODEBLOCKPROJ\MYPROJ\OBJ\DEBUG\MAIN.OBJ
Process terminated with status 2 (0 minutes, 2 seconds)
0 errors, 0 warnings

..............................

I dont understand what to do now. Pls help me.