Opened 11 years ago
Closed 11 years ago
#10170 closed bug (fixed)
Configure doesn't like spaces in path
Reported by: | idefix | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Running configure
on Ubuntu 12.04 to build the buildtools results in the following error:
jeroen@Gromit:~/Builds/Haiku/Raspberry Pi/haiku$ ./configure --build-cross-tools arm ../buildtools ./configure: 771: ./configure: /home/jeroen/Builds/Haiku/Raspberry: not found jeroen@Gromit:~/Builds/Haiku/Raspberry Pi/haiku$
Replacing the space in Raspberry Pi
with an underscore gets the build going:
jeroen@Gromit:~/Builds/Haiku/Raspberry_Pi/haiku$ ./configure --build-cross-tools arm ../buildtools checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... arm-unknown-haiku checking for a BSD-compatible install... /usr/bin/install -c
Note:
See TracTickets
for help on using tickets.
Fixed the line in question in hrev46422. There may be other problems, though.