Re: problems regression testing/compiling wine

2007-05-24 Thread EA Durbin
testing/compiling wine Date: Mon, 14 May 2007 10:01:19 +0300 (EEST) * On Sun, 13 May 2007, Louis Lenders wrote: * EA Durbin ead1234 at hotmail.com writes: No, that doesn't help, i've tried distclean, git clean -x, the usual make clean, and nothing works. Regression testing seems borked passed

Re: problems regression testing/compiling wine

2007-05-14 Thread Saulius Krasuckas
* On Sun, 13 May 2007, Louis Lenders wrote: * EA Durbin ead1234 at hotmail.com writes: No, that doesn't help, i've tried distclean, git clean -x, the usual make clean, and nothing works. Regression testing seems borked passed two bisects. I know I had the same problem, and somehow i

Re: problems regression testing/compiling wine

2007-05-14 Thread Michael Stefaniuc
Saulius Krasuckas wrote: * On Sun, 13 May 2007, Louis Lenders wrote: * EA Durbin ead1234 at hotmail.com writes: No, that doesn't help, i've tried distclean, git clean -x, the usual make clean, and nothing works. Regression testing seems borked passed two bisects. I know I had the same

problems regression testing/compiling wine

2007-05-13 Thread EA Durbin
I'm having problems regression testing between 0.9.15 and 0.9.37. On 3+ bisects I keep getting the following error and wine won't compile. /home/eric/wine/dlls/winex11.drv/palette.c:866: undefined reference to `GDI_ReleaseObj' palette.o:/home/eric/wine/dlls/winex11.drv/palette.c:881: more

Re: problems regression testing/compiling wine

2007-05-13 Thread Maarten Lankhorst
EA Durbin schreef: I'm having problems regression testing between 0.9.15 and 0.9.37. On 3+ bisects I keep getting the following error and wine won't compile. Most of the time when this happens you forget to do a make distclean first. It is recommended to use ccache and do a 'make distclean'

Re: problems regression testing/compiling wine

2007-05-13 Thread Louis Lenders
E winegcc: gcc failed. make[2]: *** [winex11.drv.so] Error 2 make[2]: Leaving directory `/home/eric/wine/dlls/winex11.drv' make[1]: *** [winex11.drv] Error 2 make[1]: Leaving directory `/home/eric/wine/dlls' make: *** [dlls] Error 2

Re: problems regression testing/compiling wine

2007-05-13 Thread EA Durbin
No, that doesn't help, i've tried distclean, git clean -x, the usual make clean, and nothing works. Regression testing seems borked passed two bisects. From: Louis Lenders [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: problems regression testing/compiling wine Date: Sun, 13 May 2007

Re: problems regression testing/compiling wine

2007-05-13 Thread Louis Lenders
: problems regression testing/compiling wine Date: Sun, 13 May 2007 14:05:42 + (UTC) I know I had the same problem, and somehow i got around it, but i forgot how ;( maybe rm -rf */*/*.def from wine's source tree.