GithubHelp home page GithubHelp logo

Comments (4)

sestoft avatar sestoft commented on August 20, 2024

from mosml.

fandersengalois avatar fandersengalois commented on August 20, 2024

from mosml.

kfl avatar kfl commented on August 20, 2024

I have just pushed a small change that makes it possible to build (for me at least) mosml on MacOS Catalina and Ubuntu 20.04 (LTS).

I've had this in a private branch that I forgot to push.

from mosml.

fandersengalois avatar fandersengalois commented on August 20, 2024

I just downloaded the pushed version and successfully built and executed the tests under MacOS Big Sur 11.2.2

The only warning was the below. So I am up running with the latest!

Thanks,
Flemming

1 warning generated.
gcc -I/sw/include -bundle -flat_namespace -undefined suppress -o libmsocket.so msocket.o
gcc -Dunix -O3 -fPIC -I../../runtime -c -o munix.o munix.c
munix.c:143:12: warning: shifting a negative signed value is undefined
[-Wshift-negative-value]
return Val_long(-1);
^~~~~~~~~~~~
../../runtime/mlvalues.h:63:37: note: expanded from macro 'Val_long'
#define Val_long(x) (((long)(x) << 1) + 1)
~~~~~~~~~ ^
1 warning generated.
gcc -I/sw/include -bundle -flat_namespace -undefined suppress -o libmunix.so munix.o -lc

from mosml.

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.