Re: problem installing build requirements [Mac OS X 10.4.11]

2009-11-12 Thread Graham Percival
On Wed, Nov 11, 2009 at 11:33:06PM -0500, Kieren MacMillan wrote: Hi Graham, I'll bet you a double-double and 20 timbits[1] that this is because of sudo make, or running sudo at some point when downloading the source? Once you do sudo make clean; sudo make distclean, all the out/ and

Re: problem installing build requirements [Mac OS X 10.4.11]

2009-11-12 Thread Kieren MacMillan
Graham, To clarify, my bet was that your permission problems were caused by sudo make. See above when I said ... you shouldn't have THIS problem any more... (emphasis added) Point. Come on, man. It's 2pm, I have to teach for 3 hours, and I haven't had breakfast yet. I need those timbits.

Re: problem installing build requirements [Mac OS X 10.4.11]

2009-11-12 Thread John Mandereau
Le mercredi 11 novembre 2009 à 23:33 -0500, Kieren MacMillan a écrit : out/dispatcher.dep:1: *** multiple target patterns. Stop. make: *** [all] Error 2 Which Make avatar and version do you use? Best, John signature.asc Description: Ceci est une partie de message numériquement signée

Re: problem installing build requirements [Mac OS X 10.4.11]

2009-11-12 Thread Kieren MacMillan
Hi John, Which Make avatar and version do you use? I don't know what a make avatar is... but when I type make --v it outputs GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO

Re: problem installing build requirements [Mac OS X 10.4.11]

2009-11-12 Thread John Mandereau
Le jeudi 12 novembre 2009 à 09:12 -0500, Kieren MacMillan a écrit : I don't know what a make avatar is... I meant an implementation of Make. AFAIK building LilyPond requires GNU Make. but when I type make --v it outputs GNU Make 3.80 Copyright (C) 2002 Free Software

Re: problem installing build requirements [Mac OS X 10.4.11]

2009-11-12 Thread Kieren MacMillan
Hi John, Ahem *cough* GNU Make 3.81 (which I have on my GNU/Linux system) was released in 2006. I guess we should then require this version for building LilyPond, shouldn't we? You're kidding, right? A 0.01 version difference is stopping me from being able to turn my [huge, but quickly

Re: problem installing build requirements [Mac OS X 10.4.11]

2009-11-12 Thread John Mandereau
Le jeudi 12 novembre 2009 à 09:40 -0500, Kieren MacMillan a écrit : You're kidding, right? A 0.01 version difference is stopping me from being able to turn my [huge, but quickly waning] enthusiasm for Lilypond into useable and useful docs and bugfixes?? Yesterday, I spent hours debugging

Re: problem installing build requirements [Mac OS X 10.4.11]

2009-11-12 Thread Kieren MacMillan
John (and Graham), Thanks for all your help, but after 5+ hours of working on this, I've decided to give up — once I get Mac OS X 10.6 installed (whenever that is), I'll give the build system install another try. Regards, Kieren. ___

problem installing build requirements [Mac OS X 10.4.11]

2009-11-11 Thread Kieren MacMillan
Hello all, I'm trying to get a local build system in place (in order to edit the docs), and can't seem to get past some install errors — specifically sudo port install tetex leads [eventually] to --- Extracting teTeX --- Configuring teTeX --- Building teTeX Error: Target

Re: problem installing build requirements [Mac OS X 10.4.11]

2009-11-11 Thread John Mandereau
Hi Kieren, Le mercredi 11 novembre 2009 à 19:05 -0500, Kieren MacMillan a écrit : I'm trying to get a local build system in place (in order to edit the docs), and can't seem to get past some install errors — specifically sudo port install tetex I don't have a Mac and I have never used

Re: problem installing build requirements [Mac OS X 10.4.11]

2009-11-11 Thread Graham Percival
On Wed, Nov 11, 2009 at 07:05:18PM -0500, Kieren MacMillan wrote: I'm trying to get a local build system in place (in order to edit the docs), and can't seem to get past some install errors — specifically sudo port install tetex I can't see anything obviously wrong in the output... I

Re: problem installing build requirements [Mac OS X 10.4.11]

2009-11-11 Thread Graham Percival
On Thu, Nov 12, 2009 at 01:15:35AM +0100, John Mandereau wrote: Hi Kieren, Le mercredi 11 novembre 2009 à 19:05 -0500, Kieren MacMillan a écrit : I'm trying to get a local build system in place (in order to edit the docs), and can't seem to get past some install errors — specifically

Re: problem installing build requirements [Mac OS X 10.4.11]

2009-11-11 Thread Arthur Reutenauer
can't you grab and install last TeXlive release? (2008, 2009 beta, or 2009 in case it's out) 2009's just been released. Wholeheartedly agreed on advising against teTeX. It has been a great distribution, but there's no point in sticking to it today, years after support has been

Re: problem installing build requirements [Mac OS X 10.4.11]

2009-11-11 Thread Kieren MacMillan
Hi John (et al), can't you grab and install last TeXlive release? (2008, 2009 beta, or 2009 in case it's out) I [apparently] installed texlive. Now, after doing the ./autogen stuff and modifying configure.make, I do sudo make and get chmod 755 out/lilypond-invoke-editor

Re: problem installing build requirements [Mac OS X 10.4.11]

2009-11-11 Thread Graham Percival
On Wed, Nov 11, 2009 at 09:11:28PM -0500, Kieren MacMillan wrote: Hi John (et al), can't you grab and install last TeXlive release? (2008, 2009 beta, or 2009 in case it's out) I [apparently] installed texlive. Now, after doing the ./autogen stuff and modifying configure.make, I do

Re: problem installing build requirements [Mac OS X 10.4.11]

2009-11-11 Thread Kieren MacMillan
Hi Graham, - why modify configure.make ?! that shouldn't be necessary. I tried make, and had problems — specifically, mkdir -p ./out echo 2.13.8 out/VERSION /bin/sh: line 1: out/VERSION: Permission denied make: *** [out/VERSION] Error 1 On

Re: problem installing build requirements [Mac OS X 10.4.11]

2009-11-11 Thread Graham Percival
On Wed, Nov 11, 2009 at 09:35:35PM -0500, Kieren MacMillan wrote: Hi Graham, - why modify configure.make ?! that shouldn't be necessary. I tried make, and had problems — specifically, mkdir -p ./out echo 2.13.8 out/VERSION /bin/sh: line 1: out/VERSION: Permission denied make: ***

Re: problem installing build requirements [Mac OS X 10.4.11]

2009-11-11 Thread Kieren MacMillan
Hi Graham, I'll bet you a double-double and 20 timbits[1] that this is because of sudo make, or running sudo at some point when downloading the source? Once you do sudo make clean; sudo make distclean, all the out/ and out-www/ directories should be gone, and you shouldn't have this problem