User forums > Using Code::Blocks
Jump via doubleclick from error-log to appropriate position in the sourcecode?
jmb:
--- Quote from: jens on January 20, 2015, 01:49:37 pm ---If gcc is localized, you can try this: http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_can_I_change_the_language_of_the_compiler_.28gcc.29_output_to_english.3F
--- End quote ---
I am german. If this is important in that case because of the OS-settings.
After installation the IDE runs in english language. And I cant change that.
I tried what you suggested, but it has no effect. Even the value en_US.utf8 don't work.
I tried also the editor-setting "use encoding when opening files" with "default". (After installation
it was "windows-1252".
stahta01:
What is the language displayed in "Build messages" tab?
The "Build messages" contains the output from the compiler if logging has NOT been disabled.
You may wish to verify full logging is enabled.
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
Tim S.
jmb:
--- Quote from: stahta01 on January 20, 2015, 04:44:19 pm ---What is the language displayed in "Build messages" tab?
--- End quote ---
English, as the whole IDE works in english here.
--- Quote ---The "Build messages" contains the output from the compiler if logging has NOT been disabled.
--- End quote ---
It is set to "Full command line" and I tested the "build log" and the "build messages". For me
it still don't work No Idea. I simply installed the program, choose the compiler and thats it.
At least the affected line is named, so I can go there "by hand".
But thank you, for trying to help me.
Jenna:
In some cases spaces or non english characters can lead to such problems.
If this is the case you should see something weird (cut paths) in the "File"-column of the "Build messages" tab.
jmb:
Here is the Build-Log:
---------------------------- cut ----------------------------------
||=== Build: Release in DNS_Umschalter (compiler: GNU GCC Compiler) ===|
CodeBlocks_Tests\DNS_Umschalter\DNS_Umschalter\DNS_Umschalter.cpp||In function 'BOOL IsUserAdmin()':|
CodeBlocks_Tests\DNS_Umschalter\DNS_Umschalter\DNS_Umschalter.cpp|591|warning: missing braces around initializer for 'BYTE [6] {aka unsigned char [6]}' [-Wmissing-braces]|
obj\Release\DNS_Umschalter.o:DNS_Umschalter.cpp|| undefined reference to `CheckTokenMembership(void*, void*, int*)@12'|
||=== Build failed: 1 error(s), 1 warning(s) (0 minute(s), 0 second(s)) ===|
---------------------------- cut ----------------------------------
The only thing I see, is that the path seems to be relative. It begins with the project-directory.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version