Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: killerbot on December 07, 2005, 04:01:33 pm

Title: Wrong update of compiler settings ?
Post by: killerbot on December 07, 2005, 04:01:33 pm
Using fresh HEAD build of CB.
Have open watcom installed at E:\watcom.

try to build the hello world console program did no work. CB could not find the watcom compiler, which was kind of ok, since looking at the compiler settings, CB only had notion that it "might" be a c:\watcom.
Then on that programs tab, I browsed to E:\watcom and then pressed auto detect, CB syays it auto-detected it in E:\watcom.
So far so good, BUT !!!!! in the directories tab, all path (linker, resource , compiler) were still at C:\watcom\... ?

Seems like this is a bug.
Can anyone confirm, if so, then I will file bug report.


kind regards,
Lieven
Title: Re: Wring update of compiler settings ?
Post by: killerbot on December 07, 2005, 04:02:30 pm
 :lol: :lol: the title of the post, is "wrong" update, but you need to read it as chief inspector Clousau speaking on the pheune
Title: Re: Wring update of compiler settings ?
Post by: takeshimiya on December 07, 2005, 04:03:36 pm
It wasn't always that way on all compilers?

To me it always was a miss-behavior (or a bug-feature request).
Title: Re: Wring update of compiler settings ?
Post by: Michael on December 07, 2005, 04:35:58 pm
So far so good, BUT !!!!! in the directories tab, all path (linker, resource , compiler) were still at C:\watcom\... ?

Seems like this is a bug.
Can anyone confirm, if so, then I will file bug report.
I have remarked this too, when installing the SDCC compiler (in C:\Programme\Resource\C++\SDCC). I had to change the paths manually (set at C:\SDCC\...).
I have used Codeblocks SVN version (rev1447).

Michael