Need help setting up gcc as tool in textpad!!!
Posted: Mon Jan 12, 2004 10:38 am
Hi all,
I currently trying to setup gcc as a tool in textpad but I'm running into some problems...
This is what I've done so far:
1. Added gcc to my path environment
2. Add gcc as tool in textpad with following:
Command = gcc $File -o $BaseName.exe
Initial Folder = $FileDir
When I try to execute the tool i get a error box with following:
[gcc C:\dir\Hello.cpp -o Hello.exe]
The filename, directory name, or volume label syntax is incorrect
What is wrong !?! Since the path to Hello.cpp is 100% correct (I have checked and double checked) I can't see where else the issue lies.
I've also tried:
gcc $File -o $FileDir\$BaseName.exe
and
C:\cygwin\bin\gcc.exe $File -o $FileDir\$BaseName.exe
Same result...
In advance thanks,
delley
I currently trying to setup gcc as a tool in textpad but I'm running into some problems...
This is what I've done so far:
1. Added gcc to my path environment
2. Add gcc as tool in textpad with following:
Command = gcc $File -o $BaseName.exe
Initial Folder = $FileDir
When I try to execute the tool i get a error box with following:
[gcc C:\dir\Hello.cpp -o Hello.exe]
The filename, directory name, or volume label syntax is incorrect
What is wrong !?! Since the path to Hello.cpp is 100% correct (I have checked and double checked) I can't see where else the issue lies.
I've also tried:
gcc $File -o $FileDir\$BaseName.exe
and
C:\cygwin\bin\gcc.exe $File -o $FileDir\$BaseName.exe
Same result...
In advance thanks,
delley