Coder Social home page Coder Social logo

Build fail on MacOSX about ex_doc HOT 4 CLOSED

elixir-lang avatar elixir-lang commented on July 17, 2024
Build fail on MacOSX

from ex_doc.

Comments (4)

josevalim avatar josevalim commented on July 17, 2024

Everything worked fine and I have the same Elixir, Erlang and GCC versions here. :S The error message says no share/markdown.so file is available. Can you confirm it is indeed not there?

from ex_doc.

mururu avatar mururu commented on July 17, 2024

After mix compile, there is share/markdown.so

/Users/yuki_ito/dev/ex_doc% ls share/
markdown.so

from ex_doc.

mururu avatar mururu commented on July 17, 2024

The error message says Did find:\n\t/Users/yuki_ito/dev/ex_doc/share/markdown.so: mach-o, but wrong architecture'.
So, maybe compile options are wrong.

from ex_doc.

alco avatar alco commented on July 17, 2024

@mururu What are architectures for your beam executable and markdown.so?

λ lipo -info /usr/local/Cellar/erlang/R15B03-1/lib/erlang/erts-5.9.3.1/bin/beam
Non-fat file: /usr/local/Cellar/erlang/R15B03-1/lib/erlang/erts-5.9.3.1/bin/beam is architecture: x86_64

λ lipo -info share/markdown.so 
Non-fat file: share/markdown.so is architecture: x86_64

from ex_doc.

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.