Re: OS X build broken

2009-06-13 Thread Austin English
On Fri, Jun 12, 2009 at 12:03 PM, Austin English wrote: > And actually, I'm getting a compiler error on my work machine: > aus...@server1:~/wine-git/dlls/kernel32$ make > gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ > -D_KERNEL32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing

Re: OS X build broken

2009-06-12 Thread Austin English
On Thu, Jun 11, 2009 at 10:39 PM, Austin English wrote: > AJ, looks like your 'configure: Detect the appropriate form for the > __ASM_GLOBAL_FUNC macro.' patch broke the compile on OS X. Could you > have a look? > > gcc -m32 -c -I. -I. -I../../include -I../../include  -D__WINESRC__ > -D_REENTRANT -

Re: OS X build broken

2009-06-12 Thread Steven Edwards
On Fri, Jun 12, 2009 at 4:12 AM, Alexandre Julliard wrote: > Austin English writes: > >> AJ, looks like your 'configure: Detect the appropriate form for the >> __ASM_GLOBAL_FUNC macro.' patch broke the compile on OS X. Could you >> have a look? > > It works fine here. What does your __ASM_GLOBAL_F

Re: OS X build broken

2009-06-12 Thread Alexandre Julliard
Austin English writes: > AJ, looks like your 'configure: Detect the appropriate form for the > __ASM_GLOBAL_FUNC macro.' patch broke the compile on OS X. Could you > have a look? It works fine here. What does your __ASM_GLOBAL_FUNC macro look like in include/config.h? -- Alexandre Julliard jul

Re: OS X build broken

2009-06-11 Thread Steven Edwards
On Thu, Jun 11, 2009 at 11:39 PM, Austin English wrote: > AJ, looks like your 'configure: Detect the appropriate form for the > __ASM_GLOBAL_FUNC macro.' patch broke the compile on OS X. Could you > have a look? Bah you beat me reporting this by 13mins! :P -- Steven Edwards "There is one thing

OS X build broken

2009-06-11 Thread Austin English
AJ, looks like your 'configure: Detect the appropriate form for the __ASM_GLOBAL_FUNC macro.' patch broke the compile on OS X. Could you have a look? gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement