Coder Social home page Coder Social logo

Comments (10)

joa-quim avatar joa-quim commented on June 10, 2024 2

Don't know, I'm just giving the most details I can to the person who builds the MbedTLS_jll artifact, which needs to be fixed.

from mbedtls.jl.

visr avatar visr commented on June 10, 2024 2

See JuliaLang/julia#38409 (comment). Should hopefully soon be resolved when the linked PR merges.

from mbedtls.jl.

lkapelevich avatar lkapelevich commented on June 10, 2024 1

Looks like this and #228 are fixed now (JuliaLang/julia#38409 (comment))

from mbedtls.jl.

detrin avatar detrin commented on June 10, 2024

The nightly built of Coverage fails therefore as well. I can't run Coverage on windows-latest with Julia nightly in GitHub Actions see https://github.com/detrin/OpenQuantumSystems.jl/runs/1412424632?check_suite_focus=true

from mbedtls.jl.

joa-quim avatar joa-quim commented on June 10, 2024

OK, I gave myself the trouble of building MbedTLS on Windows with Visual Studio. At the end it worked but I had to overcome several shits. First and most, the cmake solution fot the lib doesn't work at all on Windows to build shared libs because no symbols at all are exported. Next, found the -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS option but then several symbols are export whilst on Windows we need to __declspec(dllexport).

As said, at the end I managed to make it work but this is no general solution before the MbedTLS improves the build system to allow true shared libs building on Windows (building the exes now errors because it wants more of those changes).

from mbedtls.jl.

detrin avatar detrin commented on June 10, 2024

I am Linux user and I have no experience using cmake under Windows. I am curious, what could cause such an issue.

from mbedtls.jl.

joa-quim avatar joa-quim commented on June 10, 2024

Using cmake is exactly equal on Linux or Windows. The problem is if the internal cmake recipes are not working well, which the case for Windows but not necessarily for Linux. Current issue seems to be due to a missing symbol in one of the shared libs, but I wasn't able to find out which.

from mbedtls.jl.

detrin avatar detrin commented on June 10, 2024

So how could I possibly help to resolve this issue?

from mbedtls.jl.

joa-quim avatar joa-quim commented on June 10, 2024

OK, feel free to close. Meanwhile I had solved the problem by building MberTLS myself with Visual Studio.

from mbedtls.jl.

greimel avatar greimel commented on June 10, 2024

I don't know if it's related but I cannot precompile Pluto on macOS Catalina on current 1.6-release due to MbedTLS not precompiling.

It's been working on the nightly build that I've been using since now: 1.6.0-DEV.1325 (2020-10-24).

EDIT: I updated to macOS Big Sur last night and now MbedTLS precompiles.

EDIT2: Fails again.

from mbedtls.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.