DEV-CPP 4.9.8.3
Win2000 SP4
I've defined some compiler sets.
Dev-Cpp sets PATH in environment according to
<MainMenu/Tools/Compiler Options/Directories tag>
After DEV-CPP launch PATH is set for last selected
compiler set.
BUGS:
1. When compiler set is change DEV-CPP leaves old
directories in PATH.
2. Directories are repeated in PATH.
3. Compiler set selected in <Project Options> doesn't
change PATH.
After launch (last selected before DEVCPP shutdown was
compiler set GNUH8
v3.0.1)
Any project is open.
Path=D:\LANG\gnuh8.301\h8300-coff\h8300-
coff\bin;D:\LANG\gnuh8.301\tools.ext
;N:\PROJ\H8Arch\TOOLS;D:\LANG\gnuh8.301\h8300-
coff\lib\gcc-lib\h8300-coff\3.
2-GNUH8_v0301;D:\LANG\gnuh8.301\h8300-coff\h8300-
coff\bin;D:\LANG\gnuh8.301\
tools.ext;N:\PROJ\H8Arch\TOOLS;D:\LANG\gnuh8.301
\h8300-coff\lib\gcc-lib\h830
0-coff\3.2-
GNUH8_v0301;D:\WINNT\system32;D:\WINNT;D:\WINNT\
System32\Wbem;D:\
Program Files\doxygen\bin
After 1st change(to compiler set GNUH8 v3.0.2)
Any project is still open.
Path=D:\LANG\gnuh8.302\h8300-coff\h8300-
coff\bin;D:\LANG\gnuh8.302\tools;N:\
PROJ\H8Arch\TOOLS;D:\LANG\gnuh8.302
\tools.old;D:\LANG\gnuh8.301\h8300-coff\h
8300-coff\bin;D:\LANG\gnuh8.301
\tools.ext;N:\PROJ\H8Arch\TOOLS;D:\LANG\gnuh8
.301\h8300-coff\lib\gcc-lib\h8300-coff\3.2-
GNUH8_v0301;D:\WINNT\system32;D:\
WINNT;D:\WINNT\System32\Wbem;D:\Program
Files\doxygen\bin
After 2nd change(to compiler set GNUH8 v3.0.3)
Any project is still open.
Path=D:\LANG\gnuh8.303\h8300-coff\h8300-
coff\bin;D:\LANG\gnuh8.303\tools;N:\
PROJ\H8Arch\TOOLS;D:\LANG\gnuh8.303
\tools.old;D:\LANG\gnuh8.303\h8300-coff\l
ib\gcc-lib\h8300-coff\3.3-
GNUH8_v0303;D:\LANG\gnuh8.301\h8300-coff\h8300-cof
f\bin;D:\LANG\gnuh8.301
\tools.ext;N:\PROJ\H8Arch\TOOLS;D:\LANG\gnuh8.301
\h83
00-coff\lib\gcc-lib\h8300-coff\3.2-
GNUH8_v0301;D:\WINNT\system32;D:\WINNT;D:
\WINNT\System32\Wbem;D:\Program Files\doxygen\bin
After 3rd change (to compiler set GNUH8 v3.0.4)
Any project is still open.
Path=D:\LANG\gnuh8.304\h8300-coff\h8300-
coff\bin;D:\LANG\gnuh8.304\tools.ext
;N:\PROJ\H8Arch\TOOLS;D:\LANG\gnuh8.304\h8300-
coff\lib\gcc-lib\h8300-coff\3.
3-GNUH8_v0304;D:\LANG\gnuh8.301\h8300-coff\h8300-
coff\bin;D:\LANG\gnuh8.301\
tools.ext;N:\PROJ\H8Arch\TOOLS;D:\LANG\gnuh8.301
\h8300-coff\lib\gcc-lib\h830
0-coff\3.2-
GNUH8_v0301;D:\WINNT\system32;D:\WINNT;D:\WINNT\
System32\Wbem;D:\
Program Files\doxygen\bin
After 4th change(to compiler set MINGW 3.0.0.1)
Any project is still open.
Path=D:\LANG\MinGW3001\bin;D:\LANG\MinGW3001
\tools;D:\LANG\gnuh8.301\h8300-c
off\h8300-coff\bin;D:\LANG\gnuh8.301
\tools.ext;N:\PROJ\H8Arch\TOOLS;D:\LANG\
gnuh8.301\h8300-coff\lib\gcc-lib\h8300-coff\3.2-
GNUH8_v0301;D:\WINNT\system3
2;D:\WINNT;D:\WINNT\System32\Wbem;D:\Program
Files\doxygen\bin
After that DEV-CPP is shutdown and next is launched
again.
After second DEV-CPP launch (last selected before
DEVCPP shutdown was
compiler set MINGW 3.0.0.1)
Path=D:\LANG\MinGW3001\bin;D:\LANG\MinGW3001
\tools;D:\LANG\MinGW3001\bin;D:\
LANG\MinGW3001
\tools;D:\WINNT\system32;D:\WINNT;D:\WINNT\System
32\Wbem;D:\Pr
ogram Files\doxygen\bin
After 1st change (to compiler set GNUH8 v3.0.4)
Any project is still open.
Path=D:\LANG\gnuh8.304\h8300-coff\h8300-
coff\bin;D:\LANG\gnuh8.304\tools.ext
;N:\PROJ\H8Arch\TOOLS;D:\LANG\gnuh8.304\h8300-
coff\lib\gcc-lib\h8300-coff\3.
3-GNUH8_v0304;D:\LANG\MinGW3001
\bin;D:\LANG\MinGW3001\tools;D:\WINNT\system3
2;D:\WINNT;D:\WINNT\System32\Wbem;D:\Program
Files\doxygen\bin
I think that PATH should (have to) be set according to
compiler set
selected in opened project.
Regards.
Collins
Logged In: YES
user_id=591019
I haven't checked for PATH, but I got two different compiler
sets (the default one and a GCC 3.3.1 MinGW one) and it
works fine with switching them on the fly and doing compiles
with those two different compiler sets. I might have a more
specific at it look in the next days.