I was using a bash script from http://code.google.com/p/osxwinebuilder/that downloaded and installed gcc (not llvm-gcc) to compile Wine with that. I edited the script to compile from the wine-git repository, which it did perfectly on 10.8.2 until this past week.
I'll have to check the regression, but maybe I'll also try not using gcc to see if Wine can compile using the default compiler from Apple now. On Mon, Feb 4, 2013 at 8:29 AM, Per Johansson <p...@morth.org> wrote: > On Sun, Feb 3, 2013 at 4:59 PM, Jeremiah Flerchinger > <jeremiah.flerchin...@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/c14bdaf1ddb7d0e5587f63f1216b61c9ecb7a8c3 > ). > The only other option I'm aware of is gcc-apple-4.2 from macports. > > Regards, > -- > Per Johansson >