I'm trying to compile io but it's failing and I can't understand why. Here's what I did to compile it:
mkdir build && cd build
cmake ..
make
Here's a gist of output from cmake
Which seems fine but when I run make
(gist of the output)
it fails with something to do with python: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
I've also tried installing with Homebrew.
I'm running Mac OS 10.6.7.
How could I get io to compile (it seems a great language and I'd really like to start using it)?