| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0010365 | CMake | CMake | public | 2010-03-04 04:04 | 2016-06-10 14:31 | ||||
| Reporter | Scott MacVicar | ||||||||
| Assigned To | Bill Hoffman | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | CMake-2-8 | ||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0010365: Filenames containing $$ are not properly escaped. | ||||||||
| Description | $$ is used as in a filename within our project, when CMake finds it as a dependency it inserts this into dependency.make. cls/file$$0.h $$ has a special meaning within make, it's used for secondary expansion and $$ contains $. So when make is run it turns it to cls/file$0.h and there isn't a rule for making this target. In this case $$ needs to be escaped with another $$, so $$ becomes $$$$. | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0024182) David Cole (manager) 2010-12-15 14:10 |
Scott, Is this issue blocking you? Is it reasonable to ask you to rename these files...? :-) What shells and make systems do you work with? Do you know if $$ should always become $$$$ regardless of make being used or shell...? Thanks. |
|
(0027363) Scott MacVicar (reporter) 2011-09-05 19:04 |
This still affects us, we switched our escape with a hack at the time. But it keeps coming back to bite us in the ass when someone forgets the workaround. This secondary expansion is specific to Make though. http://www.gnu.org/s/hello/manual/make/Secondary-Expansion.html [^] |
|
(0041664) Kitware Robot (administrator) 2016-06-10 14:27 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2010-03-04 04:04 | Scott MacVicar | New Issue | |
| 2010-12-15 14:10 | David Cole | Note Added: 0024182 | |
| 2011-01-17 14:52 | David Cole | Assigned To | => Bill Hoffman |
| 2011-01-17 14:52 | David Cole | Status | new => assigned |
| 2011-09-05 19:04 | Scott MacVicar | Note Added: 0027363 | |
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041664 | |
| 2016-06-10 14:27 | Kitware Robot | Status | assigned => resolved |
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved |
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |