denemo-devel
[Top][All Lists]
Advanced

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

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


From: martin
Subject: [Denemo-devel] [bug #36502] 0.9.4rc4 missing headers
Date: Sun, 20 May 2012 18:36:41 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.3) Gecko/20100101 Firefox/10.0.3

Follow-up Comment #2, bug #36502 (project denemo):

No, the second comment was just an observation about the effect of not being
able to compile in jack/alsa support.

The headers are loaded from audiointerface.c which looks like this:

#include "dummybackend.h"

#ifdef _HAVE_JACK_
  #include "jackbackend.h"
#endif
#ifdef _HAVE_PORTAUDIO_
  #include "portaudiobackend.h"
#endif
#ifdef _HAVE_PORTMIDI_
  #include "portmidibackend.h"
#endif
#ifdef _HAVE_ALSA_
  #include "alsabackend.h"
#endif

Since they are in "" and not <>, and dummybackend.h and portaudiobackend.h are
both in the src dir it looks to me that they belong to denemo.  

In any event, --enable-jack & --enable-alsa do not compile.  Without them
libjack is linked in, but seems to have no effect. I cannot activate midi as
in 0.9.2 and 0.9.3

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36502>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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