Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: BlueHazzard on February 27, 2013, 09:59:08 pm

Title: [HOWTO] Set gcc compiler output language to english
Post by: BlueHazzard on February 27, 2013, 09:59:08 pm
Hello,
to set the output from the gcc compiler to english:
Settings->Enviromet->Enviroment Variables

Add
"LC_ALL" with value "C"

->Set Now -> Ok

now your output from the gcc should be english.

have fun
Title: Re: [HOWTO] Set gcc compiler output language to english
Post by: BlueHazzard on February 27, 2013, 10:05:56 pm
Can i add a wiki article for this?
Title: Re: [HOWTO] Set gcc compiler output language to english
Post by: stahta01 on February 28, 2013, 01:00:15 am
Look at the FAQs and see if it fits better there, first.

Use the same username/password to edit the CB Wiki.

If you wish to upload images to show how; I would add a wiki page.

I am just a CB user; but, I have added FAQs Q/A and wiki pages.

But, I am not good at Wiki pages.

Tim S.
Title: Re: [HOWTO] Set gcc compiler output language to english
Post by: BlueHazzard on March 04, 2013, 10:34:39 pm
i have added a faq to
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29
Title: Re: [HOWTO] Set gcc compiler output language to english
Post by: Jenna on March 06, 2013, 08:41:51 am
You should be aware, that this possibly breaks displaying non-ascii characters in string literals (at least it does on my german fedora system).

I use LC_ALL=en_US.utf8 and save the files as utf-8 therefore and everything works as expected.