Re: [PATCH] Assorted fixes for macosx 10.2.8

2005-12-14 Thread Johannes Schindelin
Hi, On Fri, 9 Dec 2005, Johannes Schindelin wrote: > On Thu, 8 Dec 2005, Matthias Neeracher wrote: > > > > > On Dec 8, 2005, at 10:26 AM, [EMAIL PROTECTED] wrote: > > > From: Johannes Schindelin <[EMAIL PROTECTED]> > > > > > > On Wed, 7 Dec 2005, Graham Percival wrote: > > > > > > > I don't u

Re: Python patch, was Re: [PATCH] Assorted fixes for macosx 10.2.8

2005-12-10 Thread Han-Wen Nienhuys
Graham Percival wrote: On 9-Dec-05, at 6:16 AM, Johannes Schindelin wrote: I do not know any longer why I had to set the SHARED_CFLAGS in compile-vars.make. Just tested the following patch, which works fine here: Thanks, this also works for me. (OSX 10.3.9, libraries installed via fink) H

Re: Python patch, was Re: [PATCH] Assorted fixes for macosx 10.2.8

2005-12-10 Thread Graham Percival
On 9-Dec-05, at 6:16 AM, Johannes Schindelin wrote: I do not know any longer why I had to set the SHARED_CFLAGS in compile-vars.make. Just tested the following patch, which works fine here: Thanks, this also works for me. (OSX 10.3.9, libraries installed via fink) Han-Wen, can this be app

Python patch, was Re: [PATCH] Assorted fixes for macosx 10.2.8

2005-12-09 Thread Johannes Schindelin
Hi, I do not know any longer why I had to set the SHARED_CFLAGS in compile-vars.make. Just tested the following patch, which works fine here: diff --git a/stepmake/stepmake/generic-vars.make b/stepmake/stepmake/generic-vars.make index fc7e89e..0de08f8 100644 --- a/stepmake/stepmake/generic-vars

Re: [PATCH] Assorted fixes for macosx 10.2.8

2005-12-09 Thread Johannes Schindelin
Hi, On Thu, 8 Dec 2005, Matthias Neeracher wrote: > > On Dec 8, 2005, at 10:26 AM, [EMAIL PROTECTED] wrote: > > From: Johannes Schindelin <[EMAIL PROTECTED]> > > > > On Wed, 7 Dec 2005, Graham Percival wrote: > > > > > I don't understand most of these patch, > > > > I'll try to explain: > >

Re: [PATCH] Assorted fixes for macosx 10.2.8

2005-12-08 Thread Matthias Neeracher
On Dec 8, 2005, at 10:26 AM, [EMAIL PROTECTED] wrote:From: Johannes Schindelin <[EMAIL PROTECTED]>On Wed, 7 Dec 2005, Graham Percival wrote: I don't understand most of these patch, I'll try to explain:  pathsettings:  @echo export PATH=$(PATH)+ @echo export LILYPOND_DATADIR=$(LILYPONDPREFIX)  @echo

Re: [PATCH] Assorted fixes for macosx 10.2.8

2005-12-07 Thread Johannes Schindelin
Hi, On Wed, 7 Dec 2005, Graham Percival wrote: > I don't understand most of these patch, I'll try to explain: > > diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile > > index 6ab1df3..9b9821a 100644 > > --- a/Documentation/user/GNUmakefile > > +++ b/Documentation/user/

Re: [PATCH] Assorted fixes for macosx 10.2.8

2005-12-07 Thread Han-Wen Nienhuys
Graham Percival wrote: I don't understand most of these patch, but I found the stepmake/stepmake/*-vars.make patches very useful. (I can now compile lily again! :)Han-Wen, could I apply those? -#(use-modules (scm display-lily)) -#(display-lily-init parser) -displayLilyMusic = -#(def-mu

Re: [PATCH] Assorted fixes for macosx 10.2.8

2005-12-07 Thread Graham Percival
I don't understand most of these patch, but I found the stepmake/stepmake/*-vars.make patches very useful. (I can now compile lily again! :)Han-Wen, could I apply those? - Graham On 3-Dec-05, at 3:54 AM, Johannes Schindelin wrote: --- Documentation/user/GNUmakefile |1 + li

[PATCH] Assorted fixes for macosx 10.2.8

2005-12-03 Thread Johannes Schindelin
These fixes are in my private tree to fix several issues with the compilation: - fix in-tree compilation of user documentation - fix dependency on FlexLexer.h - lexer-gcc-3.1.sh does not work for me, so I have my own - to compile the midi extension for python, special flags are needed One very u