[Gammaray-interest] Install Error on Windows
Oliver Niebuhr
googleersatz at oliverniebuhr.de
Sun Aug 6 18:26:15 CEST 2017
Hello Ladys and Gents.
I am new to this List, GammaRay and to CMake also - so please have
patience with me. Thank You :)
The Problem is:
When the build Process reaches 98 Precent, I keep getting the following
Error:
"-- Configuring done
-- Generating done
-- Build files have been written to: C:/GammaRaySrcx64
[ 98%] Performing build step for 'GammaRay-Release'
Microsoft (R) Program Maintenance Utility, Version 14.10.25019.0
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
NMAKE : fatal error U1064: MAKEFILE nicht gefunden und kein Ziel
angegeben ("Makefile not found and no Target defined")
Stop.
NMAKE : fatal error U1077: ""C:\Program Files (x86)\Microsoft Visual
Studio\2017\Community\VC\Tools\MSVC\14.10.25017\bin\HostX64\x64\nmake.exe"":
Rückgabe-Code "0x2"
Stop.
NMAKE : fatal error U1077: ""C:\Program Files (x86)\Microsoft Visual
Studio\2017\Community\VC\Tools\MSVC\14.10.25017\bin\HostX64\x64\nmake.exe"":
Rückgabe-Code "0x2"
Stop.
NMAKE : fatal error U1077: ""C:\Program Files (x86)\Microsoft Visual
Studio\2017\Community\VC\Tools\MSVC\14.10.25017\bin\HostX64\x64\nmake.exe"":
Rückgabe-Code "0x2"
Stop."
This is the Batch File content to build and install GammaRay:
"set PATH=%SystemDrive%\cmakex64\bin;%SystemDrive%\qt-x64dev\bin;%PATH%
if not exist %SystemDrive%\GammaRaySrcx64\ (
mkdir %SystemDrive%\GammaRaySrcx64\
goto :BUILD
)
if exist %SystemDrive%\GammaRaySrcx64\ (
goto :BUILD
)
:BUILD
cd %SystemDrive%\GammaRaySrcx64\ && xcopy /v /f /y /s
"%SystemDrive%\gitprojects\other\GammaRay\*.*"
"%SystemDrive%\GammaRaySrcx64\*.*" && set CL=/d2SSAOptimizer- /MP4
/cgthreads4 /nologo && cmake -G "NMake Makefiles"
-DCMAKE_INSTALL_PREFIX=%SystemDrive%/GammaRayx64 && nmake && nmake install"
CMake Version: 3.9.0
GammaRay Version: 2.8.50 from Github Master Branch
Qt Version: 5.10.0 Pre-Alpha
VS Version: 2017.2 v15.0.26430.16 Community Edition
Is there a known Bug with Windows and / or VS 2017? Anything else that I
forgot to specify which is not mentioned in the Install.txt?
Thanks for your time!
Oliver
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://mail.kdab.com/pipermail/gammaray-interest/attachments/20170806/d37f4c84/attachment.sig>
More information about the Gammaray-interest
mailing list