Hi, I pulled down the latest from CVS today and ran into some errors building it. For reference I'm using FC3 with gcc 3.4.2. Perhaps the gcc version is a problem? Here are the errors:
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde - I/usr/lib/qt-3.3/include -I/usr/X11R6/include -I../base -I../sound - fexceptions -I/usr/X11R6/include -I/usr/include/freetype2 - I/usr/include/freetype2/config -DQT_THREAD_SUPPORT -D_REENTRANT -DRGKDE3 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi - D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar- subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat- security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno- common -fexceptions -MT matrixcommands.o -MD -MP -MF ".deps/matrixcommands.Tpo" \ -c -o matrixcommands.o `test -f 'matrixcommands.cpp' || echo './'`matrixcommands.cpp; \ then mv -f ".deps/matrixcommands.Tpo" ".deps/matrixcommands.Po"; \ else rm -f ".deps/matrixcommands.Tpo"; exit 1; \ fi matrixcommands.cpp:37: error: namespace `Rosegarden::BaseProperties' not allowed in using-declaration matrixcommands.cpp: In member function `virtual void MatrixInsertionCommand::modifySegment()': matrixcommands.cpp:61: error: `BaseProperties' has not been declared matrixcommands.cpp:61: error: `VELOCITY' undeclared (first use this function) matrixcommands.cpp:61: error: (Each undeclared identifier is reported only once for each function it appears in.) matrixcommands.cpp:62: error: `BaseProperties' has not been declared matrixcommands.cpp: In member function `virtual void MatrixPercussionInsertionCommand::modifySegment()': matrixcommands.cpp:93: error: `BaseProperties' has not been declared matrixcommands.cpp:93: error: `VELOCITY' undeclared (first use this function) matrixcommands.cpp:94: error: `BaseProperties' has not been declared matrixcommands.cpp:102: error: `BaseProperties' has not been declared matrixcommands.cpp:102: error: `PITCH' undeclared (first use this function) matrixcommands.cpp:103: error: `BaseProperties' has not been declared matrixcommands.cpp:113: error: `BaseProperties' has not been declared matrixcommands.cpp:114: error: `BaseProperties' has not been declared matrixcommands.cpp: In member function `Rosegarden::timeT MatrixPercussionInsertionCommand::getEffectiveStartTime (Rosegarden::Segment&, Rosegarden::timeT, Rosegarden::Event&)': matrixcommands.cpp:141: error: `BaseProperties' has not been declared matrixcommands.cpp:141: error: `PITCH' undeclared (first use this function) matrixcommands.cpp:142: error: `BaseProperties' has not been declared matrixcommands.cpp:149: error: `BaseProperties' has not been declared matrixcommands.cpp:150: error: `BaseProperties' has not been declared matrixcommands.cpp: In member function `Rosegarden::timeT MatrixPercussionInsertionCommand::getEndTime(Rosegarden::Segment&, Rosegarden::timeT, Rosegarden::Event&)': matrixcommands.cpp:174: error: `BaseProperties' has not been declared matrixcommands.cpp:174: error: `PITCH' undeclared (first use this function) matrixcommands.cpp:175: error: `BaseProperties' has not been declared matrixcommands.cpp:181: error: `BaseProperties' has not been declared matrixcommands.cpp:182: error: `BaseProperties' has not been declared make[1]: *** [matrixcommands.o] Error 1 make[1]: Leaving directory `/d5/apps/rosegarden_cvs/rosegarden/gui' make: *** [all-recursive] Error 1 Thanks- Larry ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
