[Qt-creator] Gcc and internationalization

Artur Shepilko nomadbyte at gmail.com
Thu Mar 23 20:48:50 CET 2017


On Thu, 2017-03-16 at 08:52 +0100, Frédéric Marchal wrote:
> Hi,
>
> I'm using Qt Creator 4.2.1 Based on Qt 5.8.0 (GCC 5.3.1 20160406 (Red Hat
> 5.3.1-6), 64 bit) Built on Jan 20 2017 01:20:15 From revision 7071b61e02.
>
> Two features of QtCreator are broken if gcc messages are translated.

There was a similar issue related to GCC locale reported with
CodeBlocks IDE sometimes ago:

http://stackoverflow.com/questions/31593536/how-to-force-gcc-to-ignore-localisation

Basically, the suggested solution was to force the LC_ALL=C either on
calling gcc or on loading the IDE:

LC_ALL=C qtcreator

Not sure if this may also be set in the QtCreator Kit settings for GCC/G++


Hope this helps.



More information about the Qt-creator mailing list