-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.3.0
-
None
-
Archlinux x86_64 with LANG=fr_FR.UTF-8
-
405b8738be8d066076cc1ebb76a402ce5a197023
Standards headers are not found when the system language is different than en_US on Linux.
I'm under Archlinux x86_64 with LANG=fr_FR.UTF-8 and the output of "g++ -xc++ -E -v -" ends with "Fin de la liste de recherche." and standards includes like <iostream> are not found and completion does not work.
If I run "LANG=en_US.UTF-8 qtcreator", standards header are correctly displayed and the completion is working fine.