-
Notifications
You must be signed in to change notification settings - Fork 149
error during the build process #458
Replies: 3 comments · 13 replies
-
Hi @tws0002, Could you provide the full log? Thanks ! |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi, here is the log when i run
|
Beta Was this translation helpful? Give feedback.
All reactions
-
I try to re-run the build process. when I use here is the log from Mac terminal
|
Beta Was this translation helpful? Give feedback.
All reactions
-
There is an issue with a patch that OpenRV is applying to ZLIB. I've created an issue (#459) and I'll fix the issue as soon as possible. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi! Thanks for the quick fix! I manually replaced the file from (#460). but another error during the process. here is the log
I tried to rerun the build here is a different error!
something related to 7zi! i found there is a typo error for this package then I get another error
|
Beta Was this translation helpful? Give feedback.
All reactions
-
What version of Xcode are you using? |
Beta Was this translation helpful? Give feedback.
All reactions
-
i make another try. same error
i found that this file |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hello @tws0002, it seems like it is an issue between boost and C++17. The version of Boost used by OpenRV is using some functions that got removed in C++17 and that causes that error. There are different options you could do as a workaround while waiting for a fix in the repository. Note that only one of them is needed.
You can edit the alias Look for
You can by-pass the error by adding Replace the line 208 in boost.cmake by this:
Both options should work, but the second one has been proven to work. Another solution would be to update the version of Boost that OpenRV uses because I think these functions call has been removed in |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi Cedrik, I followed the steps you gave. but there another error during the process
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Which one did you try? Option 1 or 2? Option 2 should work by itself (without changing to C++14) |
Beta Was this translation helpful? Give feedback.
All reactions
-
here is the error for both option option 1 error
option 2 error
|
Beta Was this translation helpful? Give feedback.
-
hi, I had this issue during the build process when I use this
rvmk
.FAILED: cmake/dependencies/RV_DEPS_ZLIB-prefix/src/RV_DEPS_ZLIB-stamp/RV_DEPS_ZLIB-patch
Beta Was this translation helpful? Give feedback.
All reactions