|
01/07/2009 11:54 AM
post19560
|
It is quite common, especially on Windows, for commonly-used directories to have spaces in them e.g. 'My Documents'. I
realize that gcc etc. does not support these well,, but I quite often find customers using these directories, and then
finding that things don't work correctly.
I'm not expecting us to change gcc, but can we add code to check for this e.g. in the 'add a library or include path'
code, we must be able to parse it and see the white space and display an appropriate message ?
It's very confusing for newbies, especially as Eclipse happily shows them the files in the directory, so it *looks* like
it knows where their include files are, but can't build with them...
|
|
|
|
|