Re: LyX 1.3.6pre and cygwin

2005-06-18 Thread Enrico Forestieri
Paul A. Rubin <[EMAIL PROTECTED]> writes: > > Enrico Forestieri wrote: [snip] > > Actually, when I try to execute python through the symlink in a *cmd.exe* > > I get this kind of requester: > > > > > > | Sottosistema MS-DOS a 16 bit

Re: LyX 1.3.6pre and cygwin

2005-06-18 Thread Paul A. Rubin
Enrico Forestieri wrote: Angus Leeming <[EMAIL PROTECTED]> writes: Enrico Forestieri wrote: Angus Leeming ...> writes: Enrico Forestieri wrote: Hi all, [snip] The second problem is that, in cygwin, python.exe is a soft link to the real program python2.4.exe and thus it is not rec

Re: LyX 1.3.6pre and cygwin

2005-06-18 Thread Enrico Forestieri
Angus Leeming <[EMAIL PROTECTED]> writes: > > Enrico Forestieri wrote: > > > Angus Leeming ...> writes: > > > >> > >> Enrico Forestieri wrote: > >> > Hi all, > > > > [snip] > > > >> > The second problem is that, in cygwin, python.exe is a soft link to > >> > the real program python2.4.exe a

Re: LyX 1.3.6pre and cygwin

2005-06-14 Thread Andre Poenitz
On Tue, Jun 14, 2005 at 01:17:28AM +0100, Angus Leeming wrote: > However, I looked at this post, and it seems to be wrong to me.  On my > test system, windows is quite happy executing the symbolic link > "c:\cygwin\bin\python.exe".  The main problem is that since that is a > cygwin program, it n

Re: LyX 1.3.6pre and cygwin

2005-06-14 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Enrico Forestieri wrote: >> The third problem is that the perl script reLyX is not detected by >> configure if the /bin directory is not in the path. >> However, to actually use reLyX another wrapper batch file is >> needed: >> >>

Re: LyX 1.3.6pre and cygwin

2005-06-14 Thread Angus Leeming
Enrico Forestieri wrote: > The third problem is that the perl script reLyX is not detected by > configure if the /bin directory is not in the path. However, to > actually use reLyX another wrapper batch file is needed: > > $ cat reLyX.bat > @echo off > perl.exe "C:/Programmi/LyX/bin/reLyX" %1 %2

Re: LyX 1.3.6pre and cygwin

2005-06-14 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> Hm. I don't suppose that it would be too terrible to always >> copy rather than link this file. Jean-Marc? Angus> Ping! Yes, the patch is OK. I committed the two following versions. JMarc Index: lib/ChangeLog ==

Re: LyX 1.3.6pre and cygwin

2005-06-14 Thread Angus Leeming
Angus Leeming wrote: >> $ diff configure.orig configure >> 1189,1190c1189,1190 >> < ln -s "${srcdir}"/chkconfig.ltx . >> < rmlink=true >> --- >> >>>cp "${srcdir}"/chkconfig.ltx . >>>rmcopy=true >> >> 1227c1227 >> < test -n "${rmlink}" && rm -f chkconfig.ltx >> --- >> >>> test

Re: LyX 1.3.6pre and cygwin

2005-06-13 Thread Angus Leeming
Enrico Forestieri wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > >> >> Enrico Forestieri wrote: >> > Hi all, > > [snip] > >> > The second problem is that, in cygwin, python.exe is a soft link to >> > the real program python2.4.exe and thus it is not recognized as an >> > executable. >>

Re: LyX 1.3.6pre and cygwin

2005-06-12 Thread Enrico Forestieri
Angus Leeming <[EMAIL PROTECTED]> writes: > > Enrico Forestieri wrote: > > Hi all, [snip] > > The second problem is that, in cygwin, python.exe is a soft link to the > > real program python2.4.exe and thus it is not recognized as an executable. > > So why would soft links exist? Or do they wor

Re: LyX 1.3.6pre and cygwin

2005-06-12 Thread Angus Leeming
Enrico Forestieri wrote: Hi all, Hello, Enrico. Many thanks for a superb piece of detective work! I tried the latest prelease of lyx 1.3.6 (version 12)using cygwin tools (i.e., sh, python, perl & co.) and it works after some tweaking. First of all, when trying to reconfigure lyx through Edit