On 05/19/2012 05:07 PM, martin wrote:
URL:
<http://savannah.gnu.org/bugs/?36502>
Summary: 0.9.4rc4 missing headers
Project: Denemo
Submitted by: ml57
Submitted on: Sat 19 May 2012 10:07:37 PM GMT
Category: None
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
jackbackend.h and alsabackend.h are missing; build fails with
--enable-jack and --enable-alsa
No midi input seems to be possible without portaudio
I see in src/Makefile.am there is this. Would it create a problem if I
just removed the conditionals "if HAVE_JACK, etc..." and included all
the sources no matter what the ./configure finds? Is there a reason
ringbuffer.c and .h can't be both included? The below also does not list
the relative header files to the included source files.
if HAVE_JACK
libaudiobackend_a_SOURCES += jackbackend.c jackutil.c
else
libaudiobackend_a_SOURCES += ringbuffer.c
endif
if HAVE_PORTAUDIO
libaudiobackend_a_SOURCES += portaudiobackend.c portaudioutil.c
endif
if HAVE_PORTMIDI
libaudiobackend_a_SOURCES += portmidibackend.c portmidiutil.c
endif
if HAVE_ALSA
libaudiobackend_a_SOURCES += alsabackend.c
endif
if HAVE_FLUIDSYNTH
libaudiobackend_a_SOURCES += fluid.c
endif
Jeremiah
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?36502>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel
_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel