Compiling Basilisk on Windows and protobuf doesn't compile #62
Replies: 7 comments 6 replies
-
Have you solved this issue? I'm getting the same exact build errors as you. |
Beta Was this translation helpful? Give feedback.
-
protobuffer 3.5.2 is specified on line 200 of |
Beta Was this translation helpful? Give feedback.
-
Hi there, Indeed, protobuf version is declared 2 times, I already tried to change them both to 3.9.1, no success. Deactivate vizInterface is not a solution for me because, I want to use Vizard with better performance with Windows drivers (better GPU). I'll try to figure something out. But thanks anyway @davidtenone. Indeed, for me it's just the version of the compiler used with VS, maybe I'll try to install older version. Best, |
Beta Was this translation helpful? Give feedback.
-
I rarely compile on Windows, so I'm not much more help with this configuration. I am not aware of any other location in BSK that would require protobuffer 3.5.2 than in |
Beta Was this translation helpful? Give feedback.
-
I was able to get BSk to build with protobuffer 3.9.1 if I didn't include the |
Beta Was this translation helpful? Give feedback.
-
Hi, everyone! Any idea of what might be wrong? |
Beta Was this translation helpful? Give feedback.
-
We are working on a fix where |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm currently trying to compile basilisk sources within Windows operating system.
After following the tutorial ( https://hanspeterschaub.info/basilisk/Install/installOnWindows.html#), i'm faced with errors when running _python conanfile.p_y
It fails with compiling protobuf/3.5.2@bincrafters/stable.
By default my conan profile is :
When I try to change compiler.
I have this error with protobuf.
I don't want to use MinGW but LLVM, since Clang is installed with it.
Do you have any ideas of how I can manage to pass this step ?
I also tried to do:
But still, conanfile download again.
By the way with Linux I succeed to compile. (With Clang too). But in order to have better performance with Vizard I need Windows.
Sorry for huge copy/paste.
Thanks in advance.
Jean-Loup
Beta Was this translation helpful? Give feedback.
All reactions