I hereby claim:
- I am sjmackenzie on github.
- I am fractalide (https://keybase.io/fractalide) on keybase.
- I have a public key whose fingerprint is 75C2 76FE 9083 0FAE 8A41 8075 FD77 C509 32BB 2CA5
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
stewarts-MacBook-Pro-15:build stewart$ ../mozart/configure --prefix=/Users/stewart/oz/ | |
loading cache ./config.cache | |
checking for SRCTOP... (cached) /Users/stewart/dev/mozart/mozart | |
checking for BUILDTOP... (cached) /Users/stewart/dev/mozart/build | |
checking host system type... i386-apple-darwin10.0.0 | |
checking for GNU make... (cached) make | |
checking whether make sets ${MAKE}... (cached) yes | |
checking for a BSD compatible install... (cached) /usr/bin/install -c | |
checking for --with-global-oz... no | |
checking for mkinstalldirs... (cached) /Users/stewart/dev/mozart/mozart/mkinstalldirs |
stewarts-MacBook-Pro-15:build stewart$ make | |
dirs="platform share contrib doc"; \ | |
for i in $dirs; do \ | |
if (cd $i && make bootstrap); \ | |
then true; \ | |
else exit 1; \ | |
fi; \ | |
done | |
dirs="dss emulator wish tools"; \ | |
for i in $dirs; do \ |