Re: Did anyone have any trouble compiling wine today? Or was it just me ....

2008-12-01 Thread Susan Cragin
>On Mon, Dec 1, 2008 at 9:06 AM, Susan Cragin <[EMAIL PROTECTED]> wrote: I don't know off hand then. I'd say run a regression test. As a guess, you might try removing: #ifdef HAVE_LINUX_SERIAL_H #include #endif but that would just be a kludgy workaround. -- >>

Re: Did anyone have any trouble compiling wine today? Or was it just me ....

2008-12-01 Thread Susan Cragin
>>I don't know off hand then. I'd say run a regression test. As a guess, >>you might try removing: >>#ifdef HAVE_LINUX_SERIAL_H >>#include >>#endif >> >>but that would just be a kludgy workaround. >> >>-- >>-Austin > >Will try both tomorrow. >Thanks. Austin: Did not see above section, but did se

Re: Did anyone have any trouble compiling wine today? Or was it just me ....

2008-11-30 Thread Detlef Riekenberg
On Sa, 2008-11-29 at 18:53 -0600, Austin English wrote: > > gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ > -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing > -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits > -Wpointer-arith -g -O2 -o serial.o serial.c

Re: Did anyone have any trouble compiling wine today? Or was it just me ....

2008-11-29 Thread Austin English
On Sat, Nov 29, 2008 at 6:50 PM, Susan Cragin <[EMAIL PROTECTED]> wrote: > and my jaunty jackalope with 2.6.27-7 generic kernel > > MAKE > gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_ > -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing > -Wdeclaration-after-stateme

Did anyone have any trouble compiling wine today? Or was it just me ....

2008-11-29 Thread Susan Cragin
and my jaunty jackalope with 2.6.27-7 generic kernel MAKE gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o serial.o serial.c In f