Bug 187910 - Scanner discovery does not support compiler paths
Summary: Scanner discovery does not support compiler paths
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 4.0 RC2   Edit
Assignee: Anton Leherbauer CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-05-18 17:11 EDT by Gerhard Schaber CLA
Modified: 2008-06-20 16:35 EDT (History)
2 users (show)

See Also:


Attachments
A patch for scanner discovery to support full compiler paths (2.97 KB, patch)
2007-05-18 17:13 EDT, Gerhard Schaber CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gerhard Schaber CLA 2007-05-18 17:11:13 EDT
Build ID: v200705190500

Steps To Reproduce:
1. Create a standard make project
2. Use the full compiler path in the makefile
3. Enable scanner discovery
4. Build the project

The scanner discovery does not recognize compiler paths (C:/Programs/gcc/bin/gcc), but only the compiler name (gcc).


More information:
Comment 1 Gerhard Schaber CLA 2007-05-18 17:13:19 EDT
Created attachment 67876 [details]
A patch for scanner discovery to support full compiler paths

Requires the applied patch for bug #156008.
Comment 2 Gerhard Schaber CLA 2007-05-24 14:37:03 EDT
Hi Doug,

could you have a look at this patch, please?

Thanks.

Gerhard
Comment 3 Doug Schaefer CLA 2007-05-24 15:03:05 EDT
I'll leave it on the inbox with hopes someone else will pick it up. I'm a bit busy at the moment.
Comment 4 Anton Leherbauer CLA 2007-05-25 03:38:14 EDT
I think this is a low risk fix. I'll apply it.
Comment 5 Anton Leherbauer CLA 2007-05-25 06:31:26 EDT
Patch applied.