Package QCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `QCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QCore' found
Package QCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `QCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QCore' found
Package QCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `QCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QCore' found
Package QCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `QCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QCore' found
Package QCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `QCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QCore' found
player/vmBPFPlayer.cxx: In member function ‘virtual void CLAM::VM::BPFPlayer::run()’:
player/vmBPFPlayer.cxx:122:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if(mBPF && mBPF->Size() && k+1<mBPF->Size() && mBPF->GetXValue(k+1)<= i/mSamplingRate) k++;
                                   ^
player/vmBPFPlayer.cxx:129:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if(mBPF && mBPF->Size() && k < mBPF->Size())   SendFloatToInControl(osc, "Pitch", GetPitch(k));
                                  ^
render/vmSegmentEditor.cxx: In member function ‘void CLAM::VM::SegmentEditor::DrawVHighlighted(double, double)’:
render/vmSegmentEditor.cxx:440:9: warning: unused variable ‘isCurrent’ [-Wunused-variable]
    bool isCurrent = (mHighlighted == (int)mSegmentation->current());
         ^
Package QCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `QCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QCore' found
Package QCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `QCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QCore' found
Package QCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `QCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QCore' found
Package QCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `QCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QCore' found
Package QCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `QCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QCore' found
src/About.ui: Warning: The name 'tab' (QWidget) is already in use, defaulting to 'tab1'.
src/About.ui: Warning: The name 'TabPage' (QWidget) is already in use, defaulting to 'TabPage1'.
src/AudioLoadThread.cxx: In member function ‘virtual void AudioLoadThread::run()’:
src/AudioLoadThread.cxx:71:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if ( beginSample+readSize > nSamples ) break;
                             ^
src/DescriptorTablePlugin.cxx: In member function ‘void CLAM_Annotator::DescriptorTablePlugin::refreshData(int, CLAM::DescriptionDataPool&)’:
src/DescriptorTablePlugin.cxx:54:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (mElement<0 || mElement>=dataPool.GetNumberOfContexts(mScope))
                             ^
In file included from /usr/include/CLAM/BasicXMLable.hxx:32:0,
                 from /usr/include/CLAM/XMLAdapter.hxx:29,
                 from /usr/include/CLAM/DynamicType.hxx:28,
                 from src/SchemaAttribute.hxx:25,
                 from src/DescriptorTablePlugin.cxx:23:
src/DescriptorTablePlugin.cxx: In member function ‘virtual void CLAM_Annotator::DescriptorsTableItemControllerString::updateData(CLAM::DescriptionDataPool&)’:
src/DescriptorTablePlugin.cxx:87:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    CLAM_ASSERT(dataPool.GetNumberOfContexts(mScope)>mElement,"Fuera!!");
                                                    ^
src/DescriptorTablePlugin.cxx: In member function ‘virtual void CLAM_Annotator::DescriptorsTableItemControllerFloat::updateData(CLAM::DescriptionDataPool&)’:
src/DescriptorTablePlugin.cxx:183:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    CLAM_ASSERT(dataPool.GetNumberOfContexts(mScope)>mElement,"Fuera!!");
                                                    ^
src/DescriptorTablePlugin.cxx: In member function ‘virtual void CLAM_Annotator::DescriptorsTableItemControllerInt::updateData(CLAM::DescriptionDataPool&)’:
src/DescriptorTablePlugin.cxx:231:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    CLAM_ASSERT(dataPool.GetNumberOfContexts(mScope)>mElement,"Fuera!!");
                                                    ^
src/ProjectEditor.cxx: In member function ‘void ProjectEditor::on_removeSourceButton_clicked()’:
src/ProjectEditor.cxx:128:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if (row>=mProject.GetSources().size()) return; // Weird!!
         ^
src/InstantViews/KeySpace.cxx: In member function ‘void CLAM::VM::KeySpace::RecomputeWeights()’:
src/InstantViews/KeySpace.cxx:193:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(unsigned i=0; i<_nX; i++)
                     ^
src/InstantViews/KeySpace.cxx:196:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(unsigned k=0; k<_nY; k++)
                      ^
src/InstantViews/KeySpace.cxx: In member function ‘void CLAM::VM::KeySpace::DrawTiles()’:
src/InstantViews/KeySpace.cxx:231:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if (_texture.size()!=_nY*_nX*3) _texture.resize(_nY*_nX*3);
                     ^
src/InstantViews/KeySpace.cxx:233:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(unsigned k=0; k<_nY; k++)
                     ^
