SourceForge.net wrote:
Bugs item #1595397, was opened at 2006-11-12 21:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1595397&group_id=2439
...
Initial Comment:
#include <iostream>
I wrote this simple test program.
int main()
{
std::cout << "Hello";
return 0;
}
I saved it as test01.cpp in C:\BCC55\BIN folder and it
went well.
I then tryed to compile it and got the following in
the right pane.
g++ -pedantic -Os -fno-exceptions -c test01.cpp -o
test01.o
The system cannot find the file specified.
Here are the bat and cfg files I created:
Your bat and cfg files have nothing to do with how SciTE handles
compiles AFAIK... you are just seeing the default cpp compile command
from cpp.properties.
You may want to look into building either an SciTE user properties
file, or just an SciTE.properties file in the directory the source
file is in. Then you can define whatever behavior you want for the
compile, build, and run commands.
Robert Roessler
[EMAIL PROTECTED]
http://www.rftp.com
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest