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 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 > long

Re: [PATCH] winebuild: Use $CCAS to assemble if found

2013-02-03 Thread Alexandre Rostovtsev
On Sun, 2013-02-03 at 20:27 -0700, Charles Davis wrote: > If the user doesn't set CCAS--which she doesn't the majority of the > time--configure will pick up the first of {clang, gas, as} in the PATH. Are > you sure that's what you want? I had attempted to preserve the behavior that exists in win

Re: [PATCH] Support for game DRM which overwrite the GS segment selector

2013-02-03 Thread Alessandro Pignotti
Il giorno sab, 02/02/2013 alle 12.10 +0100, Austin English ha scritto: > On Jan 31, 2013 8:15 AM, "Alessandro Pignotti" > wrote: > > > > Hi again, > > > > I've quickly implemented the aforementioned idea of fixing the > segment > > in the segfault handler when needed. I'm attaching my proposed > p

Re: [PATCH] winebuild: Use $CCAS to assemble if found

2013-02-03 Thread Charles Davis
Hi, On Feb 3, 2013, at 7:33 PM, Alexandre Rostovtsev wrote: > Commit c14bdaf1 made winebuild use Clang to assemble if found. > > However, just because a user has some version of Clang installed, it > does not mean that she wants to use Clang to assemble Wine. For example, > a user who has both C

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 wrote: > > On Feb 3, 2013, at 10:50 AM, Saulius Krasuckas wrote: > >> * On Sun, 3 Feb 2013, Je

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, b

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

Compiling Wine on Mac OS X 10.8.2?

2013-02-03 Thread Jeremiah Flerchinger
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...

Re: Keynote made me remember Mac Icons

2013-02-03 Thread Ken Thomases
Hi, On Feb 3, 2013, at 3:56 AM, Austin English wrote: > On Sun, Feb 3, 2013 at 9:45 AM, Jeremiah Flerchinger > wrote: >> The keynote made me realize I have some Mac icons for Wine. Would anyone be >> interested in them? It's definitely more functional than just using the >> default terminal icon

Re: fusion: return correct error for null public token

2013-02-03 Thread Nikolay Sivov
> + ok(hr == FUSION_E_PRIVATE_ASM_DISALLOWED, "Expected S_OK, got %08x\n", hr); You could just strip excepted value message part to avoid typos like that. On Fri, Feb 1, 2013 at 8:10 AM, Alistair Leslie-Hughes < leslie_alist...@hotmail.com> wrote: > Hi, > The other fusion patch is superseded by