Giter VIP home page Giter VIP logo

odisco's People

Contributors

pmundkur avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

odisco's Issues

test fails to build on 32-bit ocaml

# File "tests/test_ddfs.ml", line 57, characters 9-22:
# Error: Integer literal exceeds the range of representable integers of type int
# Command exited with code 2.

Found as part of OPAM regression run tracked in OCamlPro/opam-repository#1029

OPAM compilation problem

I'm trying to setup ODisco library. I cloned latest version from GitHub. I installed OPAM with 4.00.1 compiler and camlzip, sonet libraries on my 64-bit Linux machine.
When I'm trying to compile ODisco I get this error:

ocamlbuild -use-ocamlfind all.otarget

  • /home/user/.opam/4.00.1/bin/ocamlfind ocamlc -c -annot -w A -w e -w l -w r -package camlzip -package sonet.httplib -package sonet.jsonlib -I lib -o lib/ddfs.cmo lib/ddfs.ml
    File "lib/ddfs.ml", line 75, characters 8-17:
    Error: This function is applied to too many arguments;
    maybe you forgot a `;'
    Command exited with code 2.
    Compilation unsuccessful after building 18 targets (0 cached) in 00:00:00.
    make: *** [all] Error 10

Also, I tried to switch compile to 3.12.1 version. I installed sonet library manually(cloned latest version from GitHub, make && make install), because It doesn't exist in package list for 3.12.1 compiler.
And then I got an error at the same line:

ocamlbuild -use-ocamlfind all.otarget

  • /home/user/.opam/3.12.1/bin/ocamlfind ocamlc -c -annot -w A -w e -w l -w r -package camlzip -package sonet.httplib -package sonet.jsonlib -I lib -o lib/ddfs.cmo lib/ddfs.ml
    File "lib/ddfs.ml", line 75, characters 8-17:
    Error: Unbound value C.request
    Command exited with code 2.
    Compilation unsuccessful after building 18 targets (17 cached) in 00:00:00.
    make: *** [all] Error 10

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.