* [gentoo-user] Sonic-Visualiser compile error
@ 2009-01-31 5:46 meino.cramer
2009-01-31 14:47 ` Arttu V.
0 siblings, 1 reply; 5+ messages in thread
From: meino.cramer @ 2009-01-31 5:46 UTC (permalink / raw
To: Gentoo
[-- Attachment #1: Type: text/plain, Size: 947 bytes --]
Hi,
I tried to emerge sonic-visualiser (1.4) and it fails to compile
From the logfile (attached):
Project MESSAGE: WARNING: Failed to find pkg-config package redland
Project MESSAGE: Using pkg-config package rasqal with version 0.9.10
Project ERROR: Redland RDF datastore required
But emerge -pv librdf gaves me:
Calculating dependencies... done!
[ebuild R ] media-libs/liblrdf-0.4.0 0 kB
and emerge -pv redland
[ebuild R ] dev-libs/redland-1.0.4 USE="berkdb ssl -mysql -sqlite -threads" 0 kB
What is missing here, what fails and how can I fix it ??? :)
Logfile attached to this mail.
Thank you very much for your help in advance !
Have a nice weekend ! :)
Kind regards
Meino Cramer
--
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.
[-- Attachment #2: logfile.txt --]
[-- Type: text/plain, Size: 175833 bytes --]
* You must have at least one of: jack, pulseaudio, portaudio enabled. We will enable jack for you.
>>> Unpacking source...
>>> Unpacking sonic-visualiser-1.4.tar.bz2 to /home/mccramer/data/digicam/portagetmp/portage/media-sound/sonic-visualiser-1.4/work
>>> Source unpacked.
>>> Compiling source in /home/mccramer/data/digicam/portagetmp/portage/media-sound/sonic-visualiser-1.4/work/sonic-visualiser-1.4 ...
* Disabling fftw3f
* Disabling fftw3
* Disabling id3tag
* Disabling libpulse
* Disabling portaudio
* Disabling liblo
* Processing qmake sonic-visualiser.pro ...
[ ok ]
make -j 3 -j1
cd audioio/ && /usr/bin/qmake audioio.pro -unix QTDIR=/usr/lib QMAKE=/usr/bin/qmake QMAKE_CC=i686-pc-linux-gnu-gcc QMAKE_CXX=i686-pc-linux-gnu-g++ QMAKE_LINK=i686-pc-linux-gnu-g++ QMAKE_CFLAGS_RELEASE=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CFLAGS_DEBUG=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CXXFLAGS_RELEASE=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CXXFLAGS_DEBUG=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_LFLAGS_RELEASE=-Wl,-O1 QMAKE_LFLAGS_DEBUG=-Wl,-O1 QMAKE_RPATH= -o Makefile
Project MESSAGE: Using pkg-config package rubberband with version 1.2
Project MESSAGE: Using pkg-config package samplerate with version 0.1.4
Project MESSAGE: Using pkg-config package jack with version 0.109.2
Project MESSAGE: Including JACK support for audio playback
cd audioio/ && make -f Makefile
make[1]: Entering directory `/home/mccramer/data/digicam/portagetmp/portage/media-sound/sonic-visualiser-1.4/work/sonic-visualiser-1.4/audioio'
i686-pc-linux-gnu-g++ -c -pipe -D'RUBBERBAND_VERSION="1.2"' -D'SAMPLERATE_VERSION="0.1.4"' -D'JACK_VERSION="0.109.2"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/AudioCallbackPlaySource.o AudioCallbackPlaySource.cpp
AudioCallbackPlaySource.cpp:250: warning: unused parameter 'startFrame'
AudioCallbackPlaySource.cpp: In member function 'size_t AudioCallbackPlaySource::getCurrentFrame(RealTime)':
AudioCallbackPlaySource.cpp:678: warning: comparison between signed and unsigned integer expressions
AudioCallbackPlaySource.cpp:743: warning: comparison between signed and unsigned integer expressions
AudioCallbackPlaySource.cpp:554: warning: unused variable 'resample'
AudioCallbackPlaySource.cpp:555: warning: unused variable 'resampleRatio'
AudioCallbackPlaySource.cpp: In member function 'size_t AudioCallbackPlaySource::getSourceSamples(size_t, float**)':
AudioCallbackPlaySource.cpp:1031: warning: comparison between signed and unsigned integer expressions
AudioCallbackPlaySource.cpp:1119: warning: comparison between signed and unsigned integer expressions
AudioCallbackPlaySource.cpp:1178: warning: comparison between signed and unsigned integer expressions
AudioCallbackPlaySource.cpp:1186: warning: comparison between signed and unsigned integer expressions
../base/RingBuffer.h: In destructor 'RingBuffer<T, N>::~RingBuffer() [with T = float, int N = 1]':
AudioCallbackPlaySource.h:272: instantiated from here
../base/RingBuffer.h:203: warning: right-hand operand of comma has no effect
i686-pc-linux-gnu-g++ -c -pipe -D'RUBBERBAND_VERSION="1.2"' -D'SAMPLERATE_VERSION="0.1.4"' -D'JACK_VERSION="0.109.2"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/AudioCallbackPlayTarget.o AudioCallbackPlayTarget.cpp
../base/RingBuffer.h: In destructor 'RingBuffer<T, N>::~RingBuffer() [with T = float, int N = 1]':
AudioCallbackPlaySource.h:272: instantiated from here
../base/RingBuffer.h:203: warning: right-hand operand of comma has no effect
i686-pc-linux-gnu-g++ -c -pipe -D'RUBBERBAND_VERSION="1.2"' -D'SAMPLERATE_VERSION="0.1.4"' -D'JACK_VERSION="0.109.2"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/AudioCoreAudioTarget.o AudioCoreAudioTarget.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'RUBBERBAND_VERSION="1.2"' -D'SAMPLERATE_VERSION="0.1.4"' -D'JACK_VERSION="0.109.2"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/AudioGenerator.o AudioGenerator.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'RUBBERBAND_VERSION="1.2"' -D'SAMPLERATE_VERSION="0.1.4"' -D'JACK_VERSION="0.109.2"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/AudioJACKTarget.o AudioJACKTarget.cpp
../base/RingBuffer.h: In destructor 'RingBuffer<T, N>::~RingBuffer() [with T = float, int N = 1]':
AudioCallbackPlaySource.h:272: instantiated from here
../base/RingBuffer.h:203: warning: right-hand operand of comma has no effect
i686-pc-linux-gnu-g++ -c -pipe -D'RUBBERBAND_VERSION="1.2"' -D'SAMPLERATE_VERSION="0.1.4"' -D'JACK_VERSION="0.109.2"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/AudioPortAudioTarget.o AudioPortAudioTarget.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'RUBBERBAND_VERSION="1.2"' -D'SAMPLERATE_VERSION="0.1.4"' -D'JACK_VERSION="0.109.2"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/AudioPulseAudioTarget.o AudioPulseAudioTarget.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'RUBBERBAND_VERSION="1.2"' -D'SAMPLERATE_VERSION="0.1.4"' -D'JACK_VERSION="0.109.2"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/AudioTargetFactory.o AudioTargetFactory.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'RUBBERBAND_VERSION="1.2"' -D'SAMPLERATE_VERSION="0.1.4"' -D'JACK_VERSION="0.109.2"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/PlaySpeedRangeMapper.o PlaySpeedRangeMapper.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. AudioCallbackPlaySource.h -o tmp_moc/moc_AudioCallbackPlaySource.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'RUBBERBAND_VERSION="1.2"' -D'SAMPLERATE_VERSION="0.1.4"' -D'JACK_VERSION="0.109.2"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_AudioCallbackPlaySource.o tmp_moc/moc_AudioCallbackPlaySource.cpp
../base/RingBuffer.h: In destructor 'RingBuffer<T, N>::~RingBuffer() [with T = float, int N = 1]':
tmp_moc/../AudioCallbackPlaySource.h:272: instantiated from here
../base/RingBuffer.h:203: warning: right-hand operand of comma has no effect
/usr/bin/moc -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. AudioCallbackPlayTarget.h -o tmp_moc/moc_AudioCallbackPlayTarget.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'RUBBERBAND_VERSION="1.2"' -D'SAMPLERATE_VERSION="0.1.4"' -D'JACK_VERSION="0.109.2"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_AudioCallbackPlayTarget.o tmp_moc/moc_AudioCallbackPlayTarget.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. AudioCoreAudioTarget.h -o tmp_moc/moc_AudioCoreAudioTarget.cpp
AudioCoreAudioTarget.h:0: Warning: No relevant classes found. No output generated.
i686-pc-linux-gnu-g++ -c -pipe -D'RUBBERBAND_VERSION="1.2"' -D'SAMPLERATE_VERSION="0.1.4"' -D'JACK_VERSION="0.109.2"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_AudioCoreAudioTarget.o tmp_moc/moc_AudioCoreAudioTarget.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. AudioGenerator.h -o tmp_moc/moc_AudioGenerator.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'RUBBERBAND_VERSION="1.2"' -D'SAMPLERATE_VERSION="0.1.4"' -D'JACK_VERSION="0.109.2"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_AudioGenerator.o tmp_moc/moc_AudioGenerator.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. AudioJACKTarget.h -o tmp_moc/moc_AudioJACKTarget.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'RUBBERBAND_VERSION="1.2"' -D'SAMPLERATE_VERSION="0.1.4"' -D'JACK_VERSION="0.109.2"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_AudioJACKTarget.o tmp_moc/moc_AudioJACKTarget.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. AudioPortAudioTarget.h -o tmp_moc/moc_AudioPortAudioTarget.cpp
AudioPortAudioTarget.h:0: Warning: No relevant classes found. No output generated.
i686-pc-linux-gnu-g++ -c -pipe -D'RUBBERBAND_VERSION="1.2"' -D'SAMPLERATE_VERSION="0.1.4"' -D'JACK_VERSION="0.109.2"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_AudioPortAudioTarget.o tmp_moc/moc_AudioPortAudioTarget.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. AudioPulseAudioTarget.h -o tmp_moc/moc_AudioPulseAudioTarget.cpp
AudioPulseAudioTarget.h:0: Warning: No relevant classes found. No output generated.
i686-pc-linux-gnu-g++ -c -pipe -D'RUBBERBAND_VERSION="1.2"' -D'SAMPLERATE_VERSION="0.1.4"' -D'JACK_VERSION="0.109.2"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_RUBBERBAND -DHAVE_SAMPLERATE -DHAVE_JACK -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_AudioPulseAudioTarget.o tmp_moc/moc_AudioPulseAudioTarget.cpp
rm -f libsvaudioio.a
ar cqs libsvaudioio.a tmp_obj/AudioCallbackPlaySource.o tmp_obj/AudioCallbackPlayTarget.o tmp_obj/AudioCoreAudioTarget.o tmp_obj/AudioGenerator.o tmp_obj/AudioJACKTarget.o tmp_obj/AudioPortAudioTarget.o tmp_obj/AudioPulseAudioTarget.o tmp_obj/AudioTargetFactory.o tmp_obj/PlaySpeedRangeMapper.o tmp_obj/moc_AudioCallbackPlaySource.o tmp_obj/moc_AudioCallbackPlayTarget.o tmp_obj/moc_AudioCoreAudioTarget.o tmp_obj/moc_AudioGenerator.o tmp_obj/moc_AudioJACKTarget.o tmp_obj/moc_AudioPortAudioTarget.o tmp_obj/moc_AudioPulseAudioTarget.o
make[1]: Leaving directory `/home/mccramer/data/digicam/portagetmp/portage/media-sound/sonic-visualiser-1.4/work/sonic-visualiser-1.4/audioio'
cd base/ && /usr/bin/qmake base.pro -unix QTDIR=/usr/lib QMAKE=/usr/bin/qmake QMAKE_CC=i686-pc-linux-gnu-gcc QMAKE_CXX=i686-pc-linux-gnu-g++ QMAKE_LINK=i686-pc-linux-gnu-g++ QMAKE_CFLAGS_RELEASE=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CFLAGS_DEBUG=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CXXFLAGS_RELEASE=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CXXFLAGS_DEBUG=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_LFLAGS_RELEASE=-Wl,-O1 QMAKE_LFLAGS_DEBUG=-Wl,-O1 QMAKE_RPATH= -o Makefile
cd base/ && make -f Makefile
make[1]: Entering directory `/home/mccramer/data/digicam/portagetmp/portage/media-sound/sonic-visualiser-1.4/work/sonic-visualiser-1.4/base'
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/AudioLevel.o AudioLevel.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/Clipboard.o Clipboard.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/Command.o Command.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/Exceptions.o Exceptions.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/LogRange.o LogRange.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/Pitch.o Pitch.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/PlayParameterRepository.o PlayParameterRepository.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/PlayParameters.o PlayParameters.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/Preferences.o Preferences.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/Profiler.o Profiler.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/ProgressPrinter.o ProgressPrinter.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/ProgressReporter.o ProgressReporter.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/PropertyContainer.o PropertyContainer.cpp
PropertyContainer.cpp:57: warning: unused parameter 'name'
PropertyContainer.cpp:57: warning: unused parameter 'value'
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/RangeMapper.o RangeMapper.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/RealTime.o RealTime.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/RecentFiles.o RecentFiles.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/Resampler.o Resampler.cpp
Resampler.cpp: In member function 'size_t Resampler::D::resampleInterleaved(float*, float*, size_t, float, bool)':
Resampler.cpp:142: warning: unused variable 'err'
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/Selection.o Selection.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/Serialiser.o Serialiser.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/StorageAdviser.o StorageAdviser.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/TempDirectory.o TempDirectory.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/TextMatcher.o TextMatcher.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/Thread.o Thread.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/UnitDatabase.o UnitDatabase.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/ViewManagerBase.o ViewManagerBase.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/XmlExportable.o XmlExportable.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. Command.h -o tmp_moc/moc_Command.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_Command.o tmp_moc/moc_Command.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. PlayParameterRepository.h -o tmp_moc/moc_PlayParameterRepository.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_PlayParameterRepository.o tmp_moc/moc_PlayParameterRepository.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. PlayParameters.h -o tmp_moc/moc_PlayParameters.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_PlayParameters.o tmp_moc/moc_PlayParameters.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. Preferences.h -o tmp_moc/moc_Preferences.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_Preferences.o tmp_moc/moc_Preferences.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. ProgressPrinter.h -o tmp_moc/moc_ProgressPrinter.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_ProgressPrinter.o tmp_moc/moc_ProgressPrinter.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. ProgressReporter.h -o tmp_moc/moc_ProgressReporter.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_ProgressReporter.o tmp_moc/moc_ProgressReporter.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. PropertyContainer.h -o tmp_moc/moc_PropertyContainer.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_PropertyContainer.o tmp_moc/moc_PropertyContainer.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. RecentFiles.h -o tmp_moc/moc_RecentFiles.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_RecentFiles.o tmp_moc/moc_RecentFiles.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. Thread.h -o tmp_moc/moc_Thread.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_Thread.o tmp_moc/moc_Thread.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. UnitDatabase.h -o tmp_moc/moc_UnitDatabase.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_UnitDatabase.o tmp_moc/moc_UnitDatabase.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. ViewManagerBase.h -o tmp_moc/moc_ViewManagerBase.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_ViewManagerBase.o tmp_moc/moc_ViewManagerBase.cpp
rm -f libsvbase.a
ar cqs libsvbase.a tmp_obj/AudioLevel.o tmp_obj/Clipboard.o tmp_obj/Command.o tmp_obj/Exceptions.o tmp_obj/LogRange.o tmp_obj/Pitch.o tmp_obj/PlayParameterRepository.o tmp_obj/PlayParameters.o tmp_obj/Preferences.o tmp_obj/Profiler.o tmp_obj/ProgressPrinter.o tmp_obj/ProgressReporter.o tmp_obj/PropertyContainer.o tmp_obj/RangeMapper.o tmp_obj/RealTime.o tmp_obj/RecentFiles.o tmp_obj/Resampler.o tmp_obj/Selection.o tmp_obj/Serialiser.o tmp_obj/StorageAdviser.o tmp_obj/TempDirectory.o tmp_obj/TextMatcher.o tmp_obj/Thread.o tmp_obj/UnitDatabase.o tmp_obj/ViewManagerBase.o tmp_obj/XmlExportable.o tmp_obj/moc_Command.o tmp_obj/moc_PlayParameterRepository.o tmp_obj/moc_PlayParameters.o tmp_obj/moc_Preferences.o tmp_obj/moc_ProgressPrinter.o tmp_obj/moc_ProgressReporter.o tmp_obj/moc_PropertyContainer.o tmp_obj/moc_RecentFiles.o tmp_obj/moc_Thread.o tmp_obj/moc_UnitDatabase.o tmp_obj/moc_ViewManagerBase.o
make[1]: Leaving directory `/home/mccramer/data/digicam/portagetmp/portage/media-sound/sonic-visualiser-1.4/work/sonic-visualiser-1.4/base'
cd data/ && /usr/bin/qmake data.pro -unix QTDIR=/usr/lib QMAKE=/usr/bin/qmake QMAKE_CC=i686-pc-linux-gnu-gcc QMAKE_CXX=i686-pc-linux-gnu-g++ QMAKE_LINK=i686-pc-linux-gnu-g++ QMAKE_CFLAGS_RELEASE=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CFLAGS_DEBUG=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CXXFLAGS_RELEASE=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CXXFLAGS_DEBUG=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_LFLAGS_RELEASE=-Wl,-O1 QMAKE_LFLAGS_DEBUG=-Wl,-O1 QMAKE_RPATH= -o Makefile
Project MESSAGE: Using pkg-config package oggz with version 0.9.8
Project MESSAGE: Using pkg-config package fishsound with version 0.9.1
Project MESSAGE: Using pkg-config package mad with version 0.15.0b
Project MESSAGE: Using pkg-config package sndfile with version 1.0.17
Project MESSAGE: Including .ogg file import
Project MESSAGE: Including .mp3 file import
cd data/ && make -f Makefile
make[1]: Entering directory `/home/mccramer/data/digicam/portagetmp/portage/media-sound/sonic-visualiser-1.4/work/sonic-visualiser-1.4/data'
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/FFTapi.o fft/FFTapi.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/FFTDataServer.o fft/FFTDataServer.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/FFTFileCache.o fft/FFTFileCache.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/FFTMemoryCache.o fft/FFTMemoryCache.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/AudioFileReader.o fileio/AudioFileReader.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/AudioFileReaderFactory.o fileio/AudioFileReaderFactory.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/BZipFileDevice.o fileio/BZipFileDevice.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/CachedFile.o fileio/CachedFile.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/CodedAudioFileReader.o fileio/CodedAudioFileReader.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/CSVFileReader.o fileio/CSVFileReader.cpp
In file included from ./model/EditableDenseThreeDimensionalModel.h:19,
from fileio/CSVFileReader.cpp:22:
./model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
./model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
fileio/CSVFileReader.cpp: In member function 'virtual Model* CSVFileReader::load() const':
fileio/CSVFileReader.cpp:139: warning: comparison between signed and unsigned integer expressions
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/CSVFileWriter.o fileio/CSVFileWriter.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/CSVFormat.o fileio/CSVFormat.cpp
fileio/CSVFormat.cpp: In constructor 'CSVFormat::CSVFormat(QString)':
fileio/CSVFormat.cpp:64: warning: comparison between signed and unsigned integer expressions
fileio/CSVFormat.cpp:100: warning: unused variable 'f'
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/DataFileReaderFactory.o fileio/DataFileReaderFactory.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/FileReadThread.o fileio/FileReadThread.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/FileSource.o fileio/FileSource.cpp
fileio/FileSource.cpp:606: warning: unused parameter 'id'
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/MatchFileReader.o fileio/MatchFileReader.cpp
fileio/MatchFileReader.cpp: In member function 'virtual Alignment MatchFileReader::load() const':
fileio/MatchFileReader.cpp:167: warning: comparison between signed and unsigned integer expressions
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/MatrixFile.o fileio/MatrixFile.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/MIDIFileReader.o fileio/MIDIFileReader.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/MIDIFileWriter.o fileio/MIDIFileWriter.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/MP3FileReader.o fileio/MP3FileReader.cpp
fileio/MP3FileReader.cpp:202: warning: unused parameter 'vtag'
fileio/MP3FileReader.cpp:202: warning: unused parameter 'name'
fileio/MP3FileReader.cpp: In member function 'mad_flow MP3FileReader::accept(const mad_header*, mad_pcm*)':
fileio/MP3FileReader.cpp:387: warning: comparison between signed and unsigned integer expressions
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/OggVorbisFileReader.o fileio/OggVorbisFileReader.cpp
fileio/OggVorbisFileReader.cpp: In constructor 'OggVorbisFileReader::OggVorbisFileReader(FileSource, OggVorbisFileReader::DecodeMode, CodedAudioFileReader::CacheMode, size_t, ProgressReporter*)':
fileio/OggVorbisFileReader.cpp:79: warning: suggest a space before ';' or explicit braces around empty body in 'while' statement
fileio/OggVorbisFileReader.cpp:94: warning: suggest a space before ';' or explicit braces around empty body in 'while' statement
fileio/OggVorbisFileReader.cpp: In member function 'virtual void OggVorbisFileReader::DecodeThread::run()':
fileio/OggVorbisFileReader.cpp:127: warning: suggest a space before ';' or explicit braces around empty body in 'while' statement
fileio/OggVorbisFileReader.cpp: In static member function 'static int OggVorbisFileReader::acceptFrames(void**, float**, long int, void*)':
fileio/OggVorbisFileReader.cpp:176: warning: deprecated conversion from string constant to 'char*'
fileio/OggVorbisFileReader.cpp:183: warning: deprecated conversion from string constant to 'char*'
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/PlaylistFileReader.o fileio/PlaylistFileReader.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/QuickTimeFileReader.o fileio/QuickTimeFileReader.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/ResamplingWavFileReader.o fileio/ResamplingWavFileReader.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/WavFileReader.o fileio/WavFileReader.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/WavFileWriter.o fileio/WavFileWriter.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/AggregateWaveModel.o model/AggregateWaveModel.cpp
model/AggregateWaveModel.cpp:203: warning: unused parameter 'channel'
model/AggregateWaveModel.cpp:203: warning: unused parameter 'start'
model/AggregateWaveModel.cpp:203: warning: unused parameter 'count'
model/AggregateWaveModel.cpp:203: warning: unused parameter 'ranges'
model/AggregateWaveModel.cpp:203: warning: unused parameter 'blockSize'
model/AggregateWaveModel.cpp:209: warning: unused parameter 'channel'
model/AggregateWaveModel.cpp:209: warning: unused parameter 'start'
model/AggregateWaveModel.cpp:209: warning: unused parameter 'count'
model/AggregateWaveModel.cpp:248: warning: unused parameter 'out'
model/AggregateWaveModel.cpp:248: warning: unused parameter 'indent'
model/AggregateWaveModel.cpp:248: warning: unused parameter 'extraAttributes'
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/AlignmentModel.o model/AlignmentModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/DenseTimeValueModel.o model/DenseTimeValueModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/EditableDenseThreeDimensionalModel.o model/EditableDenseThreeDimensionalModel.cpp
In file included from model/EditableDenseThreeDimensionalModel.h:19,
from model/EditableDenseThreeDimensionalModel.cpp:16:
model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
model/EditableDenseThreeDimensionalModel.cpp: In member function 'virtual bool EditableDenseThreeDimensionalModel::shouldUseLogValueScale() const':
model/EditableDenseThreeDimensionalModel.cpp:265: warning: comparison between signed and unsigned integer expressions
model/EditableDenseThreeDimensionalModel.cpp:273: warning: comparison between signed and unsigned integer expressions
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/FFTModel.o model/FFTModel.cpp
In file included from model/FFTModel.h:20,
from model/FFTModel.cpp:16:
model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
model/FFTModel.cpp: In member function 'FFTDataServer* FFTModel::getServer(const DenseTimeValueModel*, int, WindowType, size_t, size_t, size_t, bool, StorageAdviser::Criteria, size_t)':
model/FFTModel.cpp:128: warning: comparison between signed and unsigned integer expressions
model/FFTModel.cpp: In member function 'virtual std::set<unsigned int, std::less<unsigned int>, std::allocator<unsigned int> > FFTModel::getPeaks(FFTModel::PeakPickType, size_t, size_t, size_t)':
model/FFTModel.cpp:267: warning: comparison between signed and unsigned integer expressions
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/Model.o model/Model.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/ModelDataTableModel.o model/ModelDataTableModel.cpp
model/ModelDataTableModel.cpp:108: warning: unused parameter 'index'
model/ModelDataTableModel.cpp:130: warning: unused parameter 'parent'
model/ModelDataTableModel.cpp:136: warning: unused parameter 'index'
model/ModelDataTableModel.cpp:199: warning: unused parameter 'f0'
model/ModelDataTableModel.cpp:199: warning: unused parameter 'f1'
model/ModelDataTableModel.cpp: In member function 'int ModelDataTableModel::getSorted(int) const':
model/ModelDataTableModel.cpp:230: warning: comparison between signed and unsigned integer expressions
model/ModelDataTableModel.cpp: In member function 'int ModelDataTableModel::getUnsorted(int) const':
model/ModelDataTableModel.cpp:258: warning: comparison between signed and unsigned integer expressions
model/ModelDataTableModel.cpp: In member function 'void ModelDataTableModel::resort() const':
model/ModelDataTableModel.cpp:287: warning: comparison between signed and unsigned integer expressions
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/PowerOfSqrtTwoZoomConstraint.o model/PowerOfSqrtTwoZoomConstraint.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/PowerOfTwoZoomConstraint.o model/PowerOfTwoZoomConstraint.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/RangeSummarisableTimeValueModel.o model/RangeSummarisableTimeValueModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/WaveFileModel.o model/WaveFileModel.cpp
model/WaveFileModel.cpp: In member function 'virtual size_t WaveFileModel::getData(size_t, size_t, size_t, size_t, float**) const':
model/WaveFileModel.cpp:367: warning: unused variable 'ch0'
model/WaveFileModel.cpp:367: warning: unused variable 'ch1'
model/WaveFileModel.cpp: In member function 'virtual RangeSummarisableTimeValueModel::Range WaveFileModel::getSummary(size_t, size_t, size_t) const':
model/WaveFileModel.cpp:556: warning: suggest a space before ';' or explicit braces around empty body in 'for' statement
model/WaveFileModel.cpp: In member function 'virtual void WaveFileModel::RangeCacheFillThread::run()':
model/WaveFileModel.cpp:682: warning: comparison between signed and unsigned integer expressions
model/WaveFileModel.cpp:709: warning: comparison between signed and unsigned integer expressions
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/WritableWaveFileModel.o model/WritableWaveFileModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/OSCMessage.o osc/OSCMessage.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/OSCQueue.o osc/OSCQueue.cpp
../base/RingBuffer.h: In destructor 'RingBuffer<T, N>::~RingBuffer() [with T = OSCMessage*, int N = 1]':
osc/OSCQueue.cpp:94: instantiated from here
../base/RingBuffer.h:203: warning: right-hand operand of comma has no effect
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. fileio/AudioFileReader.h -o tmp_moc/moc_AudioFileReader.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_AudioFileReader.o tmp_moc/moc_AudioFileReader.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. fileio/BZipFileDevice.h -o tmp_moc/moc_BZipFileDevice.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_BZipFileDevice.o tmp_moc/moc_BZipFileDevice.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. fileio/CodedAudioFileReader.h -o tmp_moc/moc_CodedAudioFileReader.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_CodedAudioFileReader.o tmp_moc/moc_CodedAudioFileReader.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. fileio/CSVFileWriter.h -o tmp_moc/moc_CSVFileWriter.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_CSVFileWriter.o tmp_moc/moc_CSVFileWriter.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. fileio/FileReadThread.h -o tmp_moc/moc_FileReadThread.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_FileReadThread.o tmp_moc/moc_FileReadThread.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. fileio/FileSource.h -o tmp_moc/moc_FileSource.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_FileSource.o tmp_moc/moc_FileSource.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. fileio/MatrixFile.h -o tmp_moc/moc_MatrixFile.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_MatrixFile.o tmp_moc/moc_MatrixFile.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. fileio/MIDIFileReader.h -o tmp_moc/moc_MIDIFileReader.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_MIDIFileReader.o tmp_moc/moc_MIDIFileReader.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. fileio/MP3FileReader.h -o tmp_moc/moc_MP3FileReader.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_MP3FileReader.o tmp_moc/moc_MP3FileReader.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. fileio/OggVorbisFileReader.h -o tmp_moc/moc_OggVorbisFileReader.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_OggVorbisFileReader.o tmp_moc/moc_OggVorbisFileReader.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. fileio/QuickTimeFileReader.h -o tmp_moc/moc_QuickTimeFileReader.cpp
fileio/QuickTimeFileReader.h:0: Warning: No relevant classes found. No output generated.
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_QuickTimeFileReader.o tmp_moc/moc_QuickTimeFileReader.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. fileio/ResamplingWavFileReader.h -o tmp_moc/moc_ResamplingWavFileReader.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_ResamplingWavFileReader.o tmp_moc/moc_ResamplingWavFileReader.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/AggregateWaveModel.h -o tmp_moc/moc_AggregateWaveModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_AggregateWaveModel.o tmp_moc/moc_AggregateWaveModel.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/AlignmentModel.h -o tmp_moc/moc_AlignmentModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_AlignmentModel.o tmp_moc/moc_AlignmentModel.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/DenseThreeDimensionalModel.h -o tmp_moc/moc_DenseThreeDimensionalModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_DenseThreeDimensionalModel.o tmp_moc/moc_DenseThreeDimensionalModel.cpp
In file included from tmp_moc/moc_DenseThreeDimensionalModel.cpp:10:
tmp_moc/../model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
tmp_moc/../model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/DenseTimeValueModel.h -o tmp_moc/moc_DenseTimeValueModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_DenseTimeValueModel.o tmp_moc/moc_DenseTimeValueModel.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/EditableDenseThreeDimensionalModel.h -o tmp_moc/moc_EditableDenseThreeDimensionalModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_EditableDenseThreeDimensionalModel.o tmp_moc/moc_EditableDenseThreeDimensionalModel.cpp
In file included from tmp_moc/../model/EditableDenseThreeDimensionalModel.h:19,
from tmp_moc/moc_EditableDenseThreeDimensionalModel.cpp:10:
tmp_moc/../model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
tmp_moc/../model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/FFTModel.h -o tmp_moc/moc_FFTModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_FFTModel.o tmp_moc/moc_FFTModel.cpp
In file included from tmp_moc/../model/FFTModel.h:20,
from tmp_moc/moc_FFTModel.cpp:10:
tmp_moc/../model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
tmp_moc/../model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/ImageModel.h -o tmp_moc/moc_ImageModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_ImageModel.o tmp_moc/moc_ImageModel.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/Labeller.h -o tmp_moc/moc_Labeller.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_Labeller.o tmp_moc/moc_Labeller.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/Model.h -o tmp_moc/moc_Model.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_Model.o tmp_moc/moc_Model.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/ModelDataTableModel.h -o tmp_moc/moc_ModelDataTableModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_ModelDataTableModel.o tmp_moc/moc_ModelDataTableModel.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/NoteModel.h -o tmp_moc/moc_NoteModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_NoteModel.o tmp_moc/moc_NoteModel.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/RangeSummarisableTimeValueModel.h -o tmp_moc/moc_RangeSummarisableTimeValueModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_RangeSummarisableTimeValueModel.o tmp_moc/moc_RangeSummarisableTimeValueModel.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/RegionModel.h -o tmp_moc/moc_RegionModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_RegionModel.o tmp_moc/moc_RegionModel.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/SparseOneDimensionalModel.h -o tmp_moc/moc_SparseOneDimensionalModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_SparseOneDimensionalModel.o tmp_moc/moc_SparseOneDimensionalModel.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/SparseTimeValueModel.h -o tmp_moc/moc_SparseTimeValueModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_SparseTimeValueModel.o tmp_moc/moc_SparseTimeValueModel.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/TextModel.h -o tmp_moc/moc_TextModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_TextModel.o tmp_moc/moc_TextModel.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/WaveFileModel.h -o tmp_moc/moc_WaveFileModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_WaveFileModel.o tmp_moc/moc_WaveFileModel.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. model/WritableWaveFileModel.h -o tmp_moc/moc_WritableWaveFileModel.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_WritableWaveFileModel.o tmp_moc/moc_WritableWaveFileModel.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. osc/OSCQueue.h -o tmp_moc/moc_OSCQueue.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'OGGZ_VERSION="0.9.8"' -D'FISHSOUND_VERSION="0.9.1"' -D'MAD_VERSION="0.15.0b"' -D'SNDFILE_VERSION="1.0.17"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_OGGZ -DHAVE_FISHSOUND -DHAVE_MAD -DHAVE_SNDFILE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I. -Ifft -Ifileio -Imodel -Iosc -I.. -Itmp_moc -I. -o tmp_obj/moc_OSCQueue.o tmp_moc/moc_OSCQueue.cpp
rm -f libsvdata.a
ar cqs libsvdata.a tmp_obj/FFTapi.o tmp_obj/FFTDataServer.o tmp_obj/FFTFileCache.o tmp_obj/FFTMemoryCache.o tmp_obj/AudioFileReader.o tmp_obj/AudioFileReaderFactory.o tmp_obj/BZipFileDevice.o tmp_obj/CachedFile.o tmp_obj/CodedAudioFileReader.o tmp_obj/CSVFileReader.o tmp_obj/CSVFileWriter.o tmp_obj/CSVFormat.o tmp_obj/DataFileReaderFactory.o tmp_obj/FileReadThread.o tmp_obj/FileSource.o tmp_obj/MatchFileReader.o tmp_obj/MatrixFile.o tmp_obj/MIDIFileReader.o tmp_obj/MIDIFileWriter.o tmp_obj/MP3FileReader.o tmp_obj/OggVorbisFileReader.o tmp_obj/PlaylistFileReader.o tmp_obj/QuickTimeFileReader.o tmp_obj/ResamplingWavFileReader.o tmp_obj/WavFileReader.o tmp_obj/WavFileWriter.o tmp_obj/AggregateWaveModel.o tmp_obj/AlignmentModel.o tmp_obj/DenseTimeValueModel.o tmp_obj/EditableDenseThreeDimensionalModel.o tmp_obj/FFTModel.o tmp_obj/Model.o tmp_obj/ModelDataTableModel.o tmp_obj/PowerOfSqrtTwoZoomConstraint.o tmp_obj/PowerOfTwoZoomConstraint.o tmp_obj/RangeSummarisableTimeValueModel.o tmp_obj/WaveFileModel.o tmp_obj/WritableWaveFileModel.o tmp_obj/OSCMessage.o tmp_obj/OSCQueue.o tmp_obj/moc_AudioFileReader.o tmp_obj/moc_BZipFileDevice.o tmp_obj/moc_CodedAudioFileReader.o tmp_obj/moc_CSVFileWriter.o tmp_obj/moc_FileReadThread.o tmp_obj/moc_FileSource.o tmp_obj/moc_MatrixFile.o tmp_obj/moc_MIDIFileReader.o tmp_obj/moc_MP3FileReader.o tmp_obj/moc_OggVorbisFileReader.o tmp_obj/moc_QuickTimeFileReader.o tmp_obj/moc_ResamplingWavFileReader.o tmp_obj/moc_AggregateWaveModel.o tmp_obj/moc_AlignmentModel.o tmp_obj/moc_DenseThreeDimensionalModel.o tmp_obj/moc_DenseTimeValueModel.o tmp_obj/moc_EditableDenseThreeDimensionalModel.o tmp_obj/moc_FFTModel.o tmp_obj/moc_ImageModel.o tmp_obj/moc_Labeller.o tmp_obj/moc_Model.o tmp_obj/moc_ModelDataTableModel.o tmp_obj/moc_NoteModel.o tmp_obj/moc_RangeSummarisableTimeValueModel.o tmp_obj/moc_RegionModel.o tmp_obj/moc_SparseOneDimensionalModel.o tmp_obj/moc_SparseTimeValueModel.o tmp_obj/moc_TextModel.o tmp_obj/moc_WaveFileModel.o tmp_obj/moc_WritableWaveFileModel.o tmp_obj/moc_OSCQueue.o
make[1]: Leaving directory `/home/mccramer/data/digicam/portagetmp/portage/media-sound/sonic-visualiser-1.4/work/sonic-visualiser-1.4/data'
cd framework/ && /usr/bin/qmake framework.pro -unix QTDIR=/usr/lib QMAKE=/usr/bin/qmake QMAKE_CC=i686-pc-linux-gnu-gcc QMAKE_CXX=i686-pc-linux-gnu-g++ QMAKE_LINK=i686-pc-linux-gnu-g++ QMAKE_CFLAGS_RELEASE=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CFLAGS_DEBUG=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CXXFLAGS_RELEASE=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CXXFLAGS_DEBUG=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_LFLAGS_RELEASE=-Wl,-O1 QMAKE_LFLAGS_DEBUG=-Wl,-O1 QMAKE_RPATH= -o Makefile
Project MESSAGE: Using pkg-config package vamp with version 2.0
Project MESSAGE: Using pkg-config package vamp-hostsdk with version 2.0.0
cd framework/ && make -f Makefile
make[1]: Entering directory `/home/mccramer/data/digicam/portagetmp/portage/media-sound/sonic-visualiser-1.4/work/sonic-visualiser-1.4/framework'
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/Document.o Document.cpp
In file included from Document.cpp:20:
../data/model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
../data/model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
Document.cpp: In member function 'void Document::setMainModel(WaveFileModel*)':
Document.cpp:371: warning: unused variable 'rm'
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/MainWindowBase.o MainWindowBase.cpp
In file included from ../layer/Colour3DPlotLayer.h:21,
from MainWindowBase.cpp:33:
../data/model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
../data/model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
MainWindowBase.cpp: In member function 'virtual MainWindowBase::FileOpenStatus MainWindowBase::openLayersFromRDF(FileSource)':
MainWindowBase.cpp:1526: warning: comparison between signed and unsigned integer expressions
MainWindowBase.cpp:1551: warning: comparison between signed and unsigned integer expressions
MainWindowBase.cpp:1583: warning: comparison between signed and unsigned integer expressions
../base/RingBuffer.h: In destructor 'RingBuffer<T, N>::~RingBuffer() [with T = float, int N = 1]':
../audioio/AudioCallbackPlaySource.h:272: instantiated from here
../base/RingBuffer.h:203: warning: right-hand operand of comma has no effect
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/SVFileReader.o SVFileReader.cpp
In file included from ../data/model/EditableDenseThreeDimensionalModel.h:19,
from SVFileReader.cpp:30:
../data/model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
../data/model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
/usr/bin/moc -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. Document.h -o tmp_moc/moc_Document.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_Document.o tmp_moc/moc_Document.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. MainWindowBase.h -o tmp_moc/moc_MainWindowBase.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_MainWindowBase.o tmp_moc/moc_MainWindowBase.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. SVFileReader.h -o tmp_moc/moc_SVFileReader.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_SVFileReader.o tmp_moc/moc_SVFileReader.cpp
rm -f libsvframework.a
ar cqs libsvframework.a tmp_obj/Document.o tmp_obj/MainWindowBase.o tmp_obj/SVFileReader.o tmp_obj/moc_Document.o tmp_obj/moc_MainWindowBase.o tmp_obj/moc_SVFileReader.o
make[1]: Leaving directory `/home/mccramer/data/digicam/portagetmp/portage/media-sound/sonic-visualiser-1.4/work/sonic-visualiser-1.4/framework'
cd layer/ && /usr/bin/qmake layer.pro -unix QTDIR=/usr/lib QMAKE=/usr/bin/qmake QMAKE_CC=i686-pc-linux-gnu-gcc QMAKE_CXX=i686-pc-linux-gnu-g++ QMAKE_LINK=i686-pc-linux-gnu-g++ QMAKE_CFLAGS_RELEASE=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CFLAGS_DEBUG=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CXXFLAGS_RELEASE=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CXXFLAGS_DEBUG=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_LFLAGS_RELEASE=-Wl,-O1 QMAKE_LFLAGS_DEBUG=-Wl,-O1 QMAKE_RPATH= -o Makefile
cd layer/ && make -f Makefile
make[1]: Entering directory `/home/mccramer/data/digicam/portagetmp/portage/media-sound/sonic-visualiser-1.4/work/sonic-visualiser-1.4/layer'
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/Colour3DPlotLayer.o Colour3DPlotLayer.cpp
In file included from Colour3DPlotLayer.h:21,
from Colour3DPlotLayer.cpp:16:
../data/model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
../data/model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
Colour3DPlotLayer.cpp: In member function 'virtual void Colour3DPlotLayer::setVerticalZoomStep(int)':
Colour3DPlotLayer.cpp:416: warning: comparison between signed and unsigned integer expressions
Colour3DPlotLayer.cpp: In member function 'virtual void Colour3DPlotLayer::paintVerticalScale(View*, QPainter&, QRect) const':
Colour3DPlotLayer.cpp:613: warning: comparison between signed and unsigned integer expressions
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/ColourDatabase.o ColourDatabase.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/ColourMapper.o ColourMapper.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/ImageLayer.o ImageLayer.cpp
ImageLayer.cpp:81: warning: unused parameter 'name'
ImageLayer.cpp:119: warning: unused parameter 'v'
ImageLayer.cpp:126: warning: unused parameter 'y'
ImageLayer.cpp: In member function 'QImage ImageLayer::getImage(View*, QString, QSize) const':
ImageLayer.cpp:522: warning: unused variable 'need'
ImageLayer.cpp: In member function 'virtual void ImageLayer::drawEnd(View*, QMouseEvent*)':
ImageLayer.cpp:604: warning: unused variable 'ok'
ImageLayer.cpp: At global scope:
ImageLayer.cpp:599: warning: unused parameter 'v'
ImageLayer.cpp:825: warning: unused parameter 'frameOffset'
ImageLayer.cpp:975: warning: unused parameter 'attributes'
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/ImageRegionFinder.o ImageRegionFinder.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/Layer.o Layer.cpp
Layer.cpp:408: warning: unused parameter 'v'
Layer.cpp:408: warning: unused parameter 'e'
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/LayerFactory.o LayerFactory.cpp
In file included from ../data/model/FFTModel.h:20,
from SpectrogramLayer.h:26,
from LayerFactory.cpp:19:
../data/model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
../data/model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/NoteLayer.o NoteLayer.cpp
In file included from ../data/model/FFTModel.h:20,
from SpectrogramLayer.h:26,
from NoteLayer.cpp:31:
../data/model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
../data/model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
NoteLayer.cpp: In member function 'std::multiset<Note, Note::OrderComparator, std::allocator<Note> > NoteLayer::getLocalPoints(View*, int) const':
NoteLayer.cpp:390: warning: comparison between signed and unsigned integer expressions
NoteLayer.cpp: At global scope:
NoteLayer.cpp:834: warning: unused parameter 'v'
NoteLayer.cpp:834: warning: unused parameter 'e'
NoteLayer.cpp:1080: warning: unused parameter 'frameOffset'
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/PaintAssistant.o PaintAssistant.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/RegionLayer.o RegionLayer.cpp
RegionLayer.cpp: In member function 'std::multiset<RegionRec, RegionRec::OrderComparator, std::allocator<RegionRec> > RegionLayer::getLocalPoints(View*, int) const':
RegionLayer.cpp:307: warning: comparison between signed and unsigned integer expressions
RegionLayer.cpp: In member function 'virtual bool RegionLayer::snapToFeatureFrame(View*, int&, size_t&, Layer::SnapType) const':
RegionLayer.cpp:430: warning: comparison between signed and unsigned integer expressions
RegionLayer.cpp: At global scope:
RegionLayer.cpp:828: warning: unused parameter 'v'
RegionLayer.cpp:828: warning: unused parameter 'e'
RegionLayer.cpp:1074: warning: unused parameter 'frameOffset'
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/SingleColourLayer.o SingleColourLayer.cpp
SingleColourLayer.cpp: In member function 'virtual QString SingleColourLayer::getPropertyValueLabel(const QString&, int) const':
SingleColourLayer.cpp:110: warning: comparison between signed and unsigned integer expressions
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/SliceLayer.o SliceLayer.cpp
In file included from SliceLayer.h:24,
from SliceLayer.cpp:17:
../data/model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
../data/model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/SpectrogramLayer.o SpectrogramLayer.cpp
In file included from ../data/model/FFTModel.h:20,
from SpectrogramLayer.h:26,
from SpectrogramLayer.cpp:16:
../data/model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
../data/model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
SpectrogramLayer.cpp: In member function 'bool SpectrogramLayer::getAdjustedYBinSourceRange(View*, int, int, float&, float&, float&, float&) const':
SpectrogramLayer.cpp:1446: warning: unused variable 'steady'
SpectrogramLayer.cpp:1423: warning: unused variable 'windowSize'
SpectrogramLayer.cpp:1424: warning: unused variable 'windowIncrement'
SpectrogramLayer.cpp: In member function 'virtual void SpectrogramLayer::paint(View*, QPainter&, QRect) const':
SpectrogramLayer.cpp:2123: warning: unused variable 'increment'
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/SpectrumLayer.o SpectrumLayer.cpp
In file included from SliceLayer.h:24,
from SpectrumLayer.h:20,
from SpectrumLayer.cpp:16:
../data/model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
../data/model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
SpectrumLayer.cpp: In member function 'virtual void SpectrumLayer::paint(View*, QPainter&, QRect) const':
SpectrumLayer.cpp:729: warning: unused variable 'y'
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/TextLayer.o TextLayer.cpp
TextLayer.cpp:470: warning: unused parameter 'v'
TextLayer.cpp:470: warning: unused parameter 'e'
TextLayer.cpp:693: warning: unused parameter 'frameOffset'
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/TimeInstantLayer.o TimeInstantLayer.cpp
TimeInstantLayer.cpp: In member function 'std::multiset<OneDimensionalPoint, OneDimensionalPoint::OrderComparator, std::allocator<OneDimensionalPoint> > TimeInstantLayer::getLocalPoints(View*, int) const':
TimeInstantLayer.cpp:180: warning: comparison between signed and unsigned integer expressions
TimeInstantLayer.cpp: At global scope:
TimeInstantLayer.cpp:491: warning: unused parameter 'e'
TimeInstantLayer.cpp:526: warning: unused parameter 'v'
TimeInstantLayer.cpp:526: warning: unused parameter 'e'
TimeInstantLayer.cpp:597: warning: unused parameter 'e'
TimeInstantLayer.cpp: In member function 'virtual bool TimeInstantLayer::paste(View*, const Clipboard&, int, bool)':
TimeInstantLayer.cpp:801: warning: comparison between signed and unsigned integer expressions
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/TimeRulerLayer.o TimeRulerLayer.cpp
TimeRulerLayer.cpp: In member function 'virtual bool TimeRulerLayer::snapToFeatureFrame(View*, int&, size_t&, Layer::SnapType) const':
TimeRulerLayer.cpp:105: warning: comparison between signed and unsigned integer expressions
TimeRulerLayer.cpp:110: warning: comparison between signed and unsigned integer expressions
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/TimeValueLayer.o TimeValueLayer.cpp
In file included from ../data/model/FFTModel.h:20,
from SpectrogramLayer.h:26,
from TimeValueLayer.cpp:32:
../data/model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
../data/model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
TimeValueLayer.cpp: In member function 'std::multiset<TimeValuePoint, TimeValuePoint::OrderComparator, std::allocator<TimeValuePoint> > TimeValueLayer::getLocalPoints(View*, int) const':
TimeValueLayer.cpp:437: warning: comparison between signed and unsigned integer expressions
TimeValueLayer.cpp: At global scope:
TimeValueLayer.cpp:1175: warning: unused parameter 'v'
TimeValueLayer.cpp:1175: warning: unused parameter 'e'
TimeValueLayer.cpp: In member function 'virtual bool TimeValueLayer::paste(View*, const Clipboard&, int, bool)':
TimeValueLayer.cpp:1455: warning: unused variable 'haveExistingItems'
TimeValueLayer.cpp: At global scope:
TimeValueLayer.cpp:1417: warning: unused parameter 'frameOffset'
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/WaveformLayer.o WaveformLayer.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. Colour3DPlotLayer.h -o tmp_moc/moc_Colour3DPlotLayer.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_Colour3DPlotLayer.o tmp_moc/moc_Colour3DPlotLayer.cpp
In file included from tmp_moc/../Colour3DPlotLayer.h:21,
from tmp_moc/moc_Colour3DPlotLayer.cpp:10:
../data/model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
../data/model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. ColourDatabase.h -o tmp_moc/moc_ColourDatabase.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_ColourDatabase.o tmp_moc/moc_ColourDatabase.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. ColourMapper.h -o tmp_moc/moc_ColourMapper.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_ColourMapper.o tmp_moc/moc_ColourMapper.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. ImageLayer.h -o tmp_moc/moc_ImageLayer.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_ImageLayer.o tmp_moc/moc_ImageLayer.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. Layer.h -o tmp_moc/moc_Layer.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_Layer.o tmp_moc/moc_Layer.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. NoteLayer.h -o tmp_moc/moc_NoteLayer.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_NoteLayer.o tmp_moc/moc_NoteLayer.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. RegionLayer.h -o tmp_moc/moc_RegionLayer.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_RegionLayer.o tmp_moc/moc_RegionLayer.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. SingleColourLayer.h -o tmp_moc/moc_SingleColourLayer.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_SingleColourLayer.o tmp_moc/moc_SingleColourLayer.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. SliceableLayer.h -o tmp_moc/moc_SliceableLayer.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_SliceableLayer.o tmp_moc/moc_SliceableLayer.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. SliceLayer.h -o tmp_moc/moc_SliceLayer.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_SliceLayer.o tmp_moc/moc_SliceLayer.cpp
In file included from tmp_moc/../SliceLayer.h:24,
from tmp_moc/moc_SliceLayer.cpp:10:
../data/model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
../data/model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. SpectrogramLayer.h -o tmp_moc/moc_SpectrogramLayer.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_SpectrogramLayer.o tmp_moc/moc_SpectrogramLayer.cpp
In file included from ../data/model/FFTModel.h:20,
from tmp_moc/../SpectrogramLayer.h:26,
from tmp_moc/moc_SpectrogramLayer.cpp:10:
../data/model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
../data/model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. SpectrumLayer.h -o tmp_moc/moc_SpectrumLayer.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_SpectrumLayer.o tmp_moc/moc_SpectrumLayer.cpp
In file included from tmp_moc/../SliceLayer.h:24,
from tmp_moc/../SpectrumLayer.h:20,
from tmp_moc/moc_SpectrumLayer.cpp:10:
../data/model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
../data/model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. TextLayer.h -o tmp_moc/moc_TextLayer.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_TextLayer.o tmp_moc/moc_TextLayer.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. TimeInstantLayer.h -o tmp_moc/moc_TimeInstantLayer.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_TimeInstantLayer.o tmp_moc/moc_TimeInstantLayer.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. TimeRulerLayer.h -o tmp_moc/moc_TimeRulerLayer.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_TimeRulerLayer.o tmp_moc/moc_TimeRulerLayer.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. TimeValueLayer.h -o tmp_moc/moc_TimeValueLayer.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_TimeValueLayer.o tmp_moc/moc_TimeValueLayer.cpp
/usr/bin/moc -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. WaveformLayer.h -o tmp_moc/moc_WaveformLayer.cpp
i686-pc-linux-gnu-g++ -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_WaveformLayer.o tmp_moc/moc_WaveformLayer.cpp
rm -f libsvlayer.a
ar cqs libsvlayer.a tmp_obj/Colour3DPlotLayer.o tmp_obj/ColourDatabase.o tmp_obj/ColourMapper.o tmp_obj/ImageLayer.o tmp_obj/ImageRegionFinder.o tmp_obj/Layer.o tmp_obj/LayerFactory.o tmp_obj/NoteLayer.o tmp_obj/PaintAssistant.o tmp_obj/RegionLayer.o tmp_obj/SingleColourLayer.o tmp_obj/SliceLayer.o tmp_obj/SpectrogramLayer.o tmp_obj/SpectrumLayer.o tmp_obj/TextLayer.o tmp_obj/TimeInstantLayer.o tmp_obj/TimeRulerLayer.o tmp_obj/TimeValueLayer.o tmp_obj/WaveformLayer.o tmp_obj/moc_Colour3DPlotLayer.o tmp_obj/moc_ColourDatabase.o tmp_obj/moc_ColourMapper.o tmp_obj/moc_ImageLayer.o tmp_obj/moc_Layer.o tmp_obj/moc_NoteLayer.o tmp_obj/moc_RegionLayer.o tmp_obj/moc_SingleColourLayer.o tmp_obj/moc_SliceableLayer.o tmp_obj/moc_SliceLayer.o tmp_obj/moc_SpectrogramLayer.o tmp_obj/moc_SpectrumLayer.o tmp_obj/moc_TextLayer.o tmp_obj/moc_TimeInstantLayer.o tmp_obj/moc_TimeRulerLayer.o tmp_obj/moc_TimeValueLayer.o tmp_obj/moc_WaveformLayer.o
make[1]: Leaving directory `/home/mccramer/data/digicam/portagetmp/portage/media-sound/sonic-visualiser-1.4/work/sonic-visualiser-1.4/layer'
cd plugin/ && /usr/bin/qmake plugin.pro -unix QTDIR=/usr/lib QMAKE=/usr/bin/qmake QMAKE_CC=i686-pc-linux-gnu-gcc QMAKE_CXX=i686-pc-linux-gnu-g++ QMAKE_LINK=i686-pc-linux-gnu-g++ QMAKE_CFLAGS_RELEASE=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CFLAGS_DEBUG=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CXXFLAGS_RELEASE=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CXXFLAGS_DEBUG=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_LFLAGS_RELEASE=-Wl,-O1 QMAKE_LFLAGS_DEBUG=-Wl,-O1 QMAKE_RPATH= -o Makefile
Project MESSAGE: Using pkg-config package vamp with version 2.0
Project MESSAGE: Using pkg-config package vamp-hostsdk with version 2.0.0
Project MESSAGE: Using pkg-config package lrdf with version 0.4.0
cd plugin/ && make -f Makefile
make[1]: Entering directory `/home/mccramer/data/digicam/portagetmp/portage/media-sound/sonic-visualiser-1.4/work/sonic-visualiser-1.4/plugin'
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -D'LRDF_VERSION="0.4.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DHAVE_LRDF -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Iapi -Iapi/alsa -Iplugins -Iapi/alsa/sound -Itmp_moc -I. -o tmp_obj/DSSIPluginFactory.o DSSIPluginFactory.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -D'LRDF_VERSION="0.4.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DHAVE_LRDF -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Iapi -Iapi/alsa -Iplugins -Iapi/alsa/sound -Itmp_moc -I. -o tmp_obj/DSSIPluginInstance.o DSSIPluginInstance.cpp
../base/RingBuffer.h: In destructor 'RingBuffer<T, N>::~RingBuffer() [with T = snd_seq_event, int N = 1]':
DSSIPluginInstance.cpp:71: instantiated from here
../base/RingBuffer.h:203: warning: right-hand operand of comma has no effect
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -D'LRDF_VERSION="0.4.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DHAVE_LRDF -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Iapi -Iapi/alsa -Iplugins -Iapi/alsa/sound -Itmp_moc -I. -o tmp_obj/FeatureExtractionPluginFactory.o FeatureExtractionPluginFactory.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -D'LRDF_VERSION="0.4.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DHAVE_LRDF -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Iapi -Iapi/alsa -Iplugins -Iapi/alsa/sound -Itmp_moc -I. -o tmp_obj/LADSPAPluginFactory.o LADSPAPluginFactory.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -D'LRDF_VERSION="0.4.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DHAVE_LRDF -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Iapi -Iapi/alsa -Iplugins -Iapi/alsa/sound -Itmp_moc -I. -o tmp_obj/LADSPAPluginInstance.o LADSPAPluginInstance.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -D'LRDF_VERSION="0.4.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DHAVE_LRDF -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Iapi -Iapi/alsa -Iplugins -Iapi/alsa/sound -Itmp_moc -I. -o tmp_obj/PluginIdentifier.o PluginIdentifier.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -D'LRDF_VERSION="0.4.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DHAVE_LRDF -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Iapi -Iapi/alsa -Iplugins -Iapi/alsa/sound -Itmp_moc -I. -o tmp_obj/PluginXml.o PluginXml.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -D'LRDF_VERSION="0.4.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DHAVE_LRDF -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Iapi -Iapi/alsa -Iplugins -Iapi/alsa/sound -Itmp_moc -I. -o tmp_obj/RealTimePluginFactory.o RealTimePluginFactory.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -D'LRDF_VERSION="0.4.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DHAVE_LRDF -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Iapi -Iapi/alsa -Iplugins -Iapi/alsa/sound -Itmp_moc -I. -o tmp_obj/RealTimePluginInstance.o RealTimePluginInstance.cpp
i686-pc-linux-gnu-gcc -c -pipe -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DHAVE_LRDF -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Iapi -Iapi/alsa -Iplugins -Iapi/alsa/sound -Itmp_moc -I. -o tmp_obj/dssi_alsa_compat.o api/dssi_alsa_compat.c
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -D'LRDF_VERSION="0.4.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DHAVE_LRDF -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Iapi -Iapi/alsa -Iplugins -Iapi/alsa/sound -Itmp_moc -I. -o tmp_obj/SamplePlayer.o plugins/SamplePlayer.cpp
rm -f libsvplugin.a
ar cqs libsvplugin.a tmp_obj/DSSIPluginFactory.o tmp_obj/DSSIPluginInstance.o tmp_obj/FeatureExtractionPluginFactory.o tmp_obj/LADSPAPluginFactory.o tmp_obj/LADSPAPluginInstance.o tmp_obj/PluginIdentifier.o tmp_obj/PluginXml.o tmp_obj/RealTimePluginFactory.o tmp_obj/RealTimePluginInstance.o tmp_obj/dssi_alsa_compat.o tmp_obj/SamplePlayer.o
make[1]: Leaving directory `/home/mccramer/data/digicam/portagetmp/portage/media-sound/sonic-visualiser-1.4/work/sonic-visualiser-1.4/plugin'
cd transform/ && /usr/bin/qmake transform.pro -unix QTDIR=/usr/lib QMAKE=/usr/bin/qmake QMAKE_CC=i686-pc-linux-gnu-gcc QMAKE_CXX=i686-pc-linux-gnu-g++ QMAKE_LINK=i686-pc-linux-gnu-g++ QMAKE_CFLAGS_RELEASE=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CFLAGS_DEBUG=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CXXFLAGS_RELEASE=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CXXFLAGS_DEBUG=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_LFLAGS_RELEASE=-Wl,-O1 QMAKE_LFLAGS_DEBUG=-Wl,-O1 QMAKE_RPATH= -o Makefile
Project MESSAGE: Using pkg-config package vamp with version 2.0
Project MESSAGE: Using pkg-config package vamp-hostsdk with version 2.0.0
cd transform/ && make -f Makefile
make[1]: Entering directory `/home/mccramer/data/digicam/portagetmp/portage/media-sound/sonic-visualiser-1.4/work/sonic-visualiser-1.4/transform'
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/CSVFeatureWriter.o CSVFeatureWriter.cpp
In file included from FileFeatureWriter.h:27,
from CSVFeatureWriter.h:29,
from CSVFeatureWriter.cpp:20:
FeatureWriter.h:52: warning: unused parameter 'params'
FeatureWriter.h:60: warning: unused parameter 'trackid'
FeatureWriter.h:60: warning: unused parameter 'metadata'
CSVFeatureWriter.cpp:76: warning: unused parameter 'output'
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/FeatureExtractionModelTransformer.o FeatureExtractionModelTransformer.cpp
In file included from ../data/model/EditableDenseThreeDimensionalModel.h:19,
from FeatureExtractionModelTransformer.cpp:27:
../data/model/DenseThreeDimensionalModel.h:133: warning: unused parameter 'role'
../data/model/DenseThreeDimensionalModel.h:151: warning: unused parameter 'col'
FeatureExtractionModelTransformer.cpp: In member function 'void FeatureExtractionModelTransformer::addFeature(size_t, const _VampHost::Vamp::Plugin::Feature&)':
FeatureExtractionModelTransformer.cpp:645: warning: comparison between signed and unsigned integer expressions
FeatureExtractionModelTransformer.cpp:662: warning: comparison between signed and unsigned integer expressions
FeatureExtractionModelTransformer.cpp:670: warning: comparison between signed and unsigned integer expressions
FeatureExtractionModelTransformer.cpp:678: warning: comparison between signed and unsigned integer expressions
FeatureExtractionModelTransformer.cpp:696: warning: comparison between signed and unsigned integer expressions
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/FileFeatureWriter.o FileFeatureWriter.cpp
In file included from FileFeatureWriter.h:27,
from FileFeatureWriter.cpp:20:
FeatureWriter.h:52: warning: unused parameter 'params'
FeatureWriter.h:60: warning: unused parameter 'trackid'
FeatureWriter.h:60: warning: unused parameter 'metadata'
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/RealTimeEffectModelTransformer.o RealTimeEffectModelTransformer.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/Transform.o Transform.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/TransformFactory.o TransformFactory.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/ModelTransformer.o ModelTransformer.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/ModelTransformerFactory.o ModelTransformerFactory.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. FeatureExtractionModelTransformer.h -o tmp_moc/moc_FeatureExtractionModelTransformer.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_FeatureExtractionModelTransformer.o tmp_moc/moc_FeatureExtractionModelTransformer.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. TransformFactory.h -o tmp_moc/moc_TransformFactory.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_TransformFactory.o tmp_moc/moc_TransformFactory.cpp
/usr/bin/moc -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. ModelTransformerFactory.h -o tmp_moc/moc_ModelTransformerFactory.cpp
i686-pc-linux-gnu-g++ -c -pipe -D'VAMP_VERSION="2.0"' -D'VAMP_HOSTSDK_VERSION="2.0.0"' -march=athlon64 -O2 -mtune=i686 -pipe -fomit-frame-pointer -msse3 -DNDEBUG -DNO_TIMING -DBUILD_RELEASE -D'SVNREV="exported"' -Wall -W -D_REENTRANT -fPIC -DHAVE_BZ2 -DHAVE_VAMP -DHAVE_VAMP_HOSTSDK -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.. -Itmp_moc -I. -o tmp_obj/moc_ModelTransformerFactory.o tmp_moc/moc_ModelTransformerFactory.cpp
rm -f libsvtransform.a
ar cqs libsvtransform.a tmp_obj/CSVFeatureWriter.o tmp_obj/FeatureExtractionModelTransformer.o tmp_obj/FileFeatureWriter.o tmp_obj/RealTimeEffectModelTransformer.o tmp_obj/Transform.o tmp_obj/TransformFactory.o tmp_obj/ModelTransformer.o tmp_obj/ModelTransformerFactory.o tmp_obj/moc_FeatureExtractionModelTransformer.o tmp_obj/moc_TransformFactory.o tmp_obj/moc_ModelTransformerFactory.o
make[1]: Leaving directory `/home/mccramer/data/digicam/portagetmp/portage/media-sound/sonic-visualiser-1.4/work/sonic-visualiser-1.4/transform'
cd rdf/ && /usr/bin/qmake rdf.pro -unix QTDIR=/usr/lib QMAKE=/usr/bin/qmake QMAKE_CC=i686-pc-linux-gnu-gcc QMAKE_CXX=i686-pc-linux-gnu-g++ QMAKE_LINK=i686-pc-linux-gnu-g++ QMAKE_CFLAGS_RELEASE=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CFLAGS_DEBUG=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CXXFLAGS_RELEASE=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_CXXFLAGS_DEBUG=-march=athlon64\ -O2\ -mtune=i686\ -pipe\ -fomit-frame-pointer\ -msse3 QMAKE_LFLAGS_RELEASE=-Wl,-O1 QMAKE_LFLAGS_DEBUG=-Wl,-O1 QMAKE_RPATH= -o Makefile
Project MESSAGE: WARNING: Failed to find pkg-config package redland
Project MESSAGE: Using pkg-config package rasqal with version 0.9.10
Project ERROR: Redland RDF datastore required
make: *** [rdf/Makefile] Error 2
*
* ERROR: media-sound/sonic-visualiser-1.4 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2586: Called die
* The specific snippet of code:
* emake -j1 || die "Compilation failed"
* The die message:
* Compilation failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/log/portage/media-sound:sonic-visualiser-1.4:20090131-043105.log'.
* The ebuild environment file is located at '/home/mccramer/data/digicam/portagetmp/portage/media-sound/sonic-visualiser-1.4/temp/environment'.
*
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Sonic-Visualiser compile error
2009-01-31 5:46 [gentoo-user] Sonic-Visualiser compile error meino.cramer
@ 2009-01-31 14:47 ` Arttu V.
[not found] ` <20090131160701.GA6178@solfire>
0 siblings, 1 reply; 5+ messages in thread
From: Arttu V. @ 2009-01-31 14:47 UTC (permalink / raw
To: gentoo-user
On 1/31/09, meino.cramer@gmx.de <meino.cramer@gmx.de> wrote:
> I tried to emerge sonic-visualiser (1.4) and it fails to compile
>
> From the logfile (attached):
> Project MESSAGE: WARNING: Failed to find pkg-config package redland
> Project MESSAGE: Using pkg-config package rasqal with version 0.9.10
> Project ERROR: Redland RDF datastore required
>
> But emerge -pv librdf gaves me:
>
> Calculating dependencies... done!
> [ebuild R ] media-libs/liblrdf-0.4.0 0 kB
>
> and emerge -pv redland
> [ebuild R ] dev-libs/redland-1.0.4 USE="berkdb ssl -mysql -sqlite
> -threads" 0 kB
>
> What is missing here, what fails and how can I fix it ??? :)
# pkg-config --libs redland
Package 'Redland' requires 'rasqal >= 0.9.12' but version of Rasqal
RDF Query Library is 0.9.10
Something eats that error message?
It looks like you need the unstable rasqal-0.9.15 or .16 to get it compiling.
--
Arttu V.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Sonic-Visualiser compile error
[not found] ` <20090131160701.GA6178@solfire>
@ 2009-02-01 16:44 ` Arttu V.
2009-02-01 17:31 ` meino.cramer
0 siblings, 1 reply; 5+ messages in thread
From: Arttu V. @ 2009-02-01 16:44 UTC (permalink / raw
To: gentoo-user
Mr Cramer, you replied in private email, but your blacklist bounced/dropped my
consequent reply. Replying on-list:
On Saturday 31 January 2009 18:07:02 you wrote:
> But emerge tolds me:
>
> emerge -pv rasqual
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
>
> emerge: there are no ebuilds to satisfy "rasqual".
There is a typo: just drop the extra 'u'. It's just rasqal, like you used it
correctly here below:
> while qsearch says:
>
> qsearch rasqal
> dev-libs/rasqal library that handles Resource Description Framework (RDF)
>
> Before I screw up my system:
> Is there something more fundamental damaged?
This is the spot where I think FEATURES="buildpkg" should be
mentioned. It will help you roll back the old binaries should
something bad happen. It is mentioned on the list regularly by many
posters, most of them more experienced with it than I am. :)
Still, I don't think upgrading rasqal should cause major havoc. Worst
thing that happened to this box was that openoffice and soprano wanted
to be re-emerged. So just some automated extra compiling, no big deal
for me. YMMV
> Or does rasqal only exists as unstable ebuild (reading your posting
> I would tend to answer this with "NO" ...
0.9.10 has been stable on Gentoo for nearly three years according to
/usr/portage/dev-libs/rasqal/ChangeLog
The newer versions have had some bugs reported, but they have been
fixed. You can look them up in bugs.gentoo.org if you're worried.
--
Arttu V.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Sonic-Visualiser compile error
2009-02-01 16:44 ` Arttu V.
@ 2009-02-01 17:31 ` meino.cramer
2009-02-02 1:27 ` Arttu V.
0 siblings, 1 reply; 5+ messages in thread
From: meino.cramer @ 2009-02-01 17:31 UTC (permalink / raw
To: gentoo-user
Arttu V. <arttuv69@gmail.com> [09-02-01 17:49]:
> Mr Cramer, you replied in private email, but your blacklist bounced/dropped my
> consequent reply. Replying on-list:
>
> On Saturday 31 January 2009 18:07:02 you wrote:
> > But emerge tolds me:
> >
> > emerge -pv rasqual
> >
> > These are the packages that would be merged, in order:
> >
> > Calculating dependencies... done!
> >
> > emerge: there are no ebuilds to satisfy "rasqual".
>
> There is a typo: just drop the extra 'u'. It's just rasqal, like you used it
> correctly here below:
>
> > while qsearch says:
> >
> > qsearch rasqal
> > dev-libs/rasqal library that handles Resource Description Framework (RDF)
> >
> > Before I screw up my system:
> > Is there something more fundamental damaged?
>
> This is the spot where I think FEATURES="buildpkg" should be
> mentioned. It will help you roll back the old binaries should
> something bad happen. It is mentioned on the list regularly by many
> posters, most of them more experienced with it than I am. :)
>
> Still, I don't think upgrading rasqal should cause major havoc. Worst
> thing that happened to this box was that openoffice and soprano wanted
> to be re-emerged. So just some automated extra compiling, no big deal
> for me. YMMV
>
> > Or does rasqal only exists as unstable ebuild (reading your posting
> > I would tend to answer this with "NO" ...
>
> 0.9.10 has been stable on Gentoo for nearly three years according to
> /usr/portage/dev-libs/rasqal/ChangeLog
>
> The newer versions have had some bugs reported, but they have been
> fixed. You can look them up in bugs.gentoo.org if you're worried.
>
> --
> Arttu V.
>
Hi Arttu !
Thank you very much for fixing my typos...! :O)
I have to clean my glasses again, I think ... ;)
Now the build succeeds.
Nevertheless, starting sonic-visualisers complains:
sonic-visualiser: error while loading shared libraries: libvamp-hostsdk.so.2: cannot open shared object file: No such file or directory
I cannot find libvamp-hostsdk.
Neither emergeing libvamp-hostsdk succeeds (no such package/ebuild)
nor qsearching libvamp-hostsdk or libvamp or hostsdk
produces anything which I can use to detect the correct package
to emerge...
Kind regards
Meino Cramer
--
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Sonic-Visualiser compile error
2009-02-01 17:31 ` meino.cramer
@ 2009-02-02 1:27 ` Arttu V.
0 siblings, 0 replies; 5+ messages in thread
From: Arttu V. @ 2009-02-02 1:27 UTC (permalink / raw
To: gentoo-user
meino.cramer@gmx.de wrote:
> Now the build succeeds.
> Nevertheless, starting sonic-visualisers complains:
>
> sonic-visualiser: error while loading shared libraries: libvamp-hostsdk.so.2: cannot open shared object file: No such file or directory
>
> I cannot find libvamp-hostsdk.
>
> Neither emergeing libvamp-hostsdk succeeds (no such package/ebuild)
> nor qsearching libvamp-hostsdk or libvamp or hostsdk
> produces anything which I can use to detect the correct package
> to emerge...
>
What you are looking for is media-libs/vamp-plugin-sdk-2.0, but I wonder
why it cannot find it since it's supposedly a dependency in the
sonic-visualiser ebuild.
What version of vamp-plugin-sdk do you have installed? (emerge -pvC
vamp-plugin-sdk)
What use flags are you using for sonic-visualiser? (emerge -pv
sonic-visualiser)
Is your system otherwise sane and up-to-date? (E.g., have emerge
@preserved-libs && revdep-rebuild -i been run successfully after
upgrading the libraries?)
Just as an example from a system without sonic-visualiser: when I try
emerging sonic-visualiser on an amd64 system without many of the
libraries it needs, I have to allow at least following packages that are
marked unstable on amd64 (i.e., ~amd64):
dev-libs/rasqal-0.9.16 (or 0.9.15)
dev-libs/redland-1.0.8 (an earlier one might suffice, but I went with
the latest available in portage)
media-libs/liboggz-0.9.8
media-libs/vamp-plugin-sdk-2.0
media-libs/libfishsound-0.9.1
And also naturally the sonic-visualiser-1.4 itself, which is also unstable.
--
Arttu V.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-02-02 1:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-31 5:46 [gentoo-user] Sonic-Visualiser compile error meino.cramer
2009-01-31 14:47 ` Arttu V.
[not found] ` <20090131160701.GA6178@solfire>
2009-02-01 16:44 ` Arttu V.
2009-02-01 17:31 ` meino.cramer
2009-02-02 1:27 ` Arttu V.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox