-
Hey guys! I am getting the following compilation error:
The error I pasted here is from a clean clone from the flow repository. I did the following commands to get to this error:
I noticed that if I run DepdencyInstaller multiple times it actually updates and compile Boost everytime. Not sure how to proceed, any help is welcome. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
What OS and what compiler? |
Beta Was this translation helpful? Give feedback.
-
The log unfortunately doesn't have the boost version so I just added print that in the OR master branch. What version of boost do you have installed? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I was able to solve the issue by manually updating Boost. I used the links from this stackoverflow page and set the "-prefix=" with the same location my Boost was already installed. Also, I had to clean my previous build from OR. It seems that for some reason the DependencyInstaller didn't fetch the correct Boost version to upgrade to. |
Beta Was this translation helpful? Give feedback.
-
@vvbandeira any idea about " for some reason the DependencyInstaller didn't fetch the correct Boost version to upgrade to."? |
Beta Was this translation helpful? Give feedback.
Hi everyone, I was able to solve the issue by manually updating Boost. I used the links from this stackoverflow page and set the "-prefix=" with the same location my Boost was already installed. Also, I had to clean my previous build from OR.
It seems that for some reason the DependencyInstaller didn't fetch the correct Boost version to upgrade to.