Peter,
could you perhaps help me here?
thanks and regards
Uwe
Am 06.12.2015 um 22:19 schrieb Kornel Benko:
Am Sonntag, 6. Dezember 2015 um 22:07:17, schrieb Uwe Stöhr <uwesto...@web.de>
When I compile LyX 2.2git with Qt5.5 and MSVC 2013 in install mode this
command is executed:
msbuild INSTALL.vcxproj /p:Configuration=Release
But this leads now to these errors:
"D:\LyXGit\Master\compile-2013\INSTALL.vcxproj" (Standardziel) (1) ->
(PostBuildEvent Ziel) ->
C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error
MSB3073: Der Befehl "setlocal\r
[D:\LyXGit\Master\compile-2013\INSTALL.vcxproj]
C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error
MSB3073: "C:\Program Files (x86)\CMake\bin\cmake.exe"
-DBUILD_TYPE=Release -P cmake_install.cmake\r
[D:\LyXGit\Master\compile-2013\INSTALL.vcxproj]
C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error
MSB3073: if %errorlevel% neq 0 goto :cmEnd\r
[D:\LyXGit\Master\compile-2013\INSTALL.vcxproj]
C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error
MSB3073: :cmEnd\r [D:\LyXGit\Master\compile-2013\INSTALL.vcxproj]
C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error
MSB3073: endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone\r
[D:\LyXGit\Master\compile-2013\INSTALL.vcxproj]
C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error
MSB3073: :cmErrorLevel\r [D:\LyXGit\Master\compile-2013\INSTALL.vcxproj]
C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error
MSB3073: exit /b %1\r [D:\LyXGit\Master\compile-2013\INSTALL.vcxproj]
C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error
MSB3073: :cmDone\r [D:\LyXGit\Master\compile-2013\INSTALL.vcxproj]
C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error
MSB3073: if %errorlevel% neq 0 goto :VCEnd\r
[D:\LyXGit\Master\compile-2013\INSTALL.vcxproj]
C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error
MSB3073: :VCEnd" wurde mit dem Code 1 beendet.
[D:\LyXGit\Master\compile-2013\INSTALL.vcxproj]
Kornel, maybe you have an idea what is going on because with MSVC 2010
no error occurs.
I know nothing about MSVC. But Peter does.
We have one conditional statements in CMakeLists.txt depending on MSVC12. But
nothing to MSVC13.
For MSVC12 it is because of linking parameter "/vd2", which I think may not
apply here.
Sorry.