Following an svn update and cmake, I get the following. It builds correctly if I disable tests in ccmake. Haven't time to look into it myself at the moment though I imagine the fix should be trivial.
Linking CXX static library libRosegardenSegmentCanvas.a [ 94%] Built target RosegardenSegmentCanvas Linking CXX executable RosegardenTestDriver CMakeFiles/RosegardenTestDriver.dir/test/segmenttransposecommand.o: In function `testUndo()': segmenttransposecommand.cpp:(.text+0xf9): undefined reference to `Rosegarden::SegmentTransposeCommand::SegmentTransposeCommand(Rosegarden::Segment&, bool, int, int, bool)' segmenttransposecommand.cpp:(.text+0x145): undefined reference to `Rosegarden::SegmentTransposeCommand::SegmentTransposeCommand(Rosegarden::Segment&, bool, int, int, bool)' segmenttransposecommand.cpp:(.text+0x18b): undefined reference to `Rosegarden::SegmentTransposeCommand::SegmentTransposeCommand(Rosegarden::Segment&, bool, int, int, bool)' segmenttransposecommand.cpp:(.text+0x1d4): undefined reference to `Rosegarden::SegmentTransposeCommand::SegmentTransposeCommand(Rosegarden::Segment&, bool, int, int, bool)' CMakeFiles/RosegardenTestDriver.dir/test/segmenttransposecommand.o: In function `testSegmentCisToC()': segmenttransposecommand.cpp:(.text+0x38c): undefined reference to `Rosegarden::SegmentTransposeCommand::SegmentTransposeCommand(Rosegarden::Segment&, bool, int, int, bool)' CMakeFiles/RosegardenTestDriver.dir/test/segmenttransposecommand.o:segmenttransposecommand.cpp: (.text+0xccf): more undefined references to `Rosegarden::SegmentTransposeCommand::SegmentTransposeCommand(Rosegarden::Segment&, bool, int, int, bool)' follow collect2: ld returned 1 exit status make[2]: *** [RGbuild/RosegardenTestDriver] Error 1 make[1]: *** [RGbuild/CMakeFiles/RosegardenTestDriver.dir/all] Error 2 make: *** [all] Error 2 Chris ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
