(*** This bug was imported into bugs.kde.org ***) Package: kdevelop Version: 2.0.1 (using KDE 2.2.1 ) Severity: normal Installed from: RedHat RPMs Compiler: gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-85) OS: Linux OS/Compiler notes: Not Specified I have my projects in "/home/francois/Linux Programming" and when I try to make my project gmake report this: gmake: /home/francois/Linux: No such file or directory gmake: *** No rule to make target `/home/francois/Linux'. Stop. I think that KDevelop don't forward spaces properly to gmake. (Submitted via bugs.kde.org) (Called from KBugReport dialog. Fields Application KDE Version OS Compiler manually changed)
*** Bug 35132 has been marked as a duplicate of this bug. ***
I wouldn't consider this unstandard behavior. I'm not sure if this is still an issue with Gideon (3.0) or not, but my guess is that it probably is. However, I think the best solutions would be to either: don't use spaces in the pathname, or fix the Makefile(s) by hand.