make[1]: Entering directory `/mnt/storage/hydrogen/hydrogen/libs'
cd hydrogen/ && /opt/qt/bin/qmake hydrogen.pro -unix prefix=/usr -o Makefile
Project MESSAGE: H2 defines: ALSA_SUPPORT JACK_SUPPORT FLAC_SUPPORT LADSPA_SUPPORT LRDF_SUPPORT OSS_SUPPORT
WARNING: Failure to find: src/midiMap.cpp
WARNING: Failure to find: include/hydrogen/midiMap.h
cd hydrogen/ && make -f Makefile
make[2]: Entering directory `/mnt/storage/hydrogen/hydrogen/libs/hydrogen'
g++ -c -include objs/hydrogen -m64 -pipe -O2 -g -Wall -fPIC -D_REENTRANT -Wall -W -DALSA_SUPPORT -DJACK_SUPPORT -DFLAC_SUPPORT -DLADSPA_SUPPORT -DLRDF_SUPPORT -DOSS_SUPPORT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/opt/qt-4.4.0/mkspecs/linux-g++-64 -I. -I/opt/qt-4.4.0/include/QtCore -I/opt/qt-4.4.0/include/QtCore -I/opt/qt-4.4.0/include/QtGui -I/opt/qt-4.4.0/include/QtGui -I/opt/qt-4.4.0/include -I../.. -Iinclude -I. -I. -o objs/midi_input.o src/IO/midi_input.cpp
src/IO/midi_input.cpp: In member function 'void H2Core::MidiInput::handleNoteOnMessage(const H2Core::MidiMessage&)':
src/IO/midi_input.cpp:138: error: 'midiMap' was not declared in this scope
src/IO/midi_input.cpp:138: error: 'mM' was not declared in this scope
src/IO/midi_input.cpp:138: error: 'midiMap' is not a class or namespace
src/IO/midi_input.cpp: In member function 'void H2Core::MidiInput::handleSysexMessage(const H2Core::MidiMessage&)':
src/IO/midi_input.cpp:244: error: 'midiMap' was not declared in this scope
src/IO/midi_input.cpp:244: error: 'mM' was not declared in this scope
src/IO/midi_input.cpp:244: error: 'midiMap' is not a class or namespace
make[2]: *** [objs/midi_input.o] Error 1
make[2]: Leaving directory `/mnt/storage/hydrogen/hydrogen/libs/hydrogen'
make[1]: *** [sub-hydrogen-make_default] Error 2
make[1]: Leaving directory `/mnt/storage/hydrogen/hydrogen/libs'
make: *** [sub-libs-make_default] Error 2
svn update = At revision 173
I've checked, midiMap.h wasn't part of the checkout.
Anyone know what's happening (or have this header?)
Regards,
gcb
Hey,
Yep, that fixed the midiMap boofle...compiles fine now. I did actually discover later on I was missing libtar.h , but that was an easy fix - install libtar ;-)
Thnx for the help!