Opened 15 years ago
Closed 13 years ago
#1199 closed Bugs (fixed)
configure doesn't work with path containing whitespaces (MacOS X)
| Reported by: | Owned by: | Douglas Gregor | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | Building Boost |
| Version: | Boost 1.34.1 | Severity: | Showstopper |
| Keywords: | configure build | Cc: |
Description
macpro01:/Volumes/Macintosh HD 2/boost_1_34_1 $ ./configure --prefix=/usr/local/
Building Boost.Jam with toolset darwin... ./configure: line 198: cd: /Volumes/Macintosh: No such file or directory ./configure: line 1: cd: ./tools/jam/src: No such file or directory
tools/jam/srcbjam Detecting Python version... 2.5 Detecting Python root... /sw Unicode/ICU support for Boost.Regex?... not found. Backing up existing Boost.Build configuration in user-config.jam.2 Generating Boost.Build configuration in user-config.jam... Generating Makefile...
Change History (2)
comment:1 by , 15 years ago
| Owner: | set to |
|---|
comment:2 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

I believe this is fixed in 1.39.0. Note that 'configure' was renamed to 'bootstrap.sh', with some associated behaviour changes.