On 5/5/21 11:53 PM, david wrote:
But when I tried to print preview it, Lilypond gave me this error:
Processing terminated due to fatal errors.
Ideas?

There is a test you can run if you do a debug build. If you didn't do a debug build, you'll need to run cmake again. I usually delete my build directory and start over with the build process. Not sure if that's still needed. At the cmake step be sure to use the option that turns on debug:

    cmake .. -DCMAKE_BUILD_TYPE=Debug

Once you have a debug build, do a "make test" from the build directory. It should look like this once it is done:

$ make test
Running tests...
Test project /home/ted/tmp/devel/rosegarden/rosegarden-workspace/rosegarden-git/build
    Start 1: realtime
1/9 Test #1: realtime .........................   Passed    0.33 sec
    Start 2: accidentals
2/9 Test #2: accidentals ......................   Passed    0.30 sec
    Start 3: segmenttransposecommand
3/9 Test #3: segmenttransposecommand ..........   Passed    0.29 sec
    Start 4: test_notationview_selection
4/9 Test #4: test_notationview_selection ......   Passed    1.50 sec
    Start 5: transpose
5/9 Test #5: transpose ........................   Passed    0.31 sec
    Start 6: reference_segment
6/9 Test #6: reference_segment ................   Passed    0.33 sec
    Start 7: utf8
7/9 Test #7: utf8 .............................   Passed    0.29 sec
    Start 8: testmisc
8/9 Test #8: testmisc .........................   Passed    2.12 sec
    Start 9: lilypond_export_test
9/9 Test #9: lilypond_export_test .............   Passed   22.86 sec

100% tests passed, 0 tests failed out of 9

Total Test time (real) =  28.36 sec


  Let us know how that goes.

Ted.


_______________________________________________
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user

Reply via email to