Author Topic: Wrong update of compiler settings ?  (Read 6289 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Wrong update of compiler settings ?
« 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
« Last Edit: December 07, 2005, 06:03:56 pm by rickg22 »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: Wring update of compiler settings ?
« Reply #1 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

takeshimiya

  • Guest
Re: Wring update of compiler settings ?
« Reply #2 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).
« Last Edit: December 07, 2005, 04:40:37 pm by Takeshi Miya »

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: Wring update of compiler settings ?
« Reply #3 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