Re: #10658: LyX cannot be compiled any longer with CMake to show a console

2017-05-11 Thread Kornel Benko
Am Freitag, 12. Mai 2017 um 00:13:22, schrieb Uwe Stöhr > El 12.05.2017 a las 00:00, Uwe Stöhr escribió: > > >> OK. I suppose, that it may be equivalent to linux. > >> I have to set the environment PATH, so that qmake.exe from my QT is > >> found. > > > I cannot set the PATH

Re: #10658: LyX cannot be compiled any longer with CMake to show a console

2017-05-11 Thread Uwe Stöhr
El 12.05.2017 a las 00:00, Uwe Stöhr escribió: OK. I suppose, that it may be equivalent to linux. I have to set the environment PATH, so that qmake.exe from my QT is found. > > I cannot set the PATH because this would require admin privileges. That is correct but I can set the PATH locally

Re: #10658: LyX cannot be compiled any longer with CMake to show a console

2017-05-11 Thread Uwe Stöhr
El 11.05.2017 a las 01:46, Kornel Benko escribió: OK. I suppose, that it may be equivalent to linux. I have to set the environment PATH, so that qmake.exe from my QT is found. I cannot set the PATH because this would require admin privileges. But as I wrote this is not necessary, all I need

Re: #10658: LyX cannot be compiled any longer with CMake to show a console

2017-05-10 Thread Kornel Benko
Am Donnerstag, 11. Mai 2017 um 01:05:21, schrieb Uwe Stöhr > El 10.05.2017 a las 08:21, Kornel Benko escribió: > > >> in my build script I have now > >> > >> set LYX_BUILD=D:\LyXGit\Master\compile-2015 > >> cmake %LYX_SOURCE% -G"Visual Studio 14 2015" -DCMAKE_PREFIX_PATH="test"

Re: #10658: LyX cannot be compiled any longer with CMake to show a console

2017-05-10 Thread Uwe Stöhr
El 10.05.2017 a las 08:21, Kornel Benko escribió: in my build script I have now set LYX_BUILD=D:\LyXGit\Master\compile-2015 cmake %LYX_SOURCE% -G"Visual Studio 14 2015" -DCMAKE_PREFIX_PATH="test" -DLYX_USE_QT=QT5 ... with this I get now in the CMakeCache.txt //Used Qt version

Re: #10658: LyX cannot be compiled any longer with CMake to show a console

2017-05-10 Thread Kornel Benko
Am Mittwoch, 10. Mai 2017 um 01:16:31, schrieb Uwe Stöhr > El 10.05.2017 a las 00:31, Kornel Benko escribió: > > >> LYX_CONSOLE:BOOL=ON > >> > >> But I explicitly set it to OFF, see the build5-2015.bat file in git master. > > > > You mean in 'install' case. If mode == 'devel',

Re: #10658: LyX cannot be compiled any longer with CMake to show a console

2017-05-09 Thread Uwe Stöhr
El 10.05.2017 a las 00:31, Kornel Benko escribió: LYX_CONSOLE:BOOL=ON But I explicitly set it to OFF, see the build5-2015.bat file in git master. You mean in 'install' case. If mode == 'devel', you set it to "ON". Yes. However, I found now the real problem. whatever i execute in my batch

Re: #10658: LyX cannot be compiled any longer with CMake to show a console

2017-05-09 Thread Kornel Benko
Am Dienstag, 9. Mai 2017 um 23:19:30, schrieb Uwe Stöhr > El 09.05.2017 a las 23:04, Kornel Benko escribió: > > > Please Uwe, do me the favour and check CMakeCache.txt. > > I DO believe you, that it is not working. I want to know the value (if any) > > in CMakeCache.txt. > >

Re: #10658: LyX cannot be compiled any longer with CMake to show a console

2017-05-09 Thread Uwe Stöhr
El 09.05.2017 a las 23:04, Kornel Benko escribió: Please Uwe, do me the favour and check CMakeCache.txt. I DO believe you, that it is not working. I want to know the value (if any) in CMakeCache.txt. I will. Now I turned on the consile on the CMake gui and get a console. but when i now use

Re: #10658: LyX cannot be compiled any longer with CMake to show a console

2017-05-09 Thread Kornel Benko
Am Dienstag, 9. Mai 2017 um 22:39:34, schrieb Uwe Stöhr > El 09.05.2017 a las 22:34, Kornel Benko escribió: > > >> Therefore I used a build script build5-2015.bat that is in LyX's master > >> git. There we have > >> -DLYX_CONSOLE=FORCE > > > > Yes, but you also set

Re: #10658: LyX cannot be compiled any longer with CMake to show a console

2017-05-09 Thread Uwe Stöhr
El 09.05.2017 a las 22:34, Kornel Benko escribió: Therefore I used a build script build5-2015.bat that is in LyX's master git. There we have -DLYX_CONSOLE=FORCE Yes, but you also set -DLYX_INSTALL=0, which prevents the handling of LYX_CONSOLE=FORCE (See CMakeLists.txt:183) I set

Re: #10658: LyX cannot be compiled any longer with CMake to show a console

2017-05-09 Thread Kornel Benko
Am Dienstag, 9. Mai 2017 um 19:59:37, schrieb LyX Ticket Tracker > #10658: LyX cannot be compiled any longer with CMake to show a console > ---+ > Reporter: uwestoehr | Owner: kornel > Type: defect | Status: new >