bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Release 1.5.27 Compile Error Correction


From: Howard & Theresa Selover
Subject: Release 1.5.27 Compile Error Correction
Date: Wed, 26 Dec 2001 23:12:56 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011226

The patch file contains a correction to a compile error on Red Hat 7.2 Linux using the GCC 2.96 compiler.

I experienced another build error that was corrected by updating bison to the 1.30 version. Using an older version of bison, the bison output file moved from the lily directory to the lily/out directory has a different name.

Howard
*** lilypond-1.5.27-orig/lily/include/lily-guile.hh     Sun Dec 23 18:04:03 2001
--- lilypond-1.5.27/lily/include/lily-guile.hh  Wed Dec 26 18:27:26 2001
***************
*** 93,99 ****
  SCM ly_truncate_list (int k, SCM l );
  
  
! #if (__GNUC__ > 2)
  /*
    todo: should add check for x86 as well
   */
--- 93,99 ----
  SCM ly_truncate_list (int k, SCM l );
  
  
! #if (__GNUC__ >= 2)
  /*
    todo: should add check for x86 as well
   */

reply via email to

[Prev in Thread] Current Thread [Next in Thread]