Re: Problems compiling trunk on OS X 10.5

2009-08-30 Thread Graham Percival
On Sun, Aug 30, 2009 at 11:04:43PM -0400, Travis Briggs wrote: > Which is to say, I have successfully compiled the lilypond trunk > (2.13.4) on Mac OS X 10.5.8 (Leopard) x86 Intel. > > Thanks for the help, I'll write up a step-by-step of what I did > tomorrow and post it. That won't be useful --

Re: Problems compiling trunk on OS X 10.5

2009-08-30 Thread Patrick McCarty
On 2009-08-30, Travis Briggs wrote: > > Also I've run into further issues, since my > /opt/local/share/ghostscript/fonts/ doesn't contain any of the c0590* > files. Ah, this might be a problem too... What are the names of the Century Schoolbook L fonts you had installed in that directory (before

Re: Problems compiling trunk on OS X 10.5

2009-08-30 Thread Patrick McCarty
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

Re: Problems compiling trunk on OS X 10.5

2009-08-30 Thread Travis Briggs
It's alive! It's alive! Which is to say, I have successfully compiled the lilypond trunk (2.13.4) on Mac OS X 10.5.8 (Leopard) x86 Intel. Thanks for the help, I'll write up a step-by-step of what I did tomorrow and post it. -Travis On Sun, Aug 30, 2009 at 10:40 PM, Travis Briggs wrote: > I use

Re: Problems compiling trunk on OS X 10.5

2009-08-30 Thread Travis Briggs
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_tes

Re: Problems compiling trunk on OS X 10.5

2009-08-30 Thread Patrick McCarty
On 2009-08-30, Travis Briggs wrote: > Here's an update: > > I found the following in config.make: > NCSB_SOURCE_FILES = /Library/Fonts/Hei.dfont /Library/Fonts/Hei.dfont > /Library/Fonts/Hei.dfont /Library/Fonts/Hei.dfont > > Looks like my fc-match was returning that because it was from > foundry

Re: Problems compiling trunk on OS X 10.5

2009-08-30 Thread Travis Briggs
Here's an update: I found the following in config.make: NCSB_SOURCE_FILES = /Library/Fonts/Hei.dfont /Library/Fonts/Hei.dfont /Library/Fonts/Hei.dfont /Library/Fonts/Hei.dfont Looks like my fc-match was returning that because it was from foundry=urw. I didn't have the NCSB fonts in a place that l

Re: Problems compiling trunk on OS X 10.5

2009-08-30 Thread Graham Percival
On Sun, Aug 30, 2009 at 02:06:11PM -0400, Travis Briggs wrote: > I'm following the instructions on > http://lilypond.org/doc/v2.13/Documentation/topdocs/INSTALL.html Those instructions may be out of date. Could you compare them to these two pages: http://ivo.bouwmans.name/lilypondleopard/ http://

Problems compiling trunk on OS X 10.5

2009-08-30 Thread Travis Briggs
Hi, I'm following the instructions on http://lilypond.org/doc/v2.13/Documentation/topdocs/INSTALL.html I've installed all required dependencies using macports. I've also done 'export LD_LIBRARY_PATH=/opt/local/lib' to get around: "libguile-srfi-srfi-1-v-3", message: "file not found" Now I'm stu