On 2010-11-15, Julien Rioux wrote: > On 13/11/2010 4:51 PM, Patrick McCarty wrote: > > If you want to start again with a pristine git checkout (I don't > > know if this is in the Contributor's Guide yet), the following > > command sequence usually works for me. > > > > make doc-clean > > make distclean > > git clean -f -x > > > > Then proceed with ./autogen.sh , etc. to rebuild. > > > > Let me know if you still have problems after trying this. > > I have done the procedure above to start from a fresh checkout, > compile lilypond and run the same example file I provided in the > beginning of this thread. I get the same error message.
Okay, thanks for testing it though. > I would like to help providing more information on the crash if > necessary. Maybe compile with debug flags? Compiling with debug flags *might* help to narrow down the issue. The easiest way to compile without optimization is by running autogen.sh like so ./autogen.sh --disable-optimising That being said, this could be a problem with Guile on Ubuntu. As an additional test, I would try compiling/installing Guile 1.8.7 from scratch to see if this solves the problem. Can you send the output of running `./autogen.sh --disable-optimising' ? It would be nice to compare that with my output. Thanks, Patrick _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
