[Gammaray-interest] Install Error on Windows
Hannah von Reth
hannah.vonreth at kdab.com
Thu Aug 10 17:53:14 CEST 2017
Hello Oliver,
You are trying build GammaRay in its source directory which is not
supported.
Please create a new directory, switch to that directory and call
"cmake PATH_TO_GAMMARAYS_SORUCE" instead.
Kind Regards,
Hannah von Reth
> Subject: [Gammaray-interest] Install Error on Windows
> Date: dimanche 6 août 2017, 18:26:15 CEST
> From: Oliver Niebuhr <googleersatz at oliverniebuhr.de>
> To: gammaray-interest at mail.kdab.com
>
> 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
>
> -----------------------------------------
>
--
Hannah von Reth | hannah.vonreth at kdab.com | Software Engineer
KDAB (Deutschland) GmbH&Co KG, a KDAB Group company
Tel: +49-30-521325470
KDAB - The Qt, C++ and OpenGL Experts
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4001 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://mail.kdab.com/pipermail/gammaray-interest/attachments/20170810/46fbbcdd/attachment.p7s>
More information about the Gammaray-interest
mailing list