Can't compile Windows - LLVM #4444
Replies: 10 comments
-
|
@beckerhe , do you know what's happening? |
Beta Was this translation helpful? Give feedback.
-
|
Oh nevermind :-) I was running .\bootstrap-orbit-ggp.ps1 |
Beta Was this translation helpful? Give feedback.
-
|
Actually, I still get the same lock file issue: |
Beta Was this translation helpful? Give feedback.
-
|
Removing conan lock files from build.ps1 takes me further, but then I run into: |
Beta Was this translation helpful? Give feedback.
-
|
Hi Pierric, The LLVM error though is expected. Currently you have to manually compile your own version of LLVM because the Conan llvm-core package is broken. I have a fix in flight here: conan-io/conan-center-index#13815 which hopefully gets merged soon. |
Beta Was this translation helpful? Give feedback.
-
|
Ah thanks for the info Henning! So I'd clone the LLVM repo in "third_party" and compile it manually? Or build from conan by running |
Beta Was this translation helpful? Give feedback.
-
|
This affects the Linux build too it seems, but yet: How is that possible? |
Beta Was this translation helpful? Give feedback.
-
You clone the LLVM repo somewhere and install it somewhere (for example to
True, but on Linux it's a lot easier to install LLVM. You just have to |
Beta Was this translation helpful? Give feedback.
-
|
Ok, thanks for the precisions @beckerhe . I ran into the Llvm issue on Linux trying to build Orbit from scratch in a clean Ubuntu docker container by running |
Beta Was this translation helpful? Give feedback.
-
|
Concerning the build inside of an Ubuntu 20.04 docker container, running in Because there was a conflict with the openssl depencies otherwise. The container's system cmake version is 3.16.3. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Running
bootstrap-orbit-ggp.ps1 msvc209_relwithdebinfoseems to triggerBuilding Orbit in build_ggp_release/. Also, there's an error about aMissing lockfile in: C:\git\orbit\third_party\conan\lockfiles\base.lock.Beta Was this translation helpful? Give feedback.
All reactions