Beiträge von lesebio

    thanks but i don't understand what i need to do. can you help me its my first try to compile. or can you compile for me please.


    i tried with : x64 Native Tools Command Prompt for VS 2019

    and : x64_x86 Cross Tools Command Prompt for VS 2019


    But i get the same error message.

    ;(

    Lord-Grey Hi, can you build hyperion for me with pr 1163 and 1164 ?

    (i get error with : cmake -DCMAKE_BUILD_TYPE=Release ..)

    I get :

    -- Building for: Visual Studio 16 2019

    -- CMake Version: 3.20.1

    -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.

    CMake Error at CMakeLists.txt:5 (PROJECT):

    Failed to run MSBuild command:


    C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/MSBuild/Current/Bin/MSBuild.exe


    to get the value of VCTargetsPath:


    Microsoft (R) Build Engine version 16.9.0+5e4b48a27 pour .NET Framework

    Copyright (C) Microsoft Corporation. Tous droits réservés.


    MSBUILD : error MSB1009: Le fichier projet n'existe pas.

    Commutateur : VCTargetsPath.vcxproj



    Exit code: 1




    -- Configuring incomplete, errors occurred!

    See also "C:/Windows/System32/hyperion/build/hyperion/build/CMakeFiles/CMakeOutput.log".




    or how to install windows version for PR in development ?


    Thanks for your help

    Hi, i'm trying to compile hyperion for win 10 x64 ( https://github.com/hyperion-pr…ob/master/CompileHowto.md ).


    git clone --recursive https://github.com/hyperion-project/hyperion.ng.git hyperion : Ok no problem

    cd hyperion : Ok no problem

    mkdir build: Ok no problem

    cd build: Ok no problem


    I have a problem with this command : cmake -DCMAKE_BUILD_TYPE=Release ..

    I get :

    -- Building for: Visual Studio 16 2019

    -- CMake Version: 3.20.1

    -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.

    CMake Error at CMakeLists.txt:5 (PROJECT):

    Failed to run MSBuild command:


    C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/MSBuild/Current/Bin/MSBuild.exe


    to get the value of VCTargetsPath:


    Microsoft (R) Build Engine version 16.9.0+5e4b48a27 pour .NET Framework

    Copyright (C) Microsoft Corporation. Tous droits réservés.


    MSBUILD : error MSB1009: Le fichier projet n'existe pas.

    Commutateur : VCTargetsPath.vcxproj



    Exit code: 1




    -- Configuring incomplete, errors occurred!

    See also "C:/Windows/System32/hyperion/build/hyperion/build/CMakeFiles/CMakeOutput.log".


    Can you help me with this command (Do i need to modify this command ?) or can you compile it for me ? Thanks


    I want to test these pull request :


    https://github.com/hyperion-project/hyperion.ng/pull/1163

    and

    https://github.com/hyperion-project/hyperion.ng/pull/1164