I'd like to be able to build textmate on 10.6.8 (still using 10.6.8 because there are still some PPC apps that I use and this is the last version with Rosetta).

But clang v1.7 is too old.

So I tried updating llvm with brew:

  $ brew install --with-clang llvm

This installs clang v3.0 -- which I think is still too old (I think building textmate requires clang 3.2) but I wanted to try building clang 3.0 ...

clang 3.0 is installed in /usr/local/bin/clang

  $ /usr/local/bin/clang --version
  clang version 3.0 (tags/RELEASE_30/final)
  Target: x86_64-apple-darwin10.8.0
  Thread model: posix

And that appears to be the first version found with my $PATH settings:

  $ which clang
  /usr/local/bin/clang

But running: clang --version returns version 1.7 ???

  $ clang --version
  Apple clang version 1.7 (tags/Apple/clang-77) (based on LLVM 2.9svn)
  Target: x86_64-apple-darwin10
  Thread model: posix


_______________________________________________
textmate-dev mailing list
textmate-dev@lists.macromates.com
http://lists.macromates.com/listinfo/textmate-dev

Reply via email to