ekam icon indicating copy to clipboard operation
ekam copied to clipboard

LIBS processing is very touchy with whitespace

Open abliss opened this issue 8 years ago • 0 comments

https://github.com/sandstorm-io/ekam/blob/master/src/ekam/CppActionFactory.cpp#L194

If you have extra spaces between two args, g++ ends up getting an empty argument in exec, which leads to this strange error message:

g++: error: : No such file or directory

abliss avatar Mar 10 '17 22:03 abliss