We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It appears to me that the build is broken on os x lion 10.7.2 (with xcode 4.1 (4B110))
cd build ../configure <..> configure: configure: CFG_SRC_DIR := ../ configure: CFG_BUILD_DIR := /opt/rust/src/rust/build configure: CFG_OSTYPE := apple-darwin configure: CFG_CPUTYPE := x86_64 configure: CFG_CONFIGURE_ARGS := configure: CFG_HOST_TRIPLE := configure: CFG_TARGET_TRIPLES := configure: CFG_C_COMPILER := gcc configure: CFG_PREFIX := /usr/local configure: CFG_LLVM_ROOT := configure: CFG_LLVM_SRC_DIR := ../src/llvm configure: configure: cp ../Makefile.in ./Makefile configure: configure: complete configure: make cfg: shell host triple cfg: non host triples cfg: unix-y environment cfg: using gcc make: *** No rule to make target `rustc-H-', needed by `all'. Stop.
gcc -v
Using built-in specs. Target: i686-apple-darwin11 Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror -- prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
The text was updated successfully, but these errors were encountered:
also https://gist.github.com/1474602
Sorry, something went wrong.
Changes to configure (Fix for rust-lang#1291)
9c4b3c2
Merge pull request #1292 from boggle/fix1291
f09eb20
Changes to configure (Fix for #1291)
Merge pull request rust-lang#1291 from bjorn3/build_system_rework2
019040d
Move downloaded test project to downloads/
Refactor machine_model to make-it non-oop (rust-lang#1291)
4fdf604
No branches or pull requests
It appears to me that the build is broken on os x lion 10.7.2 (with xcode 4.1 (4B110))
gcc -v
The text was updated successfully, but these errors were encountered: