Re: another build problem on current cvs

2005-01-08 Thread Vincent Béron
Le dim 02/01/2005 à 20:24, Vincent Béron a écrit : > Le sam 01/01/2005 à 09:20, Andreas Mohr a écrit : > [snip] > > Problem is that we might want to have Wine never break during compile. > > At least for semi-modern software versions it should compile successfully, > > no matter how much functional

Re: build problem on current cvs [fixed]

2005-01-04 Thread Dan Kegel
Jack wrote in http://www.winehq.org/hypermail/wine-devel/2004/12/0720.html : Program received signal SIGSEGV, Segmentation fault. 0x4009e05a in _int_malloc () from /lib/i686/libc.so.6 (gdb) bt #0 0x4009e05a in _int_malloc () from /lib/i686/libc.so.6 #1 0x4009d06c in malloc () from /lib/i686/libc.

Re: another build problem on current cvs

2005-01-02 Thread Vincent Béron
Le sam 01/01/2005 à 09:20, Andreas Mohr a écrit : [snip] > Problem is that we might want to have Wine never break during compile. > At least for semi-modern software versions it should compile successfully, > no matter how much functionality we have to disable to achieve that. Right. > > Configu

Re: another build problem on current cvs

2005-01-01 Thread Andreas Mohr
Hi, On Wed, Dec 29, 2004 at 06:42:41PM -0500, Vincent Béron wrote: > Le mer 29/12/2004 à 05:38, Joris Huizer a écrit : > [snip] > > In debian the package is called libasound2-dev, version > > "0.9.0beta10.9.0beta1" which should be the 0.9 branch of alsa > > I thought we stopped supporting alsa 0

Re: another build problem on current cvs

2004-12-30 Thread Ferenc Wagner
Vincent Béron <[EMAIL PROTECTED]> writes: > Le mer 29/12/2004 à 05:38, Joris Huizer a écrit : > >> In debian the package is called libasound2-dev, version >> "0.9.0beta10.9.0beta1" which should be the 0.9 branch of alsa > > Either update to alsa 1.0, downgrade Wine to prior > 20040505, or switch

Re: another build problem on current cvs

2004-12-29 Thread Vincent Béron
Le mer 29/12/2004 à 05:38, Joris Huizer a écrit : [snip] > In debian the package is called libasound2-dev, version > "0.9.0beta10.9.0beta1" which should be the 0.9 branch of alsa I thought we stopped supporting alsa 0.9 a while ago to focus on alsa 1.0... (Looking through dlls/winmm/winealsa/aud

Re: build problem on current cvs

2004-12-29 Thread Stefan Leichter
Am Mittwoch, 29. Dezember 2004 21:26 schrieb Jacek Caban: > Hello. > > >Hello, > > > >this problem confuses me. I have started regession testing. It turn out to > > be a problem of 'out of tree' builds and the name of the directory > > containing the cvs tree. If i use the cvs tree as checked out f

Re: build problem on current cvs

2004-12-29 Thread Jacek Caban
Hello. Hello, this problem confuses me. I have started regession testing. It turn out to be a problem of 'out of tree' builds and the name of the directory containing the cvs tree. If i use the cvs tree as checked out from winehq widl crashes. If i rename the main directory wine of the cvs tree

Re: build problem on current cvs

2004-12-29 Thread Michael Stefaniuc
Stefan Leichter wrote: this problem confuses me. I have started regession testing. It turn out to be a problem of 'out of tree' builds and the name of the directory containing the cvs tree. If i use the cvs tree as checked out from winehq widl crashes. If i rename the main directory wine of the

Re: another build problem on current cvs

2004-12-29 Thread Joris Huizer
Vincent Béron wrote: Le mar 28/12/2004 à 09:24, Joris Huizer a écrit : Hello, For the past week or so, building from cvs on a debian/stable system w/ alsa installed (using a custom kernel Linux debian 2.4.18.041216) breaks on alsa-specific code in wine; I attached the log; note that I did a `cvs

Re: build problem on current cvs

2004-12-29 Thread Stefan Leichter
Am Dienstag, 28. Dezember 2004 23:47 schrieb Jacek Caban: > Stefan Leichter wrote: > >Am Dienstag, 28. Dezember 2004 11:15 schrieb Jacek Caban: > >>Hi. > >> > >>Stefan Leichter wrote: > >>>Hello, > >>> > >>>i hope you all had nice Christmas. > >>> > >>>Now back to business :-) > >>> > >>>trying to

Re: another build problem on current cvs

2004-12-28 Thread Vincent Béron
Le mar 28/12/2004 à 09:24, Joris Huizer a écrit : > Hello, > > For the past week or so, building from cvs on a debian/stable system w/ > alsa installed (using a custom kernel Linux debian 2.4.18.041216) breaks > on alsa-specific code in wine; > I attached the log; note that I did a `cvs update -

Re: build problem on current cvs

2004-12-28 Thread Jacek Caban
Stefan Leichter wrote: Am Dienstag, 28. Dezember 2004 11:15 schrieb Jacek Caban: Hi. Stefan Leichter wrote: Hello, i hope you all had nice Christmas. Now back to business :-) trying to build current cvs (~7:45 AM UTC) i get the error: make[1]: Entering directory `/usr/src/wine/wine-build/in

another build problem on current cvs

2004-12-28 Thread Joris Huizer
Hello, For the past week or so, building from cvs on a debian/stable system w/ alsa installed (using a custom kernel Linux debian 2.4.18.041216) breaks on alsa-specific code in wine; I attached the log; note that I did a `cvs update -dPA` and `make distclean` so this can't be any problem with th

Re: build problem on current cvs

2004-12-28 Thread Stefan Leichter
Am Dienstag, 28. Dezember 2004 11:15 schrieb Jacek Caban: > Hi. > > Stefan Leichter wrote: > >Hello, > > > >i hope you all had nice Christmas. > > > >Now back to business :-) > > > >trying to build current cvs (~7:45 AM UTC) i get the error: > > > >make[1]: Entering directory `/usr/src/wine/wine-bu

Re: build problem on current cvs

2004-12-28 Thread Jacek Caban
Hi. Stefan Leichter wrote: Hello, i hope you all had nice Christmas. Now back to business :-) trying to build current cvs (~7:45 AM UTC) i get the error: make[1]: Entering directory `/usr/src/wine/wine-build/include' ../tools/widl/widl -I../../wine/include -I. -I../../wine/include -I../include

build problem on current cvs

2004-12-28 Thread Stefan Leichter
Hello, i hope you all had nice Christmas. Now back to business :-) trying to build current cvs (~7:45 AM UTC) i get the error: make[1]: Entering directory `/usr/src/wine/wine-build/include' ../tools/widl/widl -I../../wine/include -I. -I../../wine/include -I../include -h -H oaidl.h ../../