bugDenemo - Bugs: bug #36502, 0.9.4rc4 missing headers

 
 

bug #36502: 0.9.4rc4 missing headers

Submitter:  martin <ml57>
Submitted:  Sat 19 May 2012 10:07:37 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Need Info
Privacy:  Public Assigned to:  None
Originator Name:  Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 25 Apr 2013 07:14:24 AM UTC, comment #4: 

Can I take it these are fixed?

Richard Shann <rshann>
Group administrator
Tue 22 May 2012 09:08:36 PM UTC, comment #3: 

jackutil.h is also missing from the package.

All these files are in the git repository, so it looks like a packaging error.

Downloading them manually compile and run are OK.

martin <ml57>
Sun 20 May 2012 06:36:41 PM UTC, comment #2: 

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

martin <ml57>
Sun 20 May 2012 11:23:29 AM UTC, comment #1: 

Is this two bugs? The first sounds like a bug in configure not requiring whatever packages would provide those headers.
The second is being looked at by Dominic at this moment (see mailing list).

Richard Shann <rshann>
Group administrator
Sat 19 May 2012 10:07:37 PM UTC, original submission:  

jackbackend.h and alsabackend.h are missing; build fails with
--enable-jack and --enable-alsa

No midi input seems to be possible without portaudio

martin <ml57>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rshann (Posted a comment)
  • -email is unavailable- added by ml57 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-06-13 rshann Open/ClosedOpen Closed
    2013-04-25 rshann StatusNone Need Info

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code