Re: PATCH to solve the sub process problems on Mac OS X 10.10 (Yosemite)

2014-10-26 Thread Stephan Witt
Am 26.10.2014 um 01:00 schrieb Stephan Witt : > Hi LyXers, > > the latest days we got more and more reports about LyX not working > on the newest Mac OS X Yosemite. See here for an excellent analysis > of the cause of the problem: > http://tex.stackexchange.com/questions/208181/why-did-my-tex-rel

Re: PATCH to solve the sub process problems on Mac OS X 10.10 (Yosemite)

2014-10-26 Thread Pavel Sanda
Stephan Witt wrote: > This patch may be the core of an emergency release LyX 2.1.2.1. > > Alternatively, a new version 2.1.3 can be made with this patch on top of > the 2.1.x branch. This may be an option if possible in short time. > > Is there any good argument pro or contra for the alternatives

Compiler errors with Cmake build with clang6.0

2014-10-26 Thread Stephan Witt
I’ve tested the LyX build with clang6.0 - the system compiler of Mac OS X 10.10. The automake build is working. The Cmake generated project build stops with typedef redefinition errors. Somehow the strfwd.h causes the error about redefinition of docstring and other types. I’d guess the compiler fla

Re: [PATCH] should we increase this magic number? (LaTeX log scanning code)

2014-10-26 Thread Pavel Sanda
Scott Kostyshak wrote: > > The performance difference seems to be negligible here. I would be rather > > worrier > > whether we can't catch unrelated error... P > > I think see your point. For there to be a problem, there would have to > be two "! " lines before there is a "l." line (which let's

Re: Yosemite + LyX

2014-10-26 Thread Richard Heck
On 10/25/2014 07:26 AM, Stephan Witt wrote: Am 24.10.2014 um 01:10 schrieb Stephan Witt : Am 23.10.2014 um 23:07 schrieb Stephan Witt : Am 23.10.2014 um 19:19 schrieb Richard Heck : On 10/23/2014 11:47 AM, Stephan Witt wrote: Am 23.10.2014 um 17:16 schrieb Richard Heck : On 10/23/2014 04:0

Re: 3 compilation warnings in trunk with conversion of double to int

2014-10-26 Thread Richard Heck
On 10/26/2014 08:37 AM, Uwe Stöhr wrote: After a long time I found time to take care of LyX. At first I compiles master and got 3 compilation warnings: * ..\..\src\Row.cpp(386): warning C4244: '=': conversion from 'double' to 'int', possible dataloss [D:\LyXGit\Master\compile-result\src\LyX.v

3 compilation warnings in trunk with conversion of double to int

2014-10-26 Thread Uwe Stöhr
After a long time I found time to take care of LyX. At first I compiles master and got 3 compilation warnings: * ..\..\src\Row.cpp(386): warning C4244: '=': conversion from 'double' to 'int', possible dataloss [D:\LyXGit\Master\compile-result\src\LyX.vcxproj] * ..\..\src\Row.cpp(408): warnin

Test

2014-10-26 Thread Richard Heck
Is the list working now? Sent at 10PM GMT on Sunday.

Re: Yosemite + LyX

2014-10-26 Thread Stephan Witt
Am 25.10.2014 um 17:31 schrieb Richard Heck : > On 10/25/2014 07:26 AM, Stephan Witt wrote: >> Am 24.10.2014 um 01:10 schrieb Stephan Witt : >> >>> Am 23.10.2014 um 23:07 schrieb Stephan Witt : Am 23.10.2014 um 19:19 schrieb Richard Heck : > On 10/23/2014 11:47 AM, Stephan Witt wrote: >>

Re: Yosemite + LyX

2014-10-26 Thread Richard Heck
On 10/25/2014 11:57 AM, Stephan Witt wrote: Am 25.10.2014 um 17:31 schrieb Richard Heck : On 10/25/2014 07:26 AM, Stephan Witt wrote: The next question is - if it is fixed in master - what we want to do with 2.1.x. Well, my guess is that we have to do *something*, the question is what. I'd be

Re: Yosemite + LyX

2014-10-26 Thread Stephan Witt
Am 24.10.2014 um 01:10 schrieb Stephan Witt : > Am 23.10.2014 um 23:07 schrieb Stephan Witt : >> Am 23.10.2014 um 19:19 schrieb Richard Heck : >>> On 10/23/2014 11:47 AM, Stephan Witt wrote: Am 23.10.2014 um 17:16 schrieb Richard Heck : > On 10/23/2014 04:02 AM, Stephan Witt wrote:

PATCH to solve the sub process problems on Mac OS X 10.10 (Yosemite)

2014-10-26 Thread Stephan Witt
Hi LyXers, the latest days we got more and more reports about LyX not working on the newest Mac OS X Yosemite. See here for an excellent analysis of the cause of the problem: http://tex.stackexchange.com/questions/208181/why-did-my-tex-related-gui-program-stop-working-in-mac-os-x-yosemite I've ma