$ ./configure; make
...
make[1]: Entering directory `/home/karl/most/music/lilypond/2.8/mf'
make[1]: *** No rule to make target [EMAIL PROTECTED]@', needed by 
`out/CenturySchL-Ital.otf'.  Stop.
make[1]: Leaving directory `/home/karl/most/music/lilypond/2.8/mf'
make: *** [all] Error 2
$

Does not resolve symlinks when looking for gs fonts.

Patch 'cvs diff -u -r lilypond_2_8 configure.in' attached.

Regards
/Karl

Index: configure.in
===================================================================
RCS file: /sources/lilypond/lilypond/configure.in,v
retrieving revision 1.184.2.2
diff -u -r1.184.2.2 configure.in
--- configure.in        9 May 2006 08:21:57 -0000       1.184.2.2
+++ configure.in        22 May 2006 16:15:11 -0000
@@ -75,6 +75,7 @@
       NCSB_FILE=`$FCMATCH --verbose 'Century Schoolbook L:style=$style' | grep 
'file:'`
 
       NCSB_FILE=`echo $NCSB_FILE | sed 's/^.*"\(.*\)".*$/\1/g'`
+      NCSB_FILE=`readlink -f $NCSB_FILE`
       NCSB_SOURCE_FILES="$NCSB_FILE $NCSB_SOURCE_FILES"
     done
   else
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to