Unsuccessful build on Win10 - aclocal-1.16 : error #59
-
Hi, I am new to coding and compiling, but I believe I am doing everything according to Win build tutorial, but still I cannot successfuly build the Open RV. aclocal-1.16 : error : aclocal: file '/msys64/usr/share/aclocal/tcl.m4' does not exist [C:\OpenRV\cmake-build\cmake\dependencies\RV_DEPS_ATOMIC_OPS.vcxproj] Any idea what am I doing wrong? I attached log of rerun of the build, because full build log has 44MB. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For some reason people seem to be getting 2 paths in the ACLOCAL_PATH environment variable. It appears that you can just run |
Beta Was this translation helpful? Give feedback.
For some reason people seem to be getting 2 paths in the ACLOCAL_PATH environment variable. It appears that you can just run
export ACLOCAL_PATH=/usr/share/aclocal
prior to the build command. Originally from this comment - #67 (comment).