drmeister / legacy-externals-clasp

Libraries that clasp depends on
13 stars 10 forks source link

ecl not part of externals checkout #1

Closed domesticmouse closed 10 years ago

domesticmouse commented 10 years ago

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
drmeister commented 10 years ago

Hi, I'm just messing with the build system because we discovered some problems with it. I'm in the main trunk. Give me about half an hour and I'll email you when it's working.