[LLVMdev] Build fails when in a path containing spaces

Jonathan Ragan-Kelley jrk at csail.mit.edu
Fri Feb 3 11:46:33 PST 2012


I've run into what appears to be an odd bug with the autoconf-based build when run in a path containing spaces:

    LLVM_SRC_ROOT   := $(call realpath, /path/with some/spaces)

in Makefile.config returns empty string, while:

    LLVM_SRC_ROOT   := $(call realpath, /path/without/spaces)

returns the expected "/path/without/spaces".

This breaks the build from the very start.

(This is on Ubuntu 11.10.)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120203/8fc6143e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120203/8fc6143e/attachment.bin>


More information about the llvm-dev mailing list