So I'm trying to install Lamdu, and because it relies on GLFW (brew install glfw3
)I've had to install that, and the GLFW bindings for Haskell. I cloned the Lamdu repository, cd lamdu
, cabal configure
, and the only dependencies that it says I don't have are GLFW-b. cabal install glfw-b
gets the same error, every time (I've tried reinstalling the Haskell Platform with a binary and rebuilding from source, nothing changed)
What I think are the most important lines of the error:
3.0.3.2.o: unknown symbol '__objc_empty_vtable'
ghc: unable to load package 'bindings-GLFW-3.0.3.2'
You can find the full error here