Entries from July 2010 ↓

凤姐's ablum is on iTunes

My first response to this is just what Janice in Friends likely to say “Oh, My God!”

爱情买卖

Via Phunter

The Best of the Day

Morgan Freeman

Via Reddit

If you don’t know what this is about, check youtube

Install Mutt on Mac OS X using Homebrew

The recent version of Homebrew can’t install Mutt. After a quick check of the error info, I found that maybe due to either Tokyo-Cabinet need to be installed with sudo, or the config for Mutt on Homebrew never check whether Tokyo-Cabinet is installed, even though it claims a dependency.

To solve this, you can try both of the below steps or just edit the Mutt config file as below:

  • sudo brew install tokyo-cabinet (as you do in Macports)
  • brew edit mutt. Add “–with-tokyocabinet”, below line41 “–enable-hcache”, don’t forget the quotation mark and the comma.

Now install Mutt. If it still states the linking step fails, sudo it.