Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 369321

Summary: Include paths discovery fails if language is not English
Product: [Tools] CDT Reporter: Michael N. Lipp <mnl>
Component: cdt-buildAssignee: cdt-build-inbox <cdt-build-inbox>
Status: RESOLVED DUPLICATE QA Contact: Doug Schaefer <cdtdoug>
Severity: normal    
Priority: P3 CC: cdtdoug
Version: 8.1.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Michael N. Lipp CLA 2012-01-21 18:54:01 EST
Build Identifier: M20110909-1335

When CDT tries to detect the include paths built into gcc/g++ it parses the output. In order for this parsing to succeed, the result from gcc/g++ must be in English.

If such an assumption is made, the invocation of the command should ensure that the environment variable LANGUAGE is set to en before invoking the command.

Reproducible: Always
Comment 1 Andrew Gvozdev CLA 2012-01-21 23:43:57 EST
That has been fixed, fry nightly build.

*** This bug has been marked as a duplicate of bug 304139 ***