Am 31.05.2013 09:14, schrieb Stephan Witt:

Uwe, please test if it works for you.

LyX does currently not compile. But I think your change was inncomplete because:

        configure_command_ = os::python() + ' ' +
                        quoteName(configure_script.toFilesystemEncoding(), 
quote_python) +

here we have the quote_python tag so we should it have here too:

+                       
quoteName(FileName(binary_dir().absFileName()).toFilesystemEncoding());

So I would assume that

quoteName(FileName(binary_dir().absFileName()).toFilesystemEncoding(), 
quote_python);

is correct.

regards Uwe

Reply via email to