View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000111CMakepublic2003-07-30 03:052003-08-01 09:21
ReporterPetr Ferschmann 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000111: Win32: spaces in directories
DescriptionWhen I have space in directory CMake will put directory name in quotes "".
But it can't work with that. I must delete the quotes.

eg.
"C:\Documents and settings\fers\src\"
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0000037)
Petr Ferschmann (reporter)
2003-07-30 07:29

Hmmm. I see that the this bugtracking software doesn't show backslashes.

Just a note - it adds quotes only when I click "Browse".
And then CMake can't work with that.
(0000038)
System Admin (reporter)
2003-07-30 07:54

Could you explain the whole process? We have several dashboards with spaces in paths and we do not see any problems.
(0000049)
Petr Ferschmann (reporter)
2003-07-31 03:00

I have MS Windows 2000 Terminal Server.

Open CMake.
Click on browse for source dir. Find directory with spaces. And click Open.
In the Source dir line there will be directory in quotes.
Choose binary directory and try clicking "Configure".

It will say that source directory doesn't contain CMakeLists.txt.

Problem is that it tries to open file named
"C:\dir with spaces"\CMakeLists.txt
(0000054)
Ken Martin (developer)
2003-08-01 09:21

I believe this problem (localized in the CMakeSetupDialog GUI) has been fixed. The quotes were added in a recent change and they have been "un added" Let me know if that is not the case. Checked in as of 9:30 EST August 1st.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team