GithubHelp home page GithubHelp logo

Comments (3)

PetarKirov avatar PetarKirov commented on June 16, 2024

Thanks for sharing your experience. I'm not sure if any macOS user has tried to run the tour locally, until now. Nevertheless, I think it's import for everyone to have a smooth user experience!
The problem is that your system's native compiler (clang), which is used for linking, can't find the openssl libraries on your machine.

The error message is on the bottom of the logs:

Linking...
ld: warning: directory not found for option '-L/usr/local/opt/[email protected]/lib'
ld: warning: directory not found for option '-L/usr/local/opt/openssl/lib'
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: linker exited with status 1
uncaught exception
object.Exception@source/dub/compilers/compiler.d(116): /Library/D/dmd/bin/dmd failed with exit code 1.

I think no one on the team that developed the project is a Mac user, so perhaps you are in a good position to help us with the docs, as you have probably better knowledge of the typical workflow of installing packages on macOS.

from english.

PetarKirov avatar PetarKirov commented on June 16, 2024

The core project's page lists the system dependencies for a Debian/Ubuntu like system: https://github.com/dlang-tour/core#compile--run

The main deps necessary for the tour itself (which is written in vibe.d) are libssl-dev and libevent-dev. The examples themselves require a few things more, as listed on the link above. But for now, @lewisl can you try installing these to libraries and share if that fixes the problem for you?

from english.

lewisl avatar lewisl commented on June 16, 2024

from english.

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.