Closed
Bug 459089
Opened 17 years ago
Closed 7 years ago
configure build scripts / makefile doesn't handle spaces in path
Categories
(Tamarin Graveyard :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: cpeyer, Unassigned)
Details
Running ./configure.py will produce a Makefile that doesn't compile when there are any spaces in the path (Windows and OSX).
Flags: flashplayer-triage+
Comment 1•17 years ago
|
||
In which path? the environment PATH or the source directory? Mozilla typically requires that your build directory not have any spaces in it, because the amount of quoting that would otherwise be requires is pretty monstrous. It can be done, though, if you really want to support that use-case.
Reporter | ||
Comment 2•17 years ago
|
||
Source directory path - encountered when users place their hg repository into "Documents and Settings". Very low priority bug.
Updated•17 years ago
|
Flags: flashplayer-qrb+
Priority: -- → P4
Target Milestone: --- → Future
Comment 3•7 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•