denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] [bug #36502] 0.9.4rc4 missing headers


From: Jeremiah Benham
Subject: Re: [Denemo-devel] [bug #36502] 0.9.4rc4 missing headers
Date: Wed, 23 May 2012 11:14:00 -0500
User-agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

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
address@hidden
https://lists.gnu.org/mailman/listinfo/denemo-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]