Bug 33431

Summary: path with spaces baddly forwarded to gmake
Product: [Applications] kdevelop Reporter: francois
Component: kdevelop 2.x (obsolete)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: simon.blandford
Priority: NOR    
Version: 2.0.1   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description francois 2001-10-07 23:43:11 UTC
(*** 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)
Comment 1 John Firebaugh 2002-09-15 21:45:11 UTC
*** Bug 35132 has been marked as a duplicate of this bug. ***
Comment 2 Caleb Tennis 2002-10-09 21:35:52 UTC
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.