On 07/10/2013 16:31, Nick Treleaven wrote:
gcc -Wall -c "build.c" (in directory: C:\git\geany\src)
Compilation failed.
gcc: error: "build.c": Invalid argument
gcc: fatal error: no input files
compilation terminated.

No idea why gcc says that, also tried for another file in parent directory.

It was passing the quotes directly to gcc. Removed them, and it appears to work, but I think gcc only outputs to stderr.

I tried make build.o - the stdout gets captured but the stderr is lost.
_______________________________________________
Devel mailing list
Devel@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Reply via email to