-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
root@mac:/usr/scratch/libspiralcore-1.0.0rc1# scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o src/ChannelHandler.os -c -pipe -Wall -O3 -ggdb -ffast-math
-Wno-unused -fPIC -fPIC -Iinclude -I/usr/local/include
src/ChannelHandler.cpp
g++ -o src/JackClient.os -c -pipe -Wall -O3 -ggdb -ffast-math -Wno-unused
-fPIC -fPIC -Iinclude -I/usr/local/include src/JackClient.cpp
include/JackClient.h:70: error: extra qualification
'spiralcore::JackClient::JackPort::' on member 'JackPort'
scons: *** [src/JackClient.os] Error 1
scons: building terminated because of errors.
OK, my C++ knowledge was never very good, and has gotten even more rusty
lately.
The offending line appears to be a namespace declaration for "spiralcore".
What gives?
I have a fix for this I haven't released yet, you are correct, it's
unneeded namespaces in the header - I can get a new release in a couple of
days, or you can simply remove them yourself for the moment...
cheers,
dave