Giter Club home page Giter Club logo

Comments (7)

p2or avatar p2or commented on June 19, 2024

Hi @cgdestroyer,

just to share my experience: I had no issues while compiling yesterday using 'VS2019 Community Edition' and 10.0.190041.0 SDK as well as 'VS2017 Community Edition' with the latest SDK it supports (10.0.17763.0).

Hope this helps,
Christian

from openrv.

rogernelson avatar rogernelson commented on June 19, 2024

Hi @cgdestroyer there are definitely issues building with VS2022 installed, as some of the third-party dependencies automatically detect the latest version of MSVC and build with it, even if they do not support it. I haven't been able to find a workaround to that yet.

from openrv.

cgdestroyer avatar cgdestroyer commented on June 19, 2024

@rogernelson this error was after I unistall VS 2022. I even tried vierutal machine with only nessery items installled and still had errors :/

from openrv.

cgdestroyer avatar cgdestroyer commented on June 19, 2024

This is warning and error I'm getting on virtual machine, win 10 64 and istalled only wnat is needed

https://i.imgur.com/17iXyh0.jpg
https://i.imgur.com/pzFoPN1.jpg

from openrv.

rogernelson avatar rogernelson commented on June 19, 2024

The first one is just a warning, it shouldn't prevent the build from completing. For the second one, PR #31 will likely fix it. If you pull/rebase on the latest main branch do you still have the problem?

from openrv.

cgdestroyer avatar cgdestroyer commented on June 19, 2024

@rogernelson So I shouidl just redownload rv from github and it shoudl work?
I deleted rvopen folder form C drive, then used this
cd /c
git clone https://github.com/AcademySoftwareFoundation/OpenRV.git

then
cd /c/openrv
cmake -B cmake-build -G "Visual Studio 16 2019" -A x64 -DCMAKE_BUILD_TYPE=Release -DRV_DEPS_WIN_PERL_ROOT=/c/Strawberry/perl/bin -DRV_DEPS_QT5_LOCATION=/c/Qt/5.15.2/msvc2019_64
cmake --build cmake-build --config Release --target rv -j8
cmake --install cmake-build --config Release

and got this error so something is still wrong
https://i.imgur.com/OAzO3z4.jpg

from openrv.

rogernelson avatar rogernelson commented on June 19, 2024

Hi @cgdestroyer. There's no need to delete and redownload, simply doing a git pull is enough (that will only get and build the changes since your last pull/clone).

You have a different error now, so it seems your previous one is solved by the update. Although, I have never run into that aclocal error myself, another user did was able to solve it here: #3 (comment)

from openrv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.