On 2009-08-30, Travis Briggs wrote: > I used the git command in the INSTALL document > (http://lilypond.org/doc/v2.13/Documentation/topdocs/INSTALL.html#Downloading-source-code) > > git clone git://git.sv.gnu.org/lilypond.git > > In my configure script, I have the following at line 4547: > > if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x > "$as_dir/$ac_word$ac_exec_ext"; }; then > ac_cv_prog_FCMATCH="fc-match" > $as_echo "$as_me:${as_lineno-$LINENO}: found > $as_dir/$ac_word$ac_exec_ext" >&5 > break 2 > fi > > then, a few more lines down: > > FCMATCH=$ac_cv_prog_FCMATCH > ... > if test "$FCMATCH" != ""; then > for style in Roman Italic "Bold Italic" Bold; do > NCSB_FILE=`$FCMATCH --verbose "Century Schoolbook > L:style=$style:foundry=urw" | grep 'file:' | grep -v "\.ttf"` > > NCSB_FILE=`echo $NCSB_FILE | sed 's/^.*"\(.*\)".*$/\1/g'` > NCSB_FILE=`$PYTHON "$srcdir/scripts/auxiliar/readlink.py" $NCSB_FILE` > NCSB_SOURCE_FILES="$NCSB_FILE $NCSB_SOURCE_FILES" > done > else
I'm glad you got it working, but it doesn't look like you have cloned the latest git. Here is the relevant section of configure.in that was updated 3-4 days ago: http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=blob;f=configure.in;h=baf86aeb1b9a19c953aef42b618086bf7734a63d;hb=b0d6753671d45fa4e1ae763d2fd2efdcee8ac649#l61 Can you report the configure output from the latest "trunk" ? If that does not work, I would like to debug this issue, if possible. Thanks, Patrick _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
