Re: [rust-dev] Fwd: Problems building rust on OSX

2014-02-10 Thread Martin Koch
Thanks, Felix. I came up with a simpler soution: brew install rust :) - That works just fine (at least I now have a running rust 0.9 compiler). /Martin On Mon, Feb 10, 2014 at 1:33 PM, Felix S. Klock II wrote: > Martin (cc'ing rust-dev)- > > I recommend you file a fresh bug with a transcript

Re: [rust-dev] Fwd: Problems building rust on OSX

2014-02-10 Thread Felix S. Klock II
Martin (cc'ing rust-dev)- I recommend you file a fresh bug with a transcript of your own build attempt. I infer you are pointing us to issue #11162 because of some similarity in the log output you see between that and your own build issue, but issue #11162 is fundamentally related to a local

Re: [rust-dev] Fwd: Problems building rust on OSX

2014-02-09 Thread Martin Koch
Thanks for your reply. I built by cloning from github, so I am on master. Also, I don't have llvm installed, so that must come from the rust build somehow? GCC is > gcc --version i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) On Sun, Feb

Re: [rust-dev] Fwd: Problems building rust on OSX

2014-02-09 Thread Alex Crichton
This problem has been fixed on master, so I would recommend using master or uninstalling LLVM temporarily from the system (a non-standard gcc in the path may also mess with compilation) On Sun, Feb 9, 2014 at 1:15 PM, Martin Koch wrote: > Hi List > > I'm trying to get rust to compile, but I'm app

[rust-dev] Fwd: Problems building rust on OSX

2014-02-09 Thread Martin Koch
Hi List I'm trying to get rust to compile, but I'm apparently running into this bug: https://github.com/mozilla/rust/issues/11162 So my question is: How do I manually download and use this snapshot: rust-stage0-2014-01-20-b6400f9-macos-x86_64-6458d3b46a951da62c20dd5b587d44333402e30b.tar.bz2 Th