[Gammaray-interest] Install Error on Windows
Oliver Niebuhr
googleersatz at oliverniebuhr.de
Thu Aug 10 22:03:28 CEST 2017
On 10.08.2017 17:53, Hannah von Reth wrote:
> 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
>>
>> -----------------------------------------
>>
>
>
>
> _______________________________________________
> Gammaray-interest mailing list
> Gammaray-interest at mail.kdab.com
> https://mail.kdab.com/mailman/listinfo/gammaray-interest
>
Ouch. I checked the Compiler, Qt Stuff etc. but thats the only thing I
not remembered to test. What a noobish mistake. Thanks for replying!
Greetings
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/20170810/9a0a5cbb/attachment.sig>
More information about the Gammaray-interest
mailing list