-
Notifications
You must be signed in to change notification settings - Fork 238
error during the build process #458
Replies: 3 comments · 13 replies
|
Hi @tws0002, Could you provide the full log? Thanks ! |
All reactions
|
Hi, here is the log when i run |
All reactions
|
I try to re-run the build process. when I use here is the log from Mac terminal |
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. |
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 |
All reactions
|
What version of Xcode are you using? |
All reactions
|
i make another try. same error i found that this file |
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 |
All reactions
|
Hi Cedrik, I followed the steps you gave. but there another error during the process |
All reactions
|
Which one did you try? Option 1 or 2? Option 2 should work by itself (without changing to C++14) |
All reactions
|
here is the error for both option option 1 error option 2 error |
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions