make w/o jack

Bug #1075517 reported by Andrew Jones
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
QtSixA
New
Undecided
Unassigned

Bug Description

I want to compile with out jack support, but keep getting the error:

make[1]: Entering directory `/home/liminal/Downloads/qtsixa-1.5.0/utils'
gcc -Wall -O2 hidraw-dump.c -o bins/hidraw-dump
gcc -Wall -O2 sixad-jack.c -o bins/sixad-jack -ljack -lm
sixad-jack.c:25:23: fatal error: jack/jack.h: No such file or directory
compilation terminated.
make[1]: *** [tools] Error 1
make[1]: Leaving directory `/home/liminal/Downloads/qtsixa-1.5.0/utils'
make: *** [build] Error 2

is there a way to make with out having jack support?

Revision history for this message
Diego Souza (diegosouza-uni) wrote :

- get in your source directory for compilation
- cd into the ./utils directory
- edit the Makefile at line 7 and replace "WANT_JACK = true" for "WANT_JACK = false"

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.