On Sun, Feb 3, 2013 at 4:59 PM, Jeremiah Flerchinger jeremiah.flerchinger@gmail.com wrote:
Is anyone compiling Wine from the git repository for OS X version 10.8.2? At first I thought I broke my toolchain and could no longer compile Wine at all, but this is not the case. I can still compile old releases, but can no longer compile from git.
I'm just curious if anyone else has tried...
Hi,
the default gcc binary hasn't been able to correctly compile wine since 10.7 was released (since it was then switched to llvm-gcc). clang should be able to compile latest master (since http://source.winehq.org/git/wine.git/commit/c14bdaf1ddb7d0e5587f63f1216b61c...). The only other option I'm aware of is gcc-apple-4.2 from macports.
Regards,