src/InstantViews/KeySpace.cxx:235:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(unsigned i=0; i<_nX; i++)
                      ^
src/InstantViews/Tonnetz.cxx: In member function ‘virtual void CLAM::VM::Tonnetz::resizeGL(int, int)’:
src/InstantViews/Tonnetz.cxx:98:6: warning: unused variable ‘side’ [-Wunused-variable]
  int side = qMin(width, height);
      ^
src/TypePlugin.cxx: In member function ‘virtual bool CLAM_Annotator::StringTypePlugin::ValidateData(const CLAM::DescriptionDataPool&, std::ostream&)’:
src/TypePlugin.cxx:212:11: warning: value computed is not used [-Wunused-value]
   values[0];
           ^
src/TypePlugin.cxx:212:11: warning: statement has no effect [-Wunused-value]
src/TypePlugin.cxx: In member function ‘bool CLAM_Annotator::SegmentationTypePlugin::ValidateUnsized(const DataArray&, std::ostream&, unsigned int)’:
src/TypePlugin.cxx:270:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (nChilds!=unsigned(-1) && nChilds!=values.Size())
                                       ^
src/TypePlugin.cxx:277:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (unsigned i=1; i<values.Size(); i++)
                       ^
src/TypePlugin.cxx: In member function ‘bool CLAM_Annotator::SegmentationTypePlugin::ValidateContinuous(const DataArray&, std::ostream&, unsigned int)’:
src/TypePlugin.cxx:291:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (nChilds!=unsigned(-1) && nChilds!=values.Size()+1)
                                       ^
src/TypePlugin.cxx:298:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (unsigned i=1; i<values.Size(); i++)
                       ^
src/TypePlugin.cxx: In member function ‘bool CLAM_Annotator::SegmentationTypePlugin::ValidateDiscontinuous(const DataArray&, std::ostream&, unsigned int)’:
src/TypePlugin.cxx:316:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (nChilds!=unsigned(-1) && nChilds*2!=values.Size())
                                         ^
src/TypePlugin.cxx:323:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (unsigned i = 1; i<values.Size(); i++)
                         ^
src/TypePlugin.cxx: In member function ‘bool CLAM_Annotator::SegmentationTypePlugin::ValidateOverlapping(const DataArray&, std::ostream&, unsigned int)’:
src/TypePlugin.cxx:352:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (nChilds!=unsigned(-1) && nChilds*2!=values.Size())
                                         ^
src/TypePlugin.cxx:359:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (unsigned i = 1; i<values.Size(); i++)
                         ^
src/TypePlugin.cxx: In member function ‘bool CLAM_Annotator::SegmentationTypePlugin::ValidateBounds(const DataArray&, std::ostream&, CLAM::TData)’:
src/TypePlugin.cxx:385:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (unsigned i = 1; i<values.Size(); i++)
                         ^
src/TypePlugin.cxx: In member function ‘virtual bool CLAM_Annotator::FrameDivisionTypePlugin::ValidateData(const CLAM::DescriptionDataPool&, std::ostream&)’:
src/TypePlugin.cxx:410:41: warning: unused variable ‘values’ [-Wunused-variable]
   const CLAM_Annotator::FrameDivision * values =
                                         ^
src/TypePlugin.cxx: In member function ‘virtual void CLAM_Annotator::FrameDivisionTypePlugin::InitInstance(unsigned int, CLAM::DescriptionDataPool&)’:
src/TypePlugin.cxx:418:35: warning: unused variable ‘division’ [-Wunused-variable]
   CLAM_Annotator::FrameDivision & division = 
                                   ^
src/TypePlugin.cxx: In member function ‘virtual bool CLAM_Annotator::FloatArrayTypePlugin::ValidateData(const CLAM::DescriptionDataPool&, std::ostream&)’:
src/TypePlugin.cxx:440:28: warning: unused variable ‘values’ [-Wunused-variable]
   const CLAM::DataArray  * values =
                            ^
src/InstantViews/BarGraph.cxx: In member function ‘virtual void CLAM::VM::BarGraph::paintEvent(QPaintEvent*)’:
src/InstantViews/BarGraph.cxx:134:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (unsigned i=0; i<size; i++)
                       ^
src/InstantViews/BarGraph.cxx:154:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (unsigned i=0; i<size; i++)
                       ^
In file included from src/generated/qrc_images.cxx:9:0:
src/generated/qrc_images.cxx:18142:44: warning: ‘qInitResources__init_variable__’ defined but not used [-Wunused-variable]
 Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources))
                                            ^
