macOS build - [74%] ERROR: Illegal package file name... #85
Replies: 1 comment 5 replies
-
Hi @17matejka. The part you're trying to remove is the package version. I'd need to look into it further to know for sure why it complains about that, but my guess is that RV wants to be able to determine the version of the package without needing to open it first. Is there a particular reason you are trying to remove it? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build Open RV on macOS Big Sur 11.7.4 with Xcode 13.2.1.
During process I saw some warnings, but no error I believe.
When process is in: [ 74%] Installing Open RV Packages
This error pops up:
I tried to modify
../OpenRV/cmake/macros/rv_stage.cmake
and../OpenRV/cmake-build/src/bin/apps/rvpkg/CMakeFiles/rvinstall.dir/build.make
to make pkg name not ending with "...-" e.g. additional_nodes-v001.rvpkg but the error is still the same.Any ideas what is going on?
Beta Was this translation helpful? Give feedback.
All reactions