-
Notifications
You must be signed in to change notification settings - Fork 22
Compilation errors on various platforms #74
Comments
Well, the good news is that these errors are not with Luna, but with libgnutls and libgpg-error. The bad news is that that doesn't make anything easier for us ;) Here are the relevant repos (just for reference). Let me meditate on the right way forward. |
For reference, BTW, all Linux builds are built on Ubuntu Trusty: |
For now, I think the proper fix would be to build everything from source. Which will take a disgustingly long time, but it should help.
|
|
Just looking at the Debian 9 issue to start: @CamJN The problem is that, for whatever reason, GnuTLS is not linking up right. GnuTLS calls That's super long-winded and maybe not the most clear explanation ever, but the Tl;dr is that I have been yak-shaving all day, and I still haven't found a yak under all that hair. It's moments like that that lead me to despair that Conan can really support the needs of developers across all these different Linux ecosystems 😭 (Also that the GnuTLS build documentation sucks) |
I'm working on instructions for installing the deps on various linuxes, and am running into compilation issues at the
conan install . --build=missing
step. My test env is docker based, running various distro images, dockerfiles included.Debian 9:
error:
Ubuntu Cosmic:
error:
Arch (latest):
error:
The text was updated successfully, but these errors were encountered: