Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » mingw install path space
mingw install path space [message #134517] Wed, 12 January 2005 01:35 Go to next message
Eclipse UserFriend
Originally posted by: Jianhong.Wang.gmail.com

I installed mingw at C:\Program Files and tried to run CDT. I builded a
manager make project and when compiling it, it shows error like below

mingw32-make -k all
C:\Program: C:\Program: No such file or directory

I know this problem is caused by space in the windows path. Is there
anyway to change some settings at CDT instead of reinstall mingw to a
simpler path like c:\mingw?

Thannks!
Re: mingw install path space [message #135216 is a reply to message #134517] Mon, 17 January 2005 23:53 Go to previous message
Eclipse UserFriend
Originally posted by: roelandm.roelandmeyer.org

You have two choices:
1) Reinstall as you indicate - yes, this sucks. When in Windows, live like a
Windows program.
2) Make sure that you quote all your path specs.

Even *nix doesn't have a problem with spaces in the path/file names. It is
ONLY Linux/Unix programmers and users that have problems with spaces in
path/file names. A proper program would ALWAYS declare path-spec as a quoted
string. That many Unix-born utilities do not is a fault of the programmers.
The OS doesn't have any trouble with it.

--
--
E X Q U I S I T U S
Neuchatel, CH
"hutucong" <Jianhong.Wang@gmail.com> wrote in message
news:cs2gg3$kq3$1@www.eclipse.org...
> I installed mingw at C:\Program Files and tried to run CDT. I builded a
> manager make project and when compiling it, it shows error like below
>
> mingw32-make -k all
> C:\Program: C:\Program: No such file or directory
>
> I know this problem is caused by space in the windows path. Is there
> anyway to change some settings at CDT instead of reinstall mingw to a
> simpler path like c:\mingw?
>
> Thannks!
>
Previous Topic:Code navigation legacy C project
Next Topic:Add a global variable with CDT 2.1 generates a "Null pointer exception"
Goto Forum:
  


Current Time: Tue May 20 15:42:57 EDT 2025

Powered by FUDForum. Page generated in 0.02433 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top