Re: compilation error in branch and master

2016-07-02 Thread Uwe Stöhr
Am 02.07.2016 um 18:39 schrieb Georg Baum: Did you recompile at least once after the compiler upgrade? i tried but it was not possible due to the error. Please try again. My old code contained a thinko and did not do what I wanted it to do. Thanks, this works now. I can also compile the 2

Re: compilation error in branch and master

2016-07-02 Thread Georg Baum
Uwe Stöhr wrote: > Am 02.07.2016 um 17:34 schrieb Uwe Stöhr: > >> I still get the same compilation error: > > Very, very weird: I just recompiled it without changing anything. it is > incredible but now it compile. Did you recompile at least once after the compiler upgrade? If not this was mos

Re: compilation error in branch and master

2016-07-02 Thread Uwe Stöhr
Am 02.07.2016 um 17:34 schrieb Uwe Stöhr: I still get the same compilation error: Very, very weird: I just recompiled it without changing anything. it is incredible but now it compile. So I can now compile master again. I'll now try 2.2.x. Please modify your today's commit so that at least

Re: compilation error in branch and master

2016-07-02 Thread Georg Baum
Am 02.07.2016 um 03:19 schrieb Uwe Stöhr: No, I created separate folders for every git branch to be able to use different CMake configs for every branch. Very good. Please send CMakeError.log There is no such file. and CMakeOutput.log This one is attached. Here we need to distinguis

Re: compilation error in branch and master

2016-07-01 Thread Uwe Stöhr
Am 01.07.2016 um 05:03 schrieb Richard Heck: Something has changed in your build system. None of that code has been touched for many years. Yes, the error occurred with the latest MSVC 2015 update 3. Unfortunately I cannot go back to update 2 (MSVC doesn't offer this) and can therefore no lo

Re: compilation error in branch and master

2016-07-01 Thread Georg Baum
Richard Heck wrote: > On 06/30/2016 07:36 PM, Uwe Stöhr wrote: >> compiling today's 2.2.x branch and master I get this compilation error: >> >> environment.cpp >> D:\LyXGit\Master\src\support\environment.cpp(73): fatal error C1189: >> #error: No environment-setting function has been defined. >>

Re: compilation error in branch and master

2016-06-30 Thread Richard Heck
On 06/30/2016 07:36 PM, Uwe Stöhr wrote: compiling today's 2.2.x branch and master I get this compilation error: environment.cpp D:\LyXGit\Master\src\support\environment.cpp(73): fatal error C1189: #error: No environment-setting function has been defined. [D:\LyXGit\Master\compile-2015\src\

compilation error in branch and master

2016-06-30 Thread Uwe Stöhr
compiling today's 2.2.x branch and master I get this compilation error: environment.cpp D:\LyXGit\Master\src\support\environment.cpp(73): fatal error C1189: #error: No environment-setting function has been defined. [D:\LyXGit\Master\compile-2015\src\support\support.vcxproj] regards Uwe