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




---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user


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
http://www.gnu.org/manual/automake/html_chapter/automake_6.html#SEC29
says ext should not be put into SUBDIRS but into DIST_SUBDIRS.
(I can't test it on this machine.)


HTH
Clemens




---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user


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 automake manual
 http://www.gnu.org/manual/automake/html_chapter/automake_6.html#SEC29
 says ext should not be put into SUBDIRS but into DIST_SUBDIRS.
 (I can't test it on this machine.)
 

Yep, test ok. Alsa-lib compiles again. Just apply this patch therefore.
This fixes the so often reported problem:
pcm_jack.c:36: jack/jack.h: No such file or directory


martin



--- alsa-lib/src/pcm/Makefile.am.ORIGINAL   Fri Mar  7 20:58:08 2003
+++ alsa-lib/src/pcm/Makefile.amFri Mar  7 20:58:39 2003
@@ -1,4 +1,4 @@
-SUBDIRS = ext
+DIST_SUBDIRS = ext
 
 EXTRA_LTLIBRARIES = libpcm.la
 


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user


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 from
   automake for different versions.
  
  The automake manual
  http://www.gnu.org/manual/automake/html_chapter/automake_6.html#SEC29
  says ext should not be put into SUBDIRS but into DIST_SUBDIRS.
  (I can't test it on this machine.)
  
 
 Yep, test ok. Alsa-lib compiles again. Just apply this patch therefore.
 This fixes the so often reported problem:
 pcm_jack.c:36: jack/jack.h: No such file or directory

Indeed - this did it. Thanks folks for all your help!





 
 martin
 
 
 
 --- alsa-lib/src/pcm/Makefile.am.ORIGINAL Fri Mar  7 20:58:08 2003
 +++ alsa-lib/src/pcm/Makefile.am  Fri Mar  7 20:58:39 2003
 @@ -1,4 +1,4 @@
 -SUBDIRS = ext
 +DIST_SUBDIRS = ext
  
  EXTRA_LTLIBRARIES = libpcm.la
  
 
 
 ---
 This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
 for complex code. Debugging C/C++ programs can leave you feeling lost and 
 disoriented. TotalView can help you find your way. Available on major UNIX 
 and Linux platforms. Try it free. www.etnus.com
 ___
 Alsa-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/alsa-user
 

-- 



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user


[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/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i486-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared 
libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking for ANSI C header files... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for hsearch_r... yes
checking for library version... major 0 minor 9 subminor 0 extrastr rc 
extraver 18
checking for versioned symbols... yes
checking for debug... yes
checking for softfloat... no
checking for architecture... x86
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/pictures/Makefile
config.status: creating include/Makefile
config.status: creating include/sound/Makefile
config.status: creating src/Makefile
config.status: creating src/control/Makefile
config.status: creating src/mixer/Makefile
config.status: creating src/pcm/Makefile
config.status: creating src/pcm/ext/Makefile
config.status: creating src/rawmidi/Makefile
config.status: creating src/timer/Makefile
config.status: creating src/hwdep/Makefile
config.status: creating src/seq/Makefile
config.status: creating src/instr/Makefile
config.status: creating src/compat/Makefile
config.status: creating src/conf/Makefile
config.status: creating src/conf/cards/Makefile
config.status: creating src/conf/pcm/Makefile
config.status: creating aserver/Makefile
config.status: creating test/Makefile
config.status: creating utils/Makefile
config.status: creating utils/alsa-lib.spec
config.status: creating utils/alsa.pc
config.status: creating include/config.h
config.status: include/config.h is unchanged


calypso:/work/alsa/alsa-lib-0.9.0rc8b # make
Making all in doc
make[1]: Wechsel in das Verzeichnis »/work/alsa/alsa-lib-0.9.0rc8b/doc«
Making all in pictures
make[2]: Wechsel in das Verzeichnis 
»/work/alsa/alsa-lib-0.9.0rc8b/doc/pictures«
make[2]: Für das Target »all« gibt es nichts zu tun.
make[2]: Verlassen des Verzeichnisses 
»/work/alsa/alsa-lib-0.9.0rc8b/doc/pictures«
make[2]: Wechsel in das Verzeichnis »/work/alsa/alsa-lib-0.9.0rc8b/doc«
make[2]: Für das Target »all-am« gibt es nichts zu tun.
make[2]: Verlassen des Verzeichnisses »/work/alsa/alsa-lib-0.9.0rc8b/doc«
make[1]: Verlassen des Verzeichnisses »/work/alsa/alsa-lib-0.9.0rc8b/doc«
Making all in include
make[1]: Wechsel in das Verzeichnis »/work/alsa/alsa-lib-0.9.0rc8b/include«
cd .. \
   CONFIG_FILES= CONFIG_HEADERS=include/config.h 

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 TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user


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.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user


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
 released.  That version fixed my compile error.
 
   Hi
  
   does anyone have a solution for the problem below?
 

thanks, 
--bdh



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user


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.



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user


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 this patch and report me status?

Index: Makefile.am
===
RCS file: /cvsroot/alsa/alsa-lib/src/pcm/ext/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 5 Mar 2003 19:56:59 -   1.1
+++ Makefile.am 6 Mar 2003 14:00:46 -   1.2
@@ -20,6 +20,8 @@

 all-am: help

+all-redirect: help
+
 install-am: help

 hand-install: install-exec-am


Jaroslav

-
Jaroslav Kysela [EMAIL PROTECTED]
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs





---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user


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 what 
  both of these seem to be tied to. 
 
 Can someone try this patch and report me status?


No dice for me - added the all-redirect: help and the newline, make clean,
make, still dies in the same place:

pcm_jack.c:36:23: jack/jack.h: No such file or directory

Did I miss something else? 

Thanks,
--bdh

 
 Index: Makefile.am
 ===
 RCS file: /cvsroot/alsa/alsa-lib/src/pcm/ext/Makefile.am,v
 retrieving revision 1.1
 retrieving revision 1.2
 diff -u -r1.1 -r1.2
 --- Makefile.am 5 Mar 2003 19:56:59 -   1.1
 +++ Makefile.am 6 Mar 2003 14:00:46 -   1.2
 @@ -20,6 +20,8 @@
 
  all-am: help
 
 +all-redirect: help
 +
  install-am: help
 
  hand-install: install-exec-am
 
 
   Jaroslav
 
 -
 Jaroslav Kysela [EMAIL PROTECTED]
 Linux Kernel Sound Maintainer
 ALSA Project, SuSE Labs
 
 
 

-- 



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user