2016-01-08 23:52 GMT+01:00 David Kastrup <[email protected]>: > Thomas Morley <[email protected]> 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 _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
