View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014745CMake(No Category)public2014-02-09 15:172014-12-04 14:46
ReporterRinat Ibragimov 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionduplicate 
PlatformPCOSDebianOS Versiontesting
Product VersionCMake 2.8.12.1 
Target VersionFixed in Version 
Summary0014745: Can't build a project if build directory contains '#' character, i.e. "issue#6"
Description'#' character (amongst others) starts a comments thus cutting remaining part of
a string. So if build directory contains it, one can not build a project.
Steps To Reproduce$ mkdir issue#6; cd issue#6
$ cmake ..
<skipped>
$ make
/bin/sh: 1: Syntax error: Unterminated quoted string
make: *** [cmake_check_build_system] Error 2
TagsNo tags attached.
Attached Files

 Relationships
duplicate of 0013562closedKitware Robot Incorrect Makefiles generated for paths containing '#' 
related to 0015285closed Cannot escape "#" in add_compile_options 

  Notes
(0036906)
Robert Maynard (manager)
2014-10-06 10:32

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2014-02-09 15:17 Rinat Ibragimov New Issue
2014-02-10 10:12 Brad King Relationship added duplicate of 0013562
2014-02-10 10:13 Brad King Status new => resolved
2014-02-10 10:13 Brad King Resolution open => duplicate
2014-10-06 10:32 Robert Maynard Note Added: 0036906
2014-10-06 10:32 Robert Maynard Status resolved => closed
2014-12-04 14:46 Brad King Relationship added related to 0015285


Copyright © 2000 - 2018 MantisBT Team