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 see if can switch entirely to clang in my toolchain now.
J
On Mon, Feb 4, 2013 at 9:32 PM, Charles Davis cdavis5x@gmail.com wrote:
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 ^ compobj.IYZvhS.s:1150:2: error: invalid operand for instruction lretw ^ compobj.IYZvhS.s:1195:2: error: invalid operand for instruction lretw ^ compobj.IYZvhS.s:1204:2: error: invalid operand for instruction lretw ^ compobj.IYZvhS.s:1213:2: error: invalid operand for instruction lretw ^ compobj.IYZvhS.s:1222:2: error: invalid operand for instruction lretw ^ compobj.IYZvhS.s:1231:2: error: invalid operand for instruction lretw ^ winebuild: /usr/bin/clang failed with status 1 winegcc: ../../tools/winebuild/ winebuild failed make[1]: *** [commdlg.dll16.so] Error 2 make: *** [dlls/commdlg.dll16] Error 2 make: *** Waiting for unfinished jobs.... ../../../tools/winegcc/winegcc -m32 -B../../../tools/winebuild --sysroot=../../.. -s -Wb,-F,credui_test.exe credui.o testlist.o -o credui_test-stripped.exe.so ../../../libs/port/libwine_port.a -lcredui -L/Users/jeremiah/wine/wine-git/lib -L/opt/X11/lib -framework CoreServices -lz -L/opt/X11/lib -lGL -lGLU winebuild: /usr/bin/clang failed with status 1 winegcc: ../../tools/winebuild/winebuild failed make[1]: *** [compobj.dll16.so] Error 2 make: *** [dlls/compobj.dll16] Error 2 echo "credui_test.exe TESTRES "credui_test-stripped.exe.so"" | ../../../tools/wrc/wrc --nostdinc --po-dir=../../../po -m32 -I. -I. -I../../../include -I../../../include -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION -DWIDL_C_INLINE_WRAPPERS -o ../../../programs/winetest/credui_test.res could not run 'make -j3' in /Users/jeremiah/wine/build/wine-git - exiting
Yep, this is related to my patch alright.
I'm willing to bet you're still running Xcode 4.5, too. Try upgrading to 4.6.
Chip
On Sun, Feb 3, 2013 at 11:02 PM, Bill Broach while1eq1.lists@gmail.comwrote:
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 cdavis5x@gmail.com wrote:
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 not the case. I can still compile old releases,
but
can no longer compile from git.
... but I would try running a regression test (git bisect) in your
case.
Why do I get the feeling that when you do, you'll end up at commit
c14bdaf?
How exactly does it break?
Chip
S.