/usr/lib64/qt/include/QtCore/qglobal.h:939:21: note: in definition of macro ‘Q_CONSTRUCTOR_FUNCTION0’
    static const int AFUNC ## __init_variable__ = AFUNC();
                     ^
src/generated/qrc_images.cxx:18142:1: note: in expansion of macro ‘Q_CONSTRUCTOR_FUNCTION’
 Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources))
 ^
src/generated/qrc_images.cxx:18142:24: note: in expansion of macro ‘QT_MANGLE_NAMESPACE’
 Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources))
                        ^
src/ClamExtractorExample.cxx: In function ‘int main(int, char**)’:
src/ClamExtractorExample.cxx:118:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (unsigned i=0; i<argc; i++) std::cout << argv[i] << std::endl;
                      ^
src/ClamExtractorExample.cxx:129:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (unsigned i = 1; i<argc; i++)
                        ^
src/ClamExtractorExample.cxx:133:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (i+1>=argc) break;
          ^
src/ClamExtractorExample.cxx:143:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (unsigned i = 1; i<argc; i++)
                        ^
src/ClamExtractorExample.cxx:111:15: warning: unused variable ‘songFileNames’ [-Wunused-variable]
  const char * songFileNames[] =
               ^
src/ClamExtractorExample.cxx: In function ‘void MFCC2Pool(const CLAM::Segment&, CLAM::DescriptionDataPool&)’:
src/ClamExtractorExample.cxx:610:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i<nFrames; i++)
                ^
src/ClamExtractorExample.cxx:621:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (unsigned bin=0; bin<nBins; bin++) 
                           ^
src/ClamExtractorExample.cxx: In function ‘void OpenSoundFile(const string&, CLAM::Audio&, CLAM::Text&, CLAM::Text&)’:
src/ClamExtractorExample.cxx:708:6: warning: unused variable ‘nChannels’ [-Wunused-variable]
  int nChannels = reader.GetHeader().GetChannels();
      ^
src/ClamExtractorExample.cxx: In function ‘void Segment2Marks(const CLAM::Segment&, CLAM::DataArray&)’:
src/ClamExtractorExample.cxx:781:6: warning: unused variable ‘samplingRate’ [-Wunused-variable]
  int samplingRate = segment.GetSamplingRate();
      ^
In file included from /usr/include/CLAM/ChordExtractor.hxx:26:0,
                 from src/ChordExtractor/MainClam.cxx:34:
/usr/include/CLAM/ChordSegmentator.hxx: In member function ‘void Simac::ChordSegmentator::estimateChord(const ChordCorrelation&, unsigned int&)’:
/usr/include/CLAM/ChordSegmentator.hxx:268:12: warning: variable ‘underMaxIndex’ set but not used [-Wunused-but-set-variable]
   unsigned underMaxIndex = 0;
            ^
In file included from /usr/include/CLAM/ChordExtractor.hxx:28:0,
                 from src/ChordExtractor/MainClam.cxx:34:
/usr/include/CLAM/CircularPeakPicking.hxx: In member function ‘std::pair<double, double> Simac::CircularPeakPicking::interpolate(double, double, double)’:
/usr/include/CLAM/CircularPeakPicking.hxx:94:10: warning: unused variable ‘c’ [-Wunused-variable]
   double c = y0;
          ^
src/ChordExtractor/MainClam.cxx: In member function ‘void ChordExtractorDescriptionDumper::doIt()’:
src/ChordExtractor/MainClam.cxx:211:31: warning: unused variable ‘chromagram’ [-Wunused-variable]
   const std::vector<double> & chromagram = _extractor.chromagram(); //pointer to chromagram data
                               ^
src/ChordExtractor/MainClam.cxx:212:48: warning: unused variable ‘peaks’ [-Wunused-variable]
   const Simac::CircularPeakPicking::PeakList & peaks = _extractor.peaks(); //pointer to chromagram data
                                                ^
src/ChordExtractor/MainClam.cxx:239:12: warning: unused variable ‘currentChord’ [-Wunused-variable]
   unsigned currentChord = firstCandidateWeight*0.6<=noCandidateWeigth || noCandidateWeigth<0.001 ?
            ^
src/ChordExtractor/MainClam.cxx:242:15: warning: unused variable ‘currentTime’ [-Wunused-variable]
   CLAM::TData currentTime = (_currentFrame*_hop+_firstFrameOffset)/_samplingRate;
               ^
src/ChordExtractor/MainClam.cxx: In function ‘int main(int, char**)’:
src/ChordExtractor/MainClam.cxx:361:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (unsigned i = 1; i<argc; i++)
                        ^
