Enrico Forestieri a écrit :
On Sat, Apr 29, 2006 at 02:24:21PM +0200, Abdelrazak Younes wrote:
Enrico Forestieri a écrit :
If you just copied the exe inside a 1.4.1 directory, I think there is a mismatch between configure.sh and configure.py. Please try the full package.

Nope, it was the full package.

OK.

I also tried running the native lyx 1.4.1 I build by myself from a
cmd.exe terminal and it worked flawlessly, but the cygwin lyx 1.5 also
hangs on reconfigure when run from cmd.exe. This pointed me to a
problem with configure.py.

After some investigation it turned out that the python mkstemp()
function uses the directory defined in the TEMP environment variable
if it is set. In a cygwin shell TEMP is not set, so /tmp is used, but
in a cmd.exe TEMP is set to a path in short form dos style
containing '~' characters and this hurts latex.

Please, can you see if the attached patch can be applied to both trunk
and branch?

And does your patch to configure.py solve the crash of the "open file" button? If yes, that's wonderful, if no could you describe what you have in your personal LyX-svn directory? In particular, do you have something in the "ui" subdir? (You should have nothing) Same question for your where you installed my lyx-svn package, do you have a regular "Ressources/ui/stdtoolbars.ui"?

Abdel.

Reply via email to