On 23/10/2018 18:11, Daniel wrote:
On 23/10/2018 17:18, Daniel wrote:
On 22/10/2018 17:13, Richard Kimberly Heck wrote:
On 10/22/18 10:39 AM, Daniel wrote:
On 22/10/2018 16:15, Daniel wrote:
On 22/10/2018 14:17, Jean-Marc Lasgouttes wrote:
Le 22/10/2018 à 13:43, Daniel a écrit :
Hi,

I did not manage to download MS Visual Studio Community 2015 from
the official website - it only gives me 2017. [1]
....
Error    C2065    'cmatch': undeclared identifier    LyX
(applications\LyX\LyX)
C:\Users\Daniel\LyXSource\lyx\src\lyxfind.cpp 1352

What branch/commit did you try to compile. The code using cmatch is
gone in current master.

Thanks, it work now.

Didn't want to write this in my last mail. But indeed it does work now.


It'd be worth my also knowing how to do this. Did you just follow the
instructions in some README file? Or did you do something else?

I tried to follow the instructions in the README plus some in the link provided in the README. But I did not write them down. I just changed to an earlier Qt version since I think 5.11.2 was buggy. But it doesn't work anymore now since MS Visual Studio gives me some errors. Not sure why. I'll come back if I figure it out.

Using Qt 5.9 instead of 5.10, I get a bit further. Does anyone have an idea what the following error in MSVC means?

====================================================================

Severity    Code    Description    Project    File    Line Suppression State
Error    MSB3073    The command "setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=Debug -P cmake_install.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd" exited with code 1.    INSTALL    C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets 138

Apparently, one needs to build at least once with LYX_INSTALL enabled.

Daniel

Reply via email to