Skip to content

Instantly share code, notes, and snippets.

View sjmackenzie's full-sized avatar

Stewart Mackenzie sjmackenzie

  • Hong Kong
View GitHub Profile

Keybase proof

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:

Keybase proof

I hereby claim:

  • I am sjmackenzie on github.
  • I am sj_mackenzie (https://keybase.io/sj_mackenzie) on keybase.
  • I have a public key whose fingerprint is 8B22 6EF8 381A 3FF8 FD5A A5CE 33E3 E8A1 D61F 95E3

To claim this, I am signing this object:

@sjmackenzie
sjmackenzie / mozart oz config
Created May 15, 2011 13:23
config output for OS X
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
@sjmackenzie
sjmackenzie / mozart oz error
Created May 15, 2011 11:28
os x error while compiling mozart oz
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 \