Finite Improbability

Just programming and math, no spontaneously jumping undergarments

Archive for the 'programming' Category

Moving to bitbucket…

I’m moving my projects (yes, all two of them) to bitbucket. You’ll find them here

No comments

Category test

If this shows up in the emacs and programming categories, that would be awesome.

No comments

I’m stupid, Part I

When on a Mac, there are two locations to install a Framework: system-wide (/Library/Frameworks) and user-local (~/Library/Frameworks). The user-local location is (obviously) checked first.

If you’re trying to install GHC and it keeps giving you error messages like:

checking for path to top of build tree... dyld: Library not loaded: GMP.framework/Versions/A/GMP
Referenced from: /Users/ajones/programming/haskell/ghc-6.8.2/utils/pwd/pwd
Reason: Incompatible library version: pwd requires version 8.0.0 or later, but GMP provides version 7.0.0 

It might be worthwhile to make sure you don’t have an old version of GMP.Framework installed in your user local frameworks library.

No comments