Roger Nelson
Roger Nelson
> Due to our use of initializers in construction, an ErrorStatus parameter would make no sense, therefore the choices are to silently set the optional to empty, or to throw....
Hey sorry for the delayed response, I was using up my last week of parental leave. I would say the issue is not relevant anymore: 1) There is a native...
Hi @cgdestroyer. The error means that CMake could not find Qt in the location specified by your cmake command /c/Qt/Qt5.15.2/msvc2019_64 which is equivalent to c:\Qt\Qt5.15.2\msvc2019_64. Do you have Qt installed...
Excellent! I am very happy you got it working.
Also to make things easier, if everything is installed in default locations you can do `source rvmds.sh` and the `rvmk` to set up all the variables for you automatically (you...
Do you have VS2022 on the machine? It looks like it's trying to use VS2022 to compile boost (a third party dependency) which unfortunately boost does not support.
If you don't need it I think that would be the easiest option. The only alternative I can think of would be to investigate if there's some way to force...
I don't see the same errors from before, so at least you got a bit further. Another user got that same aclocal error you're seeing in issue https://github.com/AcademySoftwareFoundation/OpenRV/issues/3. He started...
Closing this thread since we have two threads (also https://github.com/AcademySoftwareFoundation/OpenRV/issues/27) going with the same errors. It will be easier to follow-up if there is just one.
Hi @BrianHanke The build doesn't actually finish, but it can be hard to tell when it's building multi-threaded since the log does not always contain the errors necessarily at the...