Tim Cassidy wrote:
So you're saying that having a space between the "-I" and your path on the command-line is incorrect?
It's fine on the command line. GCC supports either "-Ifoo" or "-I" "foo" Putting a space in the options file is like passing "-I foo" on the command line, which says to use an include directory whose name starts with a space: " foo".
As for the specific issue I'm having - the first example below didn't work and the second did:
The phrase "didn't work" is quite generic. What was the actual failure and/or error message?
--gccxml-config "C:\Xxxx\Xxxxx\xxxxxxxxx\xxx\xxxxxxxxxx\dev\bin\gccxml\gccxml_config"
Normally one should not need to specify --gccxml-config. Did you create a custom config file? -Brad _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.gccxml.org/mailman/listinfo/gccxml
