Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-07 Thread ben hubbard (listmail)
On Fri, 7 Mar 2003, Martin Langer wrote: > On Fri, Mar 07, 2003 at 04:44:55PM +0100, Clemens Ladisch wrote: > > Jaroslav Kysela wrote: > > > [...] > > > The whole idea is that the jack module should not be built by default. > > > Unfortunately, it seems difficult to redirect the build targets fr

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-07 Thread Martin Langer
On Fri, Mar 07, 2003 at 04:44:55PM +0100, Clemens Ladisch wrote: > Jaroslav Kysela wrote: > > [...] > > The whole idea is that the jack module should not be built by default. > > Unfortunately, it seems difficult to redirect the build targets from > > automake for different versions. > > The autom

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-07 Thread Clemens Ladisch
Jaroslav Kysela wrote: > [...] > The whole idea is that the jack module should not be built by default. > Unfortunately, it seems difficult to redirect the build targets from > automake for different versions. The automake manual

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-07 Thread Jaroslav Kysela
On Fri, 7 Mar 2003, Raimund Eimann wrote: > Hi, > > I found out in the meantime that it was my own fault. The packages jack and > jack-devel haven't been installed, that caused the problem. After the > installation, there was no problem executing a "make"... > > However, IMHO the configure scr

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-07 Thread Jaroslav Kysela
On Fri, 7 Mar 2003, Martin Langer wrote: > On Thu, Mar 06, 2003 at 04:43:41PM -0500, ben hubbard (listmail) wrote: > > On Thu, 6 Mar 2003, Jaroslav Kysela wrote: > > > On Thu, 6 Mar 2003, ben hubbard (listmail) wrote: > > > > > > > > At the moment, b has come out to replace a. I guess I should po

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-07 Thread Martin Langer
On Fri, Mar 07, 2003 at 09:08:24AM +0100, Clemens Ladisch wrote: > ben hubbard (listmail) wrote: > > No dice for me - added the all-redirect: help and the newline, make clean, > > make, still dies in the same place: > > You have to recreate the real makefile: > automake --foreign && autoconf

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-07 Thread Clemens Ladisch
ben hubbard (listmail) wrote: > No dice for me - added the all-redirect: help and the newline, make clean, > make, still dies in the same place: You have to recreate the real makefile: automake --foreign && autoconf && ./configure && make or use the cvscompile script. HTH Clemens ---

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread Raimund Eimann
Hi, I found out in the meantime that it was my own fault. The packages jack and jack-devel haven't been installed, that caused the problem. After the installation, there was no problem executing a "make"... However, IMHO the configure script should inform users in advance, if jack/jack-devel a

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread Martin Langer
On Thu, Mar 06, 2003 at 04:43:41PM -0500, ben hubbard (listmail) wrote: > On Thu, 6 Mar 2003, Jaroslav Kysela wrote: > > On Thu, 6 Mar 2003, ben hubbard (listmail) wrote: > > > > > > At the moment, b has come out to replace a. I guess I should point out I > > > had this problem with 0.9.0rc8b >

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread ben hubbard (listmail)
On Thu, 6 Mar 2003, Jaroslav Kysela wrote: > On Thu, 6 Mar 2003, ben hubbard (listmail) wrote: > > > > > At the moment, b has come out to replace a. I guess I should point out I > > had this problem with 0.9.0rc8b > > > > Do you remember if the problem you had was related to jack.h? That's

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread Jaroslav Kysela
On Thu, 6 Mar 2003, ben hubbard (listmail) wrote: > > At the moment, b has come out to replace a. I guess I should point out I > had this problem with 0.9.0rc8b > > Do you remember if the problem you had was related to jack.h? That's what > both of these seem to be tied to. Can someone try

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread Gendo_Ikari
Mine was in memalloc.c. On Thu, 6 Mar 2003, ben hubbard (listmail) wrote: > > At the moment, b has come out to replace a. I guess I should point out I > had this problem with 0.9.0rc8b > > Do you remember if the problem you had was related to jack.h? That's what > both of these seem to be tied to

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread ben hubbard (listmail)
At the moment, b has come out to replace a. I guess I should point out I had this problem with 0.9.0rc8b Do you remember if the problem you had was related to jack.h? That's what both of these seem to be tied to. > I had this problem. Later the day I had tried to compile it rc8a was > relea

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread Gendo_Ikari
I had this problem. Later the day I had tried to compile it rc8a was released. That version fixed my compile error. > On Thu, 6 Mar 2003, Raimund Eimann wrote: > > > Hi > > > > does anyone have a solution for the problem below? > --- This SF

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread lists
On Thu, 6 Mar 2003, Raimund Eimann wrote: > Hi > > does anyone have a solution for the problem below? FWIW, I end up with the same problem. Clean, updated RH8.0 install. -bdh --- This SF.net email is sponsored by: Etnus, makers of TotalV

[Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread Raimund Eimann
Hi does anyone have a solution for the problem below? Cheers, Raimund ./configure --prefix=/usr checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD compatible install... /usr/bin/insta