Space in the path / kdevelop 3.0.4
Fred
fredn1 at gmx.de
Sun Oct 31 09:49:01 GMT 2004
On Sunday 31 October 2004 05:34, Mathieu Malaterre wrote:
> I am trying to use the new plugin for KDevelop in CMake
> (http://cmake.org). But when I try to build my project I get an error
> because there is a space in my path. How can I work around that ?
I can only recommend you don't use spaces in File/Directory names.
It causes all sorts of thing to break, makes scripting cumbersome
and fragile because you never really know how many times a given
script line (or part of line) will be interpreted.
For each interpretation you need another level of escaping or quoting.
Spaces in File / Directory names are a M$ sickness, in my humble opinion.
If you've ever written any INF-Files under M$, you'll know what I mean.
Fred.
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list