Topic: error when building, Temp directory
Hello,
I've just installed SimplyFortran for the first time, version 1.33, Windows XP. The installation goes fine, and SF startups without any problem. So I've chosen to create the "hello world" example, but when I invoke the compilation from Buld->Build Now! I get the following error in the "build status" panel:
==============================================================================
"D:\TEMP" non riconosciuto come comando interno o esterno,
un programma eseguibile o un file batch.
* Complete *
wich is the typical error returned by cmd.exe when you enter an unknown command.
(translated it is: ""D:\TEMP" is not recognized as an internal or external command, an executable program or a batch file")
Now, in my system I have two partitions:
C: (WinXP and programs)
D: (Data)
After installing WinXP I did set the OS environment variables for the user TEMP directory from "C:\Documents and settings\...\Temp" to "D:\Temp (User)", and the system TEMP directory from "C:\Windows\Temp" to "D:\Temp (Win)".
SimplyFortran is installed in the standard "C:\program files\Simply Fortran" path, as I haven't changed any option during the installation, everything was left to the default.
So the TEMP directory resides on a different partition than where Win and SimplyFortran are installed, and its name contains a whitspace character. What's strange in there is that the error returned names "D:\TEMP", but it should have been "D:\Temp (User)"...and D:\TEMP doesn't even exist!
I've explored both the IDE options and the project options looking for the directories, but every one is "C:\program files\Simply Fortran\ecc.", and none of them lists anything like "D:\*".
Surely it's something simple I am missing, thank you in advance!