[linux-audio-user] Histogram

Dragan Noveski perodog at gmx.net
Tue Aug 1 09:42:31 EDT 2006


hi and thanks for the response.

obviously you are right, i changed the entry in .bash_profile to 
pointing the qt4, now qmake works and i get the Makefile.

nowhiskey at murija2:~/software/nove/sonic/sonic-visualiser$ qmake
Project MESSAGE: Using pkg-config package mad with version 0.15.0b
Project MESSAGE: Using pkg-config package fftw3 with version 3.1.1
Project MESSAGE: Using pkg-config package sndfile with version 1.0.15
Project MESSAGE: Using pkg-config package samplerate with version 0.1.2
Project MESSAGE: Using pkg-config package lrdf with version 0.4.0
Project MESSAGE: Using pkg-config package raptor with version 1.4.9
Project MESSAGE: Using pkg-config package jack with version 0.102.11
Project MESSAGE: WARNING: PortAudio audio playback support will not be 
included
Project MESSAGE: Including JACK support for audio playback
Project MESSAGE: WARNING: .ogg file import will not be included
Project MESSAGE: Including .mp3 file import
nowhiskey at murija2:~/software/nove/sonic/sonic-visualiser$


typing make after it, i get this error:





nowhiskey at murija2:~/software/nove/sonic/sonic-visualiser$ make
g++ -c -pipe -I/usr/local/include -O2 -DNDEBUG -O2 -march=pentium3 
-mfpmath=sse -ffast-math -DBUILD_RELEASE -Wall -W -D_REENTRANT  
-DHAVE_VAMP -DHAVE_BZ2 -DHAVE_MAD -D'MAD_VERSION="0.15.0B" ' 
-DHAVE_FFTW3 -D'FFTW3_VERSION="3.1.1" ' -DHAVE_SNDFILE 
-D'SNDFILE_VERSION="1.0.15" ' -DHAVE_SAMPLERATE 
-D'SAMPLERATE_VERSION="0.1.2" ' -DHAVE_LRDF -D'LRDF_VERSION="0.4.0" ' 
-DHAVE_RAPTOR -D'RAPTOR_VERSION="1.4.9" ' -DHAVE_JACK 
-D'JACK_VERSION="0.102.11" ' -D'SVNREV="exportiert "' -DQT_NO_DEBUG 
-DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB 
-I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 
-I../vamp-plugin-sdk -I. -Iaudioio -Ibase -Imodel -Iplugin 
-Iplugin/api/alsa -Ifileio -Imain -Iwidgets -Iview -Iplugin/api 
-Iplugin/api/alsa/sound -Itmp_moc -I. -o 
tmp_obj/AudioCallbackPlaySource.o audioio/AudioCallbackPlaySource.cpp
In file included from ./model/SparseOneDimensionalModel.h:21,
                 from audioio/AudioCallbackPlaySource.cpp:24:
./base/RealTime.h:24:31: error: vamp-sdk/RealTime.h: Datei oder 
Verzeichnis nicht gefunden
./base/RingBuffer.h: In destructor 'virtual RingBuffer<T, 
N>::~RingBuffer()':
./base/RingBuffer.h:201: warning: right-hand operand of comma has no effect
./base/RingBuffer.h: In member function 'void RingBuffer<T, 
N>::resize(size_t)':
./base/RingBuffer.h:230: warning: right-hand operand of comma has no effect
./base/RealTime.h: At global scope:
./base/RealTime.h:25: error: 'Vamp' has not been declared
./base/RealTime.h:25: error: expected nested-name-specifier before 
'RealTime'
./base/RealTime.h:25: error: 'RealTime' has not been declared
./model/SparseOneDimensionalModel.h: In member function 'QString 
OneDimensionalPoint::toDelimitedDataString(QString, size_t) const':
./model/SparseOneDimensionalModel.h:44: error: 'RealTime' has not been 
declared
./model/SparseOneDimensionalModel.h:44: error: 'frame2RealTime' was not 
declared in this scope
audioio/AudioCallbackPlaySource.cpp: At global scope:
audioio/AudioCallbackPlaySource.cpp:372: warning: unused parameter 'params'
audioio/AudioCallbackPlaySource.cpp: In member function 'virtual size_t 
AudioCallbackPlaySource::getCurrentPlayingFrame()':
audioio/AudioCallbackPlaySource.cpp:464: warning: unused variable 
'rangeStart'
./base/RingBuffer.h: In destructor 'RingBuffer<T, N>::~RingBuffer() 
[with T = float, int N = 1]':
audioio/AudioCallbackPlaySource.h:203:   instantiated from here
./base/RingBuffer.h:201: warning: right-hand operand of comma has no effect
make: *** [tmp_obj/AudioCallbackPlaySource.o] Fehler 1
nowhiskey at murija2:~/software/nove/sonic/sonic-visualiser$

-i installed qm-vamp-plugins.so copying it into /usr/local/lib/vamp

-i installed aubio-0.3.1
-i tried to install vamp-aubio-plugins, but there i get some vamp-sdk error.

as i see, the vamp stuff is required, but can you perhaps tell me which 
sort of vamp i should get/how to deal with the vamp-sdk stuff?

hope you dont get nerved because of this lot of questions, but i really 
dont move reading README/INSTALL files.

cheers,
doc

Chris Cannam wrote:
> On Sunday 30 Jul 2006 15:18, Dragan Noveski wrote:
>   
>> nowhiskey at murija2:~/software/nove/sonic/sonic-visualiser$ qmake
>> sonic-visualiser.pro:86: Unknown test function: for
>>     
>
> You're using the qmake from Qt3.  You need the one from Qt4 (as well as 
> the rest of the Qt4 development package).
>
>
> Chris
>
>
>   




More information about the Linux-audio-user mailing list