On 28/02/2019 12:04, Jean-Marc Lasgouttes wrote:
Le 28/02/2019 à 08:50, Daniel a écrit :
Compiling on Windows 10 with VS 2017 used to work. But now I get an
error message when trying to compile LyX:
Error C2146
syntax error: missing ')' before identifier 'or'
LyX (applications\LyX\LyX)
C:\Users\Daniel\lyx\devel\lyx\src\BufferParams.cpp
3293
The line in question reads:
if (inputenc == "default" or features.isRequired("japanese")) {
This one is fixed in master now.
JMarc
Thanks. I can compile again!
Daniel