Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Change language?(Error message in console appears Chinese?)
Change language? [message #986720] Wed, 21 November 2012 12:54 Go to next message
Baggio Wong is currently offline Baggio WongFriend
Messages: 1
Registered: November 2012
Junior Member
Hey guys!

I was wondering if you could help me out on this - I just installed the eclipse IDE for C/C++ developpers, and the MinGW tool chain, but somehow, when I write a simple function with an intentional mistake, the error message returns in Chinese, like below (under the console tab)?

20:49:39 **** Incremental Build of configuration Debug for project HelloWorld ****
Info: Internal Builder is used for build
gcc -O0 -g3 -Wall -c -fmessage-length=0 -o HelloWorld.o "..\\HelloWorld.c"
..\HelloWorld.c: 在函数'main'中:
..\HelloWorld.c:13:2: 警告:隐式声明函数'print' [-Wimplicit-function-declaration]
..\HelloWorld.c: 在函数'printCustom'中:
..\HelloWorld.c:20:2: 错误:程序中有游离的'\'

20:49:39 Build Finished (took 78ms)

How do I change this back to english?

Thanks!
Baggio.
Re: Change language? [message #986784 is a reply to message #986720] Wed, 21 November 2012 15:51 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
The underlying MinGW compiler uses the system language for compiler errors/warnings.
Here is a fix.
http://stackoverflow.com/questions/10191063/mingw-g-gives-warnings-in-wrong-language-german-instead-of-english


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:Compiler root path /opt/ibmcmp
Next Topic:Project Explorer Context Menu missing
Goto Forum:
  


Current Time: Sat Apr 27 03:27:49 GMT 2024

Powered by FUDForum. Page generated in 0.03389 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top