Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

The Desktop Client vms_5.0 fails to build on Windows everytime! Errors added..

Answered

Comments

4 comments

  • Andrey Terentyev
    • Network Optix team

    Hello,

    The error build tools for Visual Studio 2015 (Platform Toolset = 'v140')

    means the Visual Studio has been installed without "Desktop development for C++".

    You need version v140 or higher.

    I'd recommend you getting a fresh start.

    Make sure you have VS tools installed. Tools->Get Tools and Features...

    Reboot your machine. Or logoff and logon.

    Delete your nx_open directory.

    Delete your nx_open-build directory.

    Clone nx_open repo

    git clone https://github.com/networkoptix/nx_open.git

    Change to the nx_open directory

    cd nx_open

    Switch to the vms_5.0 branch

    git checkout vms_5.0

    Build the Client

    .\build.bat

    I have had a cloned repo in my lab and tried to build the Client right away after pulling updates. No success.

    I have just went through the procedure and got the Client built.

    0
  • Pranay Singh

    Hi Andrey Terentyev ,

    Really thanks for getting back with detailed help! We appreciate it!

    means the Visual Studio has been installed without "Desktop development for C++".

    We are pretty sure we checked those boxes while installing Visual Studio as it was clearly mentioned in the readme file. But here's a look into the tools we have when I open the tools window as per your screenshot.c

    These tools are you see on the right pane are already installed(therefore the "Modify" button does not appears next to "Close" button, it only appears when you check a new item in the list, and then the download+install starts when you press "Modify").
    As per the my list, I could see MSVC v143 already there.

    Do you see any gap here?

    0
  • Andrey Terentyev
    • Network Optix team
    Hello,
     
    Do you see any gap here?
    I don't.
    Everything looks fine.
    0
  • Andrey Terentyev
    • Network Optix team

    Hi,

    In order to build the client from vms_5.0 you need MSVC v141 been installed in Visual Studio.

    Since the time the thread was created, several bugs have been fixed. Please pull the latest changes

    0

Please sign in to leave a comment.