byte compilation of lyx2lyx files

2005-09-11 Thread Angus Leeming
Luis Rivera reports that "make install" is failing for him because he doesn't have python installed. Could someone sort this out please. -- Angus

Re: byte compilation of lyx2lyx files

2005-09-20 Thread Jean-Marc Lasgouttes
> "Luis" == Luis Rivera <[EMAIL PROTECTED]> writes: Luis> JMarc, Sorry Luis, I forgot to answer. >> Luis> You'll find the log below: >> The line that is a problem is probably: PYTHON='' whereas I would >> have liked to see PYTHON=':' >> >> I think my version of the automake python macro ju

Re: byte compilation of lyx2lyx files

2005-09-20 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Luis> automake 1.7.1, running on mingw/msys, on win98. I think this is the problem. Automake 1.8 has had fixes for people who do not have python installed. Do you have the possibility to upgrade? Then we should update autogen.sh to exit if automake < 1.8? Angus

Re: byte compilation of lyx2lyx files

2005-09-20 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes wrote: Luis> automake 1.7.1, running on mingw/msys, on win98. >> I think this is the problem. Automake 1.8 has had fixes for people >> who do not have python installed. Do you have the possibility to >> upgrade?

Re: byte compilation of lyx2lyx files

2005-09-12 Thread Luis Rivera
Hello, The exact problem is as follows: tried to compile tex2lyx using Angus's shell script on my win98 system. Compilation failed because the script couldn't find python, apparently required to byte-compile lyx2lyx. Python is not part of the mingw/msys/DTKmsys combo, so it may have trouble call

Re: byte compilation of lyx2lyx files

2005-09-12 Thread Angus Leeming
On Monday 12 September 2005 22:42, Luis Rivera wrote: > Hello, > > The exact problem is as follows: tried to compile tex2lyx using Angus's > shell script on my win98 system. Compilation failed because the script > couldn't find python, apparently required to byte-compile lyx2lyx. > Python is not p

Re: byte compilation of lyx2lyx files

2005-09-12 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Luis Rivera reports that "make install" is failing for him because he | doesn't have python installed. Could someone sort this out please. Hmm... we kindo require python for building. So to speak... I am not sure that we should even try to sort this on

Re: byte compilation of lyx2lyx files

2005-09-12 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Luis Rivera reports that "make install" is failing for him because he > | doesn't have python installed. Could someone sort this out please. > > Hmm... we kindo require python for building. We do? Where? Since when? T

Re: byte compilation of lyx2lyx files

2005-09-13 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | > Angus Leeming <[EMAIL PROTECTED]> writes: | > | > | Luis Rivera reports that "make install" is failing for him because he | > | doesn't have python installed. Could someone sort this out please. | > | > Hmm... we kindo

Re: byte compilation of lyx2lyx files

2005-09-13 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Angus Leeming <[EMAIL PROTECTED]> writes: | | | Lars Gullik Bjønnes wrote: | | | | > Angus Leeming <[EMAIL PROTECTED]> writes: | | > | | > | Luis Rivera reports that "make install" is failing for him because he | | > | doesn't have python instal

Re: byte compilation of lyx2lyx files

2005-09-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Luis Rivera reports that "make install" is failing for him Angus> because he doesn't have python installed. Could someone sort Angus> this out please. I need more details, could you point me to the relevant thread? Basically, this

Re: byte compilation of lyx2lyx files

2005-09-13 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Angus Leeming Lars> <[EMAIL PROTECTED]> writes: Lars> | Lars> | | Lars Gullik Bjønnes wrote: Lars> | | Lars> | | > Angus Leeming <[EMAIL PROTECTED]> writes: Lars> | | > Lars>

Re: byte compilation of lyx2lyx files

2005-09-13 Thread Jose' Matos
On Tuesday 13 September 2005 10:44, Jean-Marc Lasgouttes wrote: > Actually, I do not see why it should not work when PYTHON=:. That's > why I'd like to see the error first. I am puzzled as well. We made the support for python conditional, it should not fail if python is not present. > JMarc -

Re: byte compilation of lyx2lyx files

2005-09-13 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> Luis Rivera reports that "make install" is failing for him > Angus> because he doesn't have python installed. Could someone sort > Angus> this out please. > I need more details, could you point me to the relevant thread? > Basically, this is supposed to work pr

Re: byte compilation of lyx2lyx files

2005-09-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Luis didn't provide much information. Just the second paragraph Angus> here, IIRC: Angus> http://article.gmane.org/gmane.editors.lyx.devel:47931 Yes, I saw that. Angus> I'll drop him a line. Thanks. JMarc

Re: byte compilation of lyx2lyx files

2005-09-13 Thread Luis Rivera
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Luis didn't provide much information. Just the second paragraph > Angus> here, IIRC: > Angus> http://article.gmane.org/gmane.editors.lyx.devel:47931 > > Yes, I saw that. >

Re: byte compilation of lyx2lyx files

2005-09-14 Thread Jean-Marc Lasgouttes
> "Luis" == Luis Rivera <[EMAIL PROTECTED]> writes: Luis> JMarc, Luis> You'll find the log below: The line that is a problem is probably: PYTHON='' whereas I would have liked to see PYTHON=':' I think my version of the automake python macro just does that. What is your version of automake?

Re: byte compilation of lyx2lyx files

2005-09-14 Thread Luis Rivera
--- Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > > "Luis" == Luis Rivera <[EMAIL PROTECTED]> writes: > > Luis> JMarc, > > Luis> You'll find the log below: > > The line that is a problem is probably: > PYTHON='' > whereas I would have liked to see > PYTHON=':' > > I think my version of