ice-9/psyntax.scm:1417:32: Syntax error:

2012-03-10 Thread Karl Hammar
Do anyone have a clue what to do about this error:

$ git describe
release/2.15.33-1-4-gb04051d
$ ./autogen.sh  http://turkos.aspodata.se/tmp/log.autogen.sh
$ make all  http://turkos.aspodata.se/tmp/log.make 21
$ tail log.make 
;;; compiling 
/var/home/karl/Net/git/lilypond/out/share/lilypond/current/scm/part-combiner.scm
;;; WARNING: compilation of 
/var/home/karl/Net/git/lilypond/out/share/lilypond/current/scm/part-combiner.scm
 failed:
;;; ERROR: Syntax error:
;;; unknown location: source expression failed to match any pattern in form when
ice-9/psyntax.scm:1417:32: In procedure expand-macro:
ice-9/psyntax.scm:1417:32: Syntax error:
unknown location: source expression failed to match any pattern in form when
make[1]: *** [out/internals.texi] Error 1
make[1]: Leaving directory `/var/home/karl/Net/git/lilypond/Documentation'
make: *** [all] Error 2
$

Regards,
/Karl Hammar

---
Aspö Data
Lilla Aspö 148
S-742 94 Östhammar
Sweden
+46 173 140 57



___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: ice-9/psyntax.scm:1417:32: Syntax error:

2012-03-10 Thread David Kastrup
k...@aspodata.se (Karl Hammar) writes:

 Do anyone have a clue what to do about this error:

 $ git describe
 release/2.15.33-1-4-gb04051d
 $ ./autogen.sh  http://turkos.aspodata.se/tmp/log.autogen.sh
 $ make all  http://turkos.aspodata.se/tmp/log.make 21
 $ tail log.make 
 ;;; compiling
 /var/home/karl/Net/git/lilypond/out/share/lilypond/current/scm/part-combiner.scm
 ;;; WARNING: compilation of
 /var/home/karl/Net/git/lilypond/out/share/lilypond/current/scm/part-combiner.scm
 failed:
 ;;; ERROR: Syntax error:
 ;;; unknown location: source expression failed to match any pattern in form 
 when
 ice-9/psyntax.scm:1417:32: In procedure expand-macro:
 ice-9/psyntax.scm:1417:32: Syntax error:
 unknown location: source expression failed to match any pattern in form when
 make[1]: *** [out/internals.texi] Error 1
 make[1]: Leaving directory `/var/home/karl/Net/git/lilypond/Documentation'
 make: *** [all] Error 2
 $

Guilev2 is not supported yet.  What does autoconf tell?

-- 
David Kastrup


___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: ice-9/psyntax.scm:1417:32: Syntax error:

2012-03-10 Thread Karl Hammar
David:
 k...@aspodata.se (Karl Hammar) writes:
  Do anyone have a clue what to do about this error:
...
  $ ./autogen.sh  http://turkos.aspodata.se/tmp/log.autogen.sh
...
 Guilev2 is not supported yet.  What does autoconf tell?

$ grep -iC2 guile log.autogen.sh 
checking for working metafont mode... ljfour
checking for kpsewhich... kpsewhich
checking for guile-config... guile-config
checking guile-config version... 2.0.5
checking guile compile flags... -pthread -I/usr/include/guile/2.0  
checking guile link flags... -lguile-2.0 -lgc  
checking libguile.h usability... yes
checking libguile.h presence... yes
checking for libguile.h... yes
checking for scm_boot_guile in -lguile... no
checking for scm_boot_guile... yes
checking for scm_t_hash_fold_fn... yes
checking for scm_t_hash_handle_fn... yes
checking for scm_t_subr... yes
checking for usable C++ demangler... yes
checking GUILE rational bugfix... ok
checking for python-config... python-config
checking Python.h usability... yes
--
checking for -windres... no
checking for windres... no
checking for guile... guile
checking for guile... /usr/bin/guile
checking for perl... perl
checking for perl... /usr/local/bin/perl
$

Ok, I'll try to downgrade guile then, thanks.

Regards,
/Karl Hammar

---
Aspö Data
Lilla Aspö 148
S-742 94 Östhammar
Sweden
+46 173 140 57



___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel