On Sunday 27 April 2014 18:45:02 lux-integ wrote: > Greetings #sorry about the errors in the original email Below is the fixed version #
Greetings I want to compile lilypond ( http://lilypond.org/doc/v2.18/Documentation/topdocs/INSTALL.html ) on a computer with these:- --os blfs, gcc-4.8.1, guile-2.0.9 -- cpu amd64 Unfortunaely all versions of lilypond ( including 'new??' stuff from git ) require guile <1.9.0 to build. I tried versions 1.8.8 and 1.8.7 And for both, make ends in failure like so:- ########################### async.c: In function 'scm_i_queue_async_cell': async.c:243:14: error: variable 'count' set but not used [-Werror=unused-but- set-variable] size_t count; cc1: all warnings being treated as errors make[3]: *** [libguile_la-async.lo] Error 1 ############################ I tried applying the guile-1.8.7-snarf-1.patch which I dug out an an old blfs recipe but it made no difference. ( So It could either be a compiler problem, -because I built guile-1.8.7 in the past on the same machine but with different versions of gcc/glibc -or it is related to already having guile-2.0.9 installed. ) Help would be appreciated Thanks in advance sincerely luxinteg -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
