From: Peter J. S. <dev...@to...> - 2008-05-21 15:54:43
|
DM = D.B. Moore DM> Greetings, DM> DM> Casually reporting that as of Rev 549 ; DM> DM> if g++ -DHAVE_CONFIG_H -I. -I../../jazz/src -I. -DJAZZ_DATADIR=\"/root/Jazz++/TestInstall/share/Jazz++\" -Wall -Wno-unknown-pragmas -I../../jazz/Bitmaps -I/usr/local/wx287/lib/wx/include/gtk2-ansi-release-static-2.8 -I/usr/local/wx287/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -g -fno-inline -O0 -MT AlsaDriver.o -MD -MP -MF ".deps/AlsaDriver.Tpo" -c -o AlsaDriver.o ../../jazz/src/AlsaDriver.cpp; \ DM> then mv -f ".deps/AlsaDriver.Tpo" ".deps/AlsaDriver.Po"; else rm -f ".deps/AlsaDriver.Tpo"; exit 1; fi DM> if g++ -DHAVE_CONFIG_H -I. -I../../jazz/src -I. -DJAZZ_DATADIR=\"/root/Jazz++/TestInstall/share/Jazz++\" -Wall -Wno-unknown-pragmas -I../../jazz/Bitmaps -I/usr/local/wx287/lib/wx/include/gtk2-ansi-release-static-2.8 -I/usr/local/wx287/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -g -fno-inline -O0 -MT AlsaPlayer.o -MD -MP -MF ".deps/AlsaPlayer.Tpo" -c -o AlsaPlayer.o ../../jazz/src/AlsaPlayer.cpp; \ DM> then mv -f ".deps/AlsaPlayer.Tpo" ".deps/AlsaPlayer.Po"; else rm -f ".deps/AlsaPlayer.Tpo"; exit 1; fi DM> ../../jazz/src/AlsaPlayer.cpp: In member function 'int tAlsaPlayer::OutEvent(JZEvent*, int)': DM> ../../jazz/src/AlsaPlayer.cpp:416: error: 'class tKeyOn' has no member named 'Channel' DM> ../../jazz/src/AlsaPlayer.cpp:427: error: 'class tKeyOff' has no member named 'Channel' DM> ../../jazz/src/AlsaPlayer.cpp:438: error: 'class tProgram' has no member named 'Channel' DM> ../../jazz/src/AlsaPlayer.cpp:448: error: 'class tKeyPressure' has no member named 'Channel' DM> ../../jazz/src/AlsaPlayer.cpp:459: error: 'class tChnPressure' has no member named 'Channel' DM> ../../jazz/src/AlsaPlayer.cpp:469: error: 'class tControl' has no member named 'Channel' DM> ../../jazz/src/AlsaPlayer.cpp:480: error: 'class tPitch' has no member named 'Channel' DM> make[2]: *** [AlsaPlayer.o] Error 1 DM> make[2]: Leaving directory `/mnt/store/jazzplusplus/trunk/Build/src' DM> make[1]: *** [all] Error 2 DM> make[1]: Leaving directory `/mnt/store/jazzplusplus/trunk/Build/src' DM> make: *** [all-recursive] Error 1 Yeah, During the work week I make progress at a very slow rate. I develop on one platform (Windows, Linux, or Mac) and have to catch up on the others later. In this case, Windows was first. Update your source tree and run make in your build directory. Pete |