Re: Compiling Wine on Mac OS X 10.8.2?

2013-02-04 Thread Jeremiah Flerchinger
Apple's GCC 4.2.1 version 5666.3 commdlg.vqed9R.s:259:2: error: invalid operand for instruction lrecompobj.IYZvhS.st:w 1037 : 2 : error: invalid operand for instruction ^ lretw ^ compobj.IYZvhS.s:1150:2: error: invalid operand for instruction lretw ^

Re: Compiling Wine on Mac OS X 10.8.2?

2013-02-04 Thread Jeremiah Flerchinger
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,

Re: Compiling Wine on Mac OS X 10.8.2?

2013-02-04 Thread Charles Davis
On Feb 4, 2013, at 10:27 AM, Jeremiah Flerchinger wrote: Apple's GCC 4.2.1 version 5666.3 commdlg.vqed9R.s:259:2: error: invalid operand for instruction lrecompobj.IYZvhS.st:w 1037 : 2 : error: invalid operand for instruction ^ lretw ^

Re: Compiling Wine on Mac OS X 10.8.2?

2013-02-04 Thread Jeremiah Flerchinger
Chip, I'm compiling from wine-git again. I had to install the new command line tools for 4.6 and then reboot, since XCode 4.6 didn't seem to be enough. It seems an odd behavior that the patches appeared to force winebuild to use clang, when it had been using gcc before. Thanks and I'll try to

Re: Compiling Wine on Mac OS X 10.8.2?

2013-02-03 Thread Saulius Krasuckas
* On Sun, 3 Feb 2013, Jeremiah Flerchinger wrote: Is anyone compiling Wine from the git repository for OS X version 10.8.2? Not me... 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

Re: Compiling Wine on Mac OS X 10.8.2?

2013-02-03 Thread Charles Davis
On Feb 3, 2013, at 10:50 AM, Saulius Krasuckas wrote: * On Sun, 3 Feb 2013, Jeremiah Flerchinger wrote: Is anyone compiling Wine from the git repository for OS X version 10.8.2? Not me... At first I thought I broke my toolchain and could no longer compile Wine at all, but this is

Re: Compiling Wine on Mac OS X 10.8.2?

2013-02-03 Thread Bill Broach
Which version of gcc are you compiling it with? Im able to compile no issue with: i686-apple-darwin11-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) On Feb 3, 2013, at 3:58 PM, Charles Davis cdavi...@gmail.com wrote: On Feb 3, 2013, at 10:50 AM, Saulius Krasuckas wrote: * On Sun,

Re: Compiling Wine on Mac OS X 10.8.2?

2013-02-03 Thread Per Johansson
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