lilypond-devel
[Top][All Lists]
Advanced

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

Re: guilev2-work [was: LilyPond boolean syntax? \true and \false]


From: Thomas Morley
Subject: Re: guilev2-work [was: LilyPond boolean syntax? \true and \false]
Date: Sat, 9 Jan 2016 14:11:22 +0100

2016-01-08 23:52 GMT+01:00 David Kastrup <address@hidden>:
> Thomas Morley <address@hidden> writes:
[...]
>
> I seem to remember you had to run meta/guile in order to have it find
> its modules.

Not sure what you mean.

scheme@(guile-user)> (use-modules (srfi srfi-1))
scheme@(guile-user)> last
$1 = #<procedure last (pair)>
scheme@(guile-user)> (last '(1 2 3))
$2 = 3
scheme@(guile-user)>

Looks ok.

>
>> Next step would be (trying) to compile LilyPond with guilev2, right?
>
> Sure.
>
>> There is an option to do that, I vaguely remember. Let's see, if I find it 
>> ...
>
> --with-guilev2 I think, but it's mentioned when doing ./configure --help

Found it.

>
> But you have to point it to your guilev2 libraries somehow.

Here I got stucked. Done in a fresh cloned git-repository:

~/lilypond-git/build (master)$ ../configure --enable-guile2

complains:

ERROR: Please install required programs:  guile-config >= 2.0.7
(installed: 1.8.8) (guile-devel, guile-dev or libguile-dev package)

Well, no surprise. But how to point to my guilev2?

Or should I redo all in lily-dev?
Right now I'm on 64-bit. If I ever proceed far enough to touch GUB ...
I seem to remember it works 32-bit only, not sure though.

Cheers,
  Harm



reply via email to

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