Roger Nelson

Results 36 comments of Roger Nelson
trafficstars

Yes, there is a workaround to the path limit, but unfortunately is it opt-in (ie off by default) and not everyone knows it needs to be enabled. The other problem...

Hi, I agree the path in the build guide should probably be 5.15.2 to match the README. You can also try sourcing the rvcmds.sh file in the root to setup...

There's also a `rvcmds.sh` file in the root of the repo that you can source that attempts to set up all the environment you need to build. Of course, not...

Hi @NicTanghe. Yes, once you've done `source rvcmds.sh` and verified that all the paths are correct, you can do `rvbootstrap` to do the initial setup and build it or `rvmk`...

Hi @NicTanghe Do you have the file ` /usr/lib64/libGLU.so` on your system? If not, you can get it from the package `mesa-libGLU`

If you already have libGLU, then great. Normally the setup is to link libLGU.so to libGLU.so.1 (which maybe be linked to something else). That is normally done at installation, but...

Great to hear you got it to build on Arch Linux! If this is was the only blocker, I will see if I can do a quick fix that will...

It's unfortunately a third-parties library (PySide) that requires a more up-to-date version of Qt than is provided by the system.

With the `ucontext_t` type and `thread` includes addressed, I'll close this issue. Feel free to reopen if something is not still working.

This is the eventual goal. We did a lot of clean up in the build system before open-sourcing the project, moving everything from Makefiles to CMake. Unfortunately, we did not...