<div dir="ltr">I was using a bash script from <a href="http://code.google.com/p/osxwinebuilder/" target="_blank">http://code.google.com/p/osxwinebuilder/</a>
 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. <br>
<br>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.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Feb 4, 2013 at 8:29 AM, Per Johansson <span dir="ltr"><<a href="mailto:per@morth.org" target="_blank">per@morth.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sun, Feb 3, 2013 at 4:59 PM, Jeremiah Flerchinger<br>
<<a href="mailto:jeremiah.flerchinger@gmail.com">jeremiah.flerchinger@gmail.com</a>> wrote:<br>
> Is anyone compiling Wine from the git repository for OS X version 10.8.2? At<br>
> first I thought I broke my toolchain and could no longer compile Wine at<br>
> all, but this is not the case. I can still compile old releases, but can no<br>
> longer compile from git.<br>
><br>
> I'm just curious if anyone else has tried...<br>
><br>
<br>
</div></div>Hi,<br>
<br>
the default gcc binary hasn't been able to correctly compile wine<br>
since 10.7 was released (since it was then switched to llvm-gcc).<br>
clang should be able to compile latest master (since<br>
<a href="http://source.winehq.org/git/wine.git/commit/c14bdaf1ddb7d0e5587f63f1216b61c9ecb7a8c3" target="_blank">http://source.winehq.org/git/wine.git/commit/c14bdaf1ddb7d0e5587f63f1216b61c9ecb7a8c3</a>).<br>
The only other option I'm aware of is gcc-apple-4.2 from macports.<br>
<br>
Regards,<br>
<span class="HOEnZb"><font color="#888888">--<br>
Per Johansson<br>
</font></span></blockquote></div><br></div>