In file included from src/OnsetExtractor/processwav.h:7:0,
                 from src/OnsetExtractor/onset.cpp:7:
src/OnsetExtractor/params.h:51:20: warning: ‘Notas’ defined but not used [-Wunused-variable]
 static const char *Notas[]={"0_SOL","0_SOL#",
                    ^
src/OnsetExtractor/changes.cpp: In function ‘void applythreshold(std::vector<double>&, double, int)’:
src/OnsetExtractor/changes.cpp:126:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=0; i<vectchanges.size(); i++)
                 ^
In file included from src/OnsetExtractor/changes.h:4:0,
                 from src/OnsetExtractor/changes.cpp:1:
src/OnsetExtractor/params.h: At global scope:
src/OnsetExtractor/params.h:51:20: warning: ‘Notas’ defined but not used [-Wunused-variable]
 static const char *Notas[]={"0_SOL","0_SOL#",
                    ^
src/OnsetExtractor/processwav.cpp: In function ‘int input_data_wav(char*, std::vector<std::map<int, double, ltint> >&, std::vector<band>&, Tmatrix&, pinfo&)’:
src/OnsetExtractor/processwav.cpp:389:30: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  while (len=(read_data(input))) 
                              ^
In file included from src/OnsetExtractor/processwav.h:7:0,
                 from src/OnsetExtractor/processwav.cpp:13:
src/OnsetExtractor/params.h: At global scope:
src/OnsetExtractor/params.h:51:20: warning: ‘Notas’ defined but not used [-Wunused-variable]
 static const char *Notas[]={"0_SOL","0_SOL#",
                    ^
In file included from src/OnsetExtractor/myfft.cpp:14:0:
src/OnsetExtractor/params.h:51:20: warning: ‘Notas’ defined but not used [-Wunused-variable]
 static const char *Notas[]={"0_SOL","0_SOL#",
                    ^
src/OnsetExtractor/bands.cpp: In constructor ‘band::band(double, double, double, double)’:
src/OnsetExtractor/bands.cpp:88:6: warning: unused variable ‘lenfirst’ [-Wunused-variable]
  int lenfirst= centersample-lowsample;
      ^
src/OnsetExtractor/bands.cpp:89:6: warning: unused variable ‘lensecond’ [-Wunused-variable]
  int lensecond= highsample-centersample; 
      ^
src/OnsetExtractor/bands.cpp: In member function ‘double band::applyband(double*, int)’:
src/OnsetExtractor/bands.cpp:127:6: warning: unused variable ‘j’ [-Wunused-variable]
  int j;
      ^
src/OnsetExtractor/bands.cpp: In member function ‘double band::applybandRMS(double*, int)’:
src/OnsetExtractor/bands.cpp:148:6: warning: unused variable ‘j’ [-Wunused-variable]
  int j;
      ^
Package QCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `QCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QCore' found
Package QCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `QCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QCore' found
Package QCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `QCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QCore' found
Package QCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `QCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QCore' found
Package QCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `QCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QCore' found
src/AudioLoadThread.cxx: In member function ‘virtual void AudioLoadThread::run()’:
src/AudioLoadThread.cxx:71:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if ( beginSample+readSize > nSamples ) break;
                             ^
src/DescriptorTablePlugin.cxx: In member function ‘void CLAM_Annotator::DescriptorTablePlugin::refreshData(int, CLAM::DescriptionDataPool&)’:
src/DescriptorTablePlugin.cxx:54:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (mElement<0 || mElement>=dataPool.GetNumberOfContexts(mScope))
                             ^
In file included from /usr/include/CLAM/BasicXMLable.hxx:32:0,
                 from /usr/include/CLAM/XMLAdapter.hxx:29,
                 from /usr/include/CLAM/DynamicType.hxx:28,
                 from src/SchemaAttribute.hxx:25,
                 from src/DescriptorTablePlugin.cxx:23:
src/DescriptorTablePlugin.cxx: In member function ‘virtual void CLAM_Annotator::DescriptorsTableItemControllerString::updateData(CLAM::DescriptionDataPool&)’:
src/DescriptorTablePlugin.cxx:87:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    CLAM_ASSERT(dataPool.GetNumberOfContexts(mScope)>mElement,"Fuera!!");
                                                    ^
src/DescriptorTablePlugin.cxx: In member function ‘virtual void CLAM_Annotator::DescriptorsTableItemControllerFloat::updateData(CLAM::DescriptionDataPool&)’:
src/DescriptorTablePlugin.cxx:183:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    CLAM_ASSERT(dataPool.GetNumberOfContexts(mScope)>mElement,"Fuera!!");
                                                    ^
src/DescriptorTablePlugin.cxx: In member function ‘virtual void CLAM_Annotator::DescriptorsTableItemControllerInt::updateData(CLAM::DescriptionDataPool&)’:
src/DescriptorTablePlugin.cxx:231:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    CLAM_ASSERT(dataPool.GetNumberOfContexts(mScope)>mElement,"Fuera!!");
                                                    ^
src/ProjectEditor.cxx: In member function ‘void ProjectEditor::on_removeSourceButton_clicked()’:
src/ProjectEditor.cxx:128:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if (row>=mProject.GetSources().size()) return; // Weird!!
         ^
src/InstantViews/KeySpace.cxx: In member function ‘void CLAM::VM::KeySpace::RecomputeWeights()’:
src/InstantViews/KeySpace.cxx:193:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(unsigned i=0; i<_nX; i++)
                     ^
src/InstantViews/KeySpace.cxx:196:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(unsigned k=0; k<_nY; k++)
                      ^
src/InstantViews/KeySpace.cxx: In member function ‘void CLAM::VM::KeySpace::DrawTiles()’:
src/InstantViews/KeySpace.cxx:231:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if (_texture.size()!=_nY*_nX*3) _texture.resize(_nY*_nX*3);
                     ^
src/InstantViews/KeySpace.cxx:233:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(unsigned k=0; k<_nY; k++)
                     ^
src/InstantViews/KeySpace.cxx:235:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(unsigned i=0; i<_nX; i++)
                      ^
src/InstantViews/Tonnetz.cxx: In member function ‘virtual void CLAM::VM::Tonnetz::resizeGL(int, int)’:
src/InstantViews/Tonnetz.cxx:98:6: warning: unused variable ‘side’ [-Wunused-variable]
  int side = qMin(width, height);
      ^
src/TypePlugin.cxx: In member function ‘virtual bool CLAM_Annotator::StringTypePlugin::ValidateData(const CLAM::DescriptionDataPool&, std::ostream&)’:
src/TypePlugin.cxx:212:11: warning: value computed is not used [-Wunused-value]
   values[0];
           ^
src/TypePlugin.cxx:212:11: warning: statement has no effect [-Wunused-value]
src/TypePlugin.cxx: In member function ‘bool CLAM_Annotator::SegmentationTypePlugin::ValidateUnsized(const DataArray&, std::ostream&, unsigned int)’:
src/TypePlugin.cxx:270:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (nChilds!=unsigned(-1) && nChilds!=values.Size())
                                       ^
src/TypePlugin.cxx:277:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (unsigned i=1; i<values.Size(); i++)
                       ^
src/TypePlugin.cxx: In member function ‘bool CLAM_Annotator::SegmentationTypePlugin::ValidateContinuous(const DataArray&, std::ostream&, unsigned int)’:
src/TypePlugin.cxx:291:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (nChilds!=unsigned(-1) && nChilds!=values.Size()+1)
                                       ^
src/TypePlugin.cxx:298:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (unsigned i=1; i<values.Size(); i++)
                       ^
src/TypePlugin.cxx: In member function ‘bool CLAM_Annotator::SegmentationTypePlugin::ValidateDiscontinuous(const DataArray&, std::ostream&, unsigned int)’:
src/TypePlugin.cxx:316:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (nChilds!=unsigned(-1) && nChilds*2!=values.Size())
                                         ^
src/TypePlugin.cxx:323:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (unsigned i = 1; i<values.Size(); i++)
                         ^
src/TypePlugin.cxx: In member function ‘bool CLAM_Annotator::SegmentationTypePlugin::ValidateOverlapping(const DataArray&, std::ostream&, unsigned int)’:
src/TypePlugin.cxx:352:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (nChilds!=unsigned(-1) && nChilds*2!=values.Size())
                                         ^
src/TypePlugin.cxx:359:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (unsigned i = 1; i<values.Size(); i++)
                         ^
src/TypePlugin.cxx: In member function ‘bool CLAM_Annotator::SegmentationTypePlugin::ValidateBounds(const DataArray&, std::ostream&, CLAM::TData)’:
src/TypePlugin.cxx:385:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (unsigned i = 1; i<values.Size(); i++)
                         ^
src/TypePlugin.cxx: In member function ‘virtual bool CLAM_Annotator::FrameDivisionTypePlugin::ValidateData(const CLAM::DescriptionDataPool&, std::ostream&)’:
src/TypePlugin.cxx:410:41: warning: unused variable ‘values’ [-Wunused-variable]
   const CLAM_Annotator::FrameDivision * values =
                                         ^
src/TypePlugin.cxx: In member function ‘virtual void CLAM_Annotator::FrameDivisionTypePlugin::InitInstance(unsigned int, CLAM::DescriptionDataPool&)’:
src/TypePlugin.cxx:418:35: warning: unused variable ‘division’ [-Wunused-variable]
   CLAM_Annotator::FrameDivision & division = 
                                   ^
src/TypePlugin.cxx: In member function ‘virtual bool CLAM_Annotator::FloatArrayTypePlugin::ValidateData(const CLAM::DescriptionDataPool&, std::ostream&)’:
src/TypePlugin.cxx:440:28: warning: unused variable ‘values’ [-Wunused-variable]
   const CLAM::DataArray  * values =
                            ^
src/InstantViews/BarGraph.cxx: In member function ‘virtual void CLAM::VM::BarGraph::paintEvent(QPaintEvent*)’:
src/InstantViews/BarGraph.cxx:134:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (unsigned i=0; i<size; i++)
                       ^
src/InstantViews/BarGraph.cxx:154:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (unsigned i=0; i<size; i++)
                       ^
In file included from src/generated/qrc_images.cxx:9:0:
src/generated/qrc_images.cxx:18142:44: warning: ‘qInitResources__init_variable__’ defined but not used [-Wunused-variable]
 Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources))
                                            ^
/usr/lib64/qt/include/QtCore/qglobal.h:939:21: note: in definition of macro ‘Q_CONSTRUCTOR_FUNCTION0’
    static const int AFUNC ## __init_variable__ = AFUNC();
                     ^
src/generated/qrc_images.cxx:18142:1: note: in expansion of macro ‘Q_CONSTRUCTOR_FUNCTION’
 Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources))
 ^
src/generated/qrc_images.cxx:18142:24: note: in expansion of macro ‘QT_MANGLE_NAMESPACE’
 Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources))
                        ^
src/ClamExtractorExample.cxx: In function ‘int main(int, char**)’:
src/ClamExtractorExample.cxx:118:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (unsigned i=0; i<argc; i++) std::cout << argv[i] << std::endl;
                      ^
src/ClamExtractorExample.cxx:129:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (unsigned i = 1; i<argc; i++)
                        ^
src/ClamExtractorExample.cxx:133:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (i+1>=argc) break;
          ^
src/ClamExtractorExample.cxx:143:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (unsigned i = 1; i<argc; i++)
                        ^
src/ClamExtractorExample.cxx:111:15: warning: unused variable ‘songFileNames’ [-Wunused-variable]
  const char * songFileNames[] =
               ^
src/ClamExtractorExample.cxx: In function ‘void MFCC2Pool(const CLAM::Segment&, CLAM::DescriptionDataPool&)’:
src/ClamExtractorExample.cxx:610:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i<nFrames; i++)
                ^
src/ClamExtractorExample.cxx:621:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (unsigned bin=0; bin<nBins; bin++) 
                           ^
src/ClamExtractorExample.cxx: In function ‘void OpenSoundFile(const string&, CLAM::Audio&, CLAM::Text&, CLAM::Text&)’:
src/ClamExtractorExample.cxx:708:6: warning: unused variable ‘nChannels’ [-Wunused-variable]
  int nChannels = reader.GetHeader().GetChannels();
      ^
src/ClamExtractorExample.cxx: In function ‘void Segment2Marks(const CLAM::Segment&, CLAM::DataArray&)’:
src/ClamExtractorExample.cxx:781:6: warning: unused variable ‘samplingRate’ [-Wunused-variable]
  int samplingRate = segment.GetSamplingRate();
      ^
In file included from /usr/include/CLAM/ChordExtractor.hxx:26:0,
                 from src/ChordExtractor/MainClam.cxx:34:
/usr/include/CLAM/ChordSegmentator.hxx: In member function ‘void Simac::ChordSegmentator::estimateChord(const ChordCorrelation&, unsigned int&)’:
/usr/include/CLAM/ChordSegmentator.hxx:268:12: warning: variable ‘underMaxIndex’ set but not used [-Wunused-but-set-variable]
   unsigned underMaxIndex = 0;
            ^
In file included from /usr/include/CLAM/ChordExtractor.hxx:28:0,
                 from src/ChordExtractor/MainClam.cxx:34:
/usr/include/CLAM/CircularPeakPicking.hxx: In member function ‘std::pair<double, double> Simac::CircularPeakPicking::interpolate(double, double, double)’:
/usr/include/CLAM/CircularPeakPicking.hxx:94:10: warning: unused variable ‘c’ [-Wunused-variable]
   double c = y0;
          ^
src/ChordExtractor/MainClam.cxx: In member function ‘void ChordExtractorDescriptionDumper::doIt()’:
src/ChordExtractor/MainClam.cxx:211:31: warning: unused variable ‘chromagram’ [-Wunused-variable]
   const std::vector<double> & chromagram = _extractor.chromagram(); //pointer to chromagram data
                               ^
src/ChordExtractor/MainClam.cxx:212:48: warning: unused variable ‘peaks’ [-Wunused-variable]
   const Simac::CircularPeakPicking::PeakList & peaks = _extractor.peaks(); //pointer to chromagram data
                                                ^
src/ChordExtractor/MainClam.cxx:239:12: warning: unused variable ‘currentChord’ [-Wunused-variable]
   unsigned currentChord = firstCandidateWeight*0.6<=noCandidateWeigth || noCandidateWeigth<0.001 ?
            ^
src/ChordExtractor/MainClam.cxx:242:15: warning: unused variable ‘currentTime’ [-Wunused-variable]
   CLAM::TData currentTime = (_currentFrame*_hop+_firstFrameOffset)/_samplingRate;
               ^
src/ChordExtractor/MainClam.cxx: In function ‘int main(int, char**)’:
src/ChordExtractor/MainClam.cxx:361:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (unsigned i = 1; i<argc; i++)
                        ^
In file included from src/OnsetExtractor/processwav.h:7:0,
                 from src/OnsetExtractor/onset.cpp:7:
src/OnsetExtractor/params.h:51:20: warning: ‘Notas’ defined but not used [-Wunused-variable]
 static const char *Notas[]={"0_SOL","0_SOL#",
                    ^
src/OnsetExtractor/changes.cpp: In function ‘void applythreshold(std::vector<double>&, double, int)’:
src/OnsetExtractor/changes.cpp:126:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=0; i<vectchanges.size(); i++)
                 ^
In file included from src/OnsetExtractor/changes.h:4:0,
                 from src/OnsetExtractor/changes.cpp:1:
src/OnsetExtractor/params.h: At global scope:
src/OnsetExtractor/params.h:51:20: warning: ‘Notas’ defined but not used [-Wunused-variable]
 static const char *Notas[]={"0_SOL","0_SOL#",
                    ^
src/OnsetExtractor/processwav.cpp: In function ‘int input_data_wav(char*, std::vector<std::map<int, double, ltint> >&, std::vector<band>&, Tmatrix&, pinfo&)’:
src/OnsetExtractor/processwav.cpp:389:30: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  while (len=(read_data(input))) 
                              ^
In file included from src/OnsetExtractor/processwav.h:7:0,
                 from src/OnsetExtractor/processwav.cpp:13:
src/OnsetExtractor/params.h: At global scope:
src/OnsetExtractor/params.h:51:20: warning: ‘Notas’ defined but not used [-Wunused-variable]
 static const char *Notas[]={"0_SOL","0_SOL#",
                    ^
In file included from src/OnsetExtractor/myfft.cpp:14:0:
src/OnsetExtractor/params.h:51:20: warning: ‘Notas’ defined but not used [-Wunused-variable]
 static const char *Notas[]={"0_SOL","0_SOL#",
                    ^
src/OnsetExtractor/bands.cpp: In constructor ‘band::band(double, double, double, double)’:
src/OnsetExtractor/bands.cpp:88:6: warning: unused variable ‘lenfirst’ [-Wunused-variable]
  int lenfirst= centersample-lowsample;
      ^
src/OnsetExtractor/bands.cpp:89:6: warning: unused variable ‘lensecond’ [-Wunused-variable]
  int lensecond= highsample-centersample; 
      ^
src/OnsetExtractor/bands.cpp: In member function ‘double band::appInstall file: "OnsetExtractorCore" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/bin/OnsetExtractorCore"
Install file: "OnsetExtractor" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/bin/OnsetExtractor"
== Compiling SimacServicesClient/BocaClientMain.cxx
== Compiling SimacServicesCli./
usr/
usr/bin/
usr/bin/Annotator
usr/bin/OnsetExtractorCore
usr/bin/BocaClient
usr/bin/ChordExtractor
usr/bin/ClamExtractorExample
usr/bin/OnsetExtractor
usr/doc/
usr/doc/clam_annotator-0.5.0/
usr/doc/clam_annotator-0.5.0/README
usr/doc/clam_annotator-0.5.0/COPYING
usr/doc/clam_annotator-0.5.0/CHANGES
usr/doc/clam_annotator-0.5.0/todos
usr/doc/clam_annotator-0.5.0/clam_annotator.SlackBuild
usr/man/
usr/man/man1/
usr/man/man1/ChordExtractor.1.gz
usr/man/man1/ClamExtractorExample.1.gz
usr/man/man1/BocaClient.1.gz
usr/man/man1/Annotator.1.gz
usr/man/man1/OnsetExtractor.1.gz
usr/share/
usr/share/annotator/
usr/share/annotator/example-data/
usr/share/annotator/example-data/Demo.sc
usr/share/annotator/example-data/AggregationExample.pro
usr/share/annotator/example-data/CLAMDescriptors.pro
usr/share/annotator/example-data/AggregationExample.sc
usr/share/annotator/example-data/SongsTest/
usr/share/annotator/example-data/SongsTest/Debaser-CoffeeSmell.mp3.chords
usr/share/annotator/example-data/SongsTest/Debaser-WoodenHouse.mp3.chords
usr/share/annotator/example-data/SongsTest/Crash-Into-June.mp3.chords
usr/share/annotator/example-data/SongsTest/Crash-Into-June.mp3.pool
usr/share/annotator/example-data/SongsTest/Debaser-WoodenHouse.mp3.pool
usr/share/annotator/example-data/SongsTest/Debaser-CoffeeSmell.mp3.pool
usr/share/annotator/example-data/SongsTest/Debaser-WoodenHouse.mp3
usr/share/annotator/example-data/SongsTest/Crash-Into-June.mp3
usr/share/annotator/example-data/SongsTest/Debaser-CoffeeSmell.mp3
usr/share/annotator/example-data/SongsTest/Mud.mp3
usr/share/annotator/example-data/SongsTest/mud.mp3.pool
usr/share/annotator/example-data/SongsTest/mud.mp3.chords
usr/share/annotator/example-data/CLAMDescriptors.sc
usr/share/annotator/example-data/SemWeb.pro
usr/share/annotator/example-data/SemWebExtractor.sc
usr/share/annotator/example-data/Chords.sc
usr/share/annotator/example-data/Chords.pro
usr/share/annotator/i18n/
usr/share/annotator/i18n/Annotator_es.qm
usr/share/annotator/i18n/Annotator_ca.qm
usr/share/applications/
usr/share/applications/Annotator.desktop
usr/share/pixmaps/
usr/share/pixmaps/annotator-icon1.svg
install/
install/doinst.sh
install/slack-desc
are/annotator/example-data/SongsTest/Crash-Into-June.mp3"
Install file: "example-data/SongsTest/Debaser-CoffeeSmell.mp3" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/SongsTest/Debaser-CoffeeSmell.mp3"
Install file: "example-data/SongsTest/Mud.mp3" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/SongsTest/Mud.mp3"
Install file: "example-data/AggregationExample.pro" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/AggregationExample.pro"
Install file: "example-data/CLAMDescriptors.pro" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/CLAMDescriptors.pro"
Install file: "example-data/SemWeb.pro" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/SemWeb.pro"
Install file: "example-data/Chords.pro" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/Chords.pro"
Install file: "example-data/Demo.sc" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/Demo.sc"
Install file: "example-data/AggregationExample.sc" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/AggregationExample.sc"
Install file: "example-data/CLAMDescriptors.sc" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/CLAMDescriptors.sc"
Install file: "example-data/SemWebExtractor.sc" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/SemWebExtractor.sc"
Install file: "example-data/Chords.sc" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/Chords.sc"
Install file: "resources/Annotator.desktop" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/applications/Annotator.desktop"
scons: done building targets.

Slackware package maker, version 3.141593.

Searching for symbolic links:

No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n

Creating Slackware package:  /usr/src/slapt-src/audio/clam_annotator/clam_annotator-0.5.0-x86_64-2salix.txz


Slackware package /usr/src/slapt-src/audio/clam_annotator/clam_annotator-0.5.0-x86_64-2salix.txz created.

Installing package clam_annotator-0.5.0-x86_64-2salix...
| clam_annotator (Music annotation tool)
| 
| The CLAM Annotator is a tool that can be used to visualize, check and
| modify music information extracted from audio: low level features,
| note segmentation, chords, structure... The tool is intended to be
| useful for music information retrieval research.
| 
| 
| 
| 
| 
| 
|