Roger Nelson

Results 36 comments of Roger Nelson
trafficstars

Also if you don't want to capture all the output from your shell, you can redirect the output to a file by doing something like ``` rvmk > /tmp/build.log ```...

It should find it automatically. Let me build it on my Windows machine and capture the log and compare it to yours to hopefully give us some idea of what...

I had a few minutes to look and one definite difference between your output and mine is the aclocal error. For some reason on your system it's looking for the...

The paths are close, but not exactly the same the msys equivalent of `C:\msys64\usr\share\aclocal` is not `/msys64/usr/share/aclocal/tcl.m4`, it's actually `/c/msys64/usr/share/aclocal/tcl.m4`. That said alocal should be looking in the directory given...

Do you mean two paths printed when you do `aclocal --print-ac-dir`? Or you have both `c:\msys64\usr\share\aclocal` and `/usr/share/aclocal`? If its the latter, those paths should be equivalent -- one is...

I actually have the same ACLOCAL_PATH in my envars, but if it fixed the problem for you that is great!

@BrianHanke I am happy you got the build working! For what it's worth, I am also building on a clean Windows VM with only the components required to build installed....

We have only tested on CentOS currently, but it is theoretically possible to build on other Linux distros as long as all the build requirements are satisfied. If you give...

Hi! If you're asking about that because you'd like to build it on one machine and distribute it throughout the facility, you could potentially zip/tar the installation directory and use...

Hi @Shayen I was going to ask you the same thing. If you type `which grep` in the CMake shell it should tell you which it is using. You want...