lilypond-devel
[Top][All Lists]
Advanced

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

Re: Guile and Lily


From: Erlend Aasland
Subject: Re: Guile and Lily
Date: Thu, 18 Jan 2007 01:29:07 +0100

Ok, compiled successfully with this change:

diff --git a/lily/include/lily-guile.hh b/lily/include/lily-guile.hh
index 6eef555..d9387cb 100644
--- a/lily/include/lily-guile.hh
+++ b/lily/include/lily-guile.hh
@@ -20,7 +20,7 @@
   Hack for various MacOS incarnations.
  */
 #ifndef GUILE_ELLIPSIS
-#define GUILE_ELLIPSIS
+#define GUILE_ELLIPSIS ...
 #endif
 
 #include "guile-compatibility.hh"


Erlend

On 1/18/07, Erlend Aasland <address@hidden> wrote:
Hmmm, can it be related to this:

lily/include/lily-guile.hh:

/*
  Hack for various MacOS incarnations.
 */
#ifndef GUILE_ELLIPSIS
#define GUILE_ELLIPSIS
#endif


Forgot to mention that I'm on MacOSX 10.4.8...


Erlend


On 1/18/07, Erlend Aasland < address@hidden> wrote:
Hello,

I've compiled and installed guile-1.8 + rational patch, and I'm now trying to compile Lily against this. All is fine until the build-system reach the lily/ subdir:

accidental-placement.cc: In function 'void Accidental_placement_calc_positioning_done_init_functions()':
accidental-placement.cc:246: error: invalid conversion from 'scm_unused_struct* (*)()' to 'scm_unused_struct* (*)(...)'
accidental-placement.cc:246: error:   initializing argument 5 of 'scm_unused_struct* scm_c_define_gsubr(const char*, int, int, int, scm_unused_struct* (*)(...))'
make[1]: *** [out/accidental-placement.o] Error 1
make: *** [all] Error 2


Any ideas?

In the meantime I'll try to build against guile-cvs and see if that helps...


Regards,
  Erlend



reply via email to

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