[Ardour-Users] Ardour MIDI Kludge (AMK)

Nedko Arnaudov nedko at arnaudov.name
Tue Nov 10 01:21:19 PST 2009


Bernt Hansson <bernt at bah.homeip.net> writes:

> Not building on FreeBSD 7.2
>
> jack.h and the .h files is in /usr/local/include/jack
>
> %./build.sh

try replacing this line:

g++ -Wall -D__LINUX_ALSASEQ__ -o amk amk.cxx RtMidi.cpp -lasound -lpthread -ljack

with this line:

g++ -Wall -D__LINUX_ALSASEQ__ -o amk amk.cxx RtMidi.cpp -lasound -lpthread `pkg-config --cflags --libs jack`

packages are (usually) in stalled in /usr/local on BSDs
but gcc does not search /usr/local for includes and libraries by default

-- 
Nedko Arnaudov <GnuPG KeyID: DE1716B0>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <http://lists.ardour.org/pipermail/ardour-users-ardour.org/attachments/20091110/727defed/attachment-0002.pgp>


More information about the Ardour-Users mailing list