FYI latest changed to 64-bit & libc++ made backporting TM2 to 10.6 bit more complicated. But still managed to get it done: https://github.com/nanoant/textmate/tree/10.6
I've also pushed some binaries build by myself at: https://github.com/nanoant/textmate/downloads Allan, hope you don't mind me posting binaries for 10.6. I think soon updating TM2 10.6 branch will be getting more and more steep once TM2 will use ARC completely, new ObjC literals. There are couple of problems: (1) libc++ isn't bundled with SL, so I had to change its install_name and bundle it within .app (2) libarclite_macosx.a isn't available at all on SL (neither open sourced), it comes only with (Mt)Lion, so yes you can target ARC on 10.6, but only compiling on 10.7 or 10.8 :/ Cheers, -- Adam Strzelecki _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/listinfo/textmate-dev
