Rocky Linux 9 Build Issue #159
-
I decided to give another try to building OpenRV on Rocky Linux 9. I've followed the guide. The compile gets pretty far, but I'm getting an error:
I'm building from the latest commits and using Qt 5.15.2, and I've followed all the instructions to the letter... Do you smart people have any tips or suggestions? Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I thought it might be related to numpy. I uninstalled a local pip installation of numpy and retried the compilation and the build went through okay. After running Trying to debug with
|
Beta Was this translation helpful? Give feedback.
-
I managed to get it compiled. I think my system install of Qt was being pulled in by the compilation process and that is what was causing this issue. I ended up using a Docker container to build. I'll outline the steps below in case it helps anyone else. Dockerfile
Build Steps
|
Beta Was this translation helpful? Give feedback.
I managed to get it compiled. I think my system install of Qt was being pulled in by the compilation process and that is what was causing this issue. I ended up using a Docker container to build. I'll outline the steps below in case it helps anyone else.
Dockerfile