User forums > Using Code::Blocks

9 errors but still build an executable

<< < (2/3) > >>

Jenna:
It's discussed several times in the forum.
C::B parses the output with regexes to decide whether it's a warning error infor or whatever.
This can (obviously) not work for all languages.

The easiest way to fix this is to go to "Settings -> Environment -> Environment variables" and add "LC_ALL" as variable and set it to either an english flavour or (more easy) to "C".

You need the contrib-plugins to be installed for that.

oBFusCATed:

--- Quote from: jens on January 29, 2013, 06:30:40 pm ---The easiest way to fix this is to go to "Settings -> Environment -> Environment variables" and add "LC_ALL" as variable and set it to either an english flavour or (more easy) to "C".

--- End quote ---
Is it possible to just force it in the compiler plugin?

For some reason my gcc decided that it has to print all messages in my native language, but I don't want it to do it.
Before it was spitting English warnings and errors as it should, but I don't know what have happened.

Jenna:
You can have several sets of environment variables inside C::B and attach them to the projects.
I think they are also used when running programs (inside C::B), but they have no effect outside C::B.

oBFusCATed:

--- Quote from: jens on January 29, 2013, 07:42:39 pm ---You can have several sets of environment variables inside C::B and attach them to the projects.
I think they are also used when running programs (inside C::B), but they have no effect outside C::B.

--- End quote ---
Is this an answer to my post?

Gompie:
@Jens, I searched for it but did not find the option you talked about.
Also I don't know what it is with the plugin because as it seems to me, all plugins have been installed.
I feel all becomes to complicated and it is a pity about the bug but when It is fixed, maybe i will return to Code::Blocks for Linux some day.
In Windows, Code::Block always worked fine and as long as I keep Windows, I will keep Code::Block there.
Everybody who wanted to help, thanks and good luck.


Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version