Building Jack 0.116 on 64 Studio 2.1
Hello,
I want to compile the latest release of Jack and after running ./configure I get on make the following error.
WHAT DOES THIS MEAN, WHAT IS MISSING?
tczern@64studio:~/Downloads/JACK/jack-audio-connection-kit-0.116.2$ make
make all-recursive
make[1]: Entering directory `/home/tczern/Downloads/JACK/jack-audio-connection-kit-0.116.2'
Making all in jack
make[2]: Entering directory `/home/tczern/Downloads/JACK/jack-audio-connection-kit-0.116.2/jack'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tczern/Downloads/JACK/jack-audio-connection-kit-0.116.2/jack'
Making all in libjack
make[2]: Entering directory `/home/tczern/Downloads/JACK/jack-audio-connection-kit-0.116.2/libjack'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -O3 -fomit-frame-pointer -ffast-math -funroll-loops -march=i686 -msse -mfpmath=sse -DJACK_LOCATION=\"/usr/bin\" -I/usr/include/nptl -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -O3 -fomit-frame-pointer -ffast-math -funroll-loops -march=i686 -msse -mfpmath=sse -MT libjack_la-client.lo -MD -MP -MF .deps/libjack_la-client.Tpo -c -o libjack_la-client.lo `test -f 'client.c' || echo './'`client.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -O3 -fomit-frame-pointer -ffast-math -funroll-loops -march=i686 -msse -mfpmath=sse -DJACK_LOCATION=\"/usr/bin\" -I/usr/include/nptl -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -O3 -fomit-frame-pointer -ffast-math -funroll-loops -march=i686 -msse -mfpmath=sse -MT libjack_la-client.lo -MD -MP -MF .deps/libjack_la-client.Tpo -c client.c -fPIC -DPIC -o .libs/libjack_la-client.o
In file included from client.c:42:
../jack/engine.h:79: error: expected specifier-qualifier-list before 'pthread_rwlock_t'
client.c: In function 'jack_client_alloc_internal':
client.c:361: error: 'jack_engine_t' has no member named 'port_segment'
make[2]: *** [libjack_la-client.lo] Error 1
make[2]: Leaving directory `/home/tczern/Downloads/JACK/jack-audio-connection-kit-0.116.2/libjack'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tczern/Downloads/JACK/jack-audio-connection-kit-0.116.2'
make: *** [all] Error 2
tczern@64studio:~/Downloads/JACK/jack-audio-connection-kit-0.116.2$
Here the full paste incl ./configure
http://rafb.net/p/IDTFg992.html
Please let me know what to do here,
Thanks,
Thomas

repository
Question about formatting code for this website