GithubHelp home page GithubHelp logo

drmeister / legacy-externals-clasp Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 10.0 268.28 MB

Libraries that clasp depends on

C++ 86.71% CSS 0.15% Perl 0.18% Assembly 1.94% Shell 0.77% C 6.76% Python 1.71% Max 0.02% XSLT 0.45% Makefile 0.67% TeX 0.36% Perl 6 0.01% Tcl 0.01% JavaScript 0.19% C# 0.06% Cuda 0.02% Fortran 0.01% Objective-C 0.01% Objective-C++ 0.01% Scheme 0.01%

legacy-externals-clasp's People

Contributors

drmeister avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

legacy-externals-clasp's Issues

Build problems on OSX

I cloned the externals-clasp repo and attempted to follow the directions in README.md and ran into the following two problems:

  • llvm failed to build because I don't have OCaml installed, and by default it wants to build bindings for OCaml. I was able to solve the build issue by adding "--disable-bindings" to the ./configure commands executed inside the makefile's llvm-setup-debug and llvm-setup-release rules.
  • Next, zlib failed to build with a confusing message about -Werror being passed to the compiler. I found that the makefile contains CC=$(CLASP_CC) with CLASP_CC being undefined on my system. The zlib configure script is seeing a compile failure, and assuming it was due to strict error checking, when it's actually due to no compiler being specified. My fix was to add "export CLASP_CC=clang" to my local.config file.

This is running on OSX 10.9.5.

ecl not part of externals checkout

Attempted to build on OSX 10.9.5:

$ git clone https://github.com/drmeister/externals-clasp.git
[...]
$ cd externals-clasp/
$ cp local.config.darwin local.config
$ make
[...]
make ecl-setup
make ecl-clean
(rm -rf ecl/build)
(cd ecl; ./configure --prefix=/Users/brettmorgan/local/externals-clasp/common)
/bin/sh: line 0: cd: ecl: No such file or directory
/bin/sh: ./configure: No such file or directory
make[1]: *** [ecl-setup] Error 127
make: *** [setup] Error 2

ctypes not found

In Linux (Ubuntu 14.04.2 LTS), if you have ocaml installed, "make" fails in the configure stage saying that it couldn't find "ctypes" and "OUnit" (or something similar).
Installing ctypes via opam solves both errors.
Sorry I don't have the exact error messages. If it helps I can try cleaning up my environment and reproducing them.

./configure not found in boehm-7.2

When I follow the instructions and type make' in order to make externals-clasp, I can see that it does acd' into boehm-7.2 and then
it tries to execute ./configure, but there is no such file. There is,
however, a file configure.ac in boehm-7.2.

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.