Bug 33431 - path with spaces baddly forwarded to gmake
Summary: path with spaces baddly forwarded to gmake
Status: RESOLVED INTENTIONAL
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: 2.0.1
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
: 35132 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-10-07 23:48 UTC by francois
Modified: 2002-10-09 21:35 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.