[haiku-commits] Re: haiku: hrev44434 - src/add-ons/media/media-add-ons/mixer headers/libs/print/libprint src/libs/print/libprint

  • From: John Scipione <jscipione@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 30 Jul 2012 02:56:11 -0400

First off, thanks Alex Smith for fixing this bug, or at least working
around it more cleanly.

Secondly, you'll have to update your build-tools and reconfigure on
Mac OS X 10.7 Lion after pulling this commit to get Haiku to build
again.

Thirdly, I got an error saying that lesskey was not found. To fix this
I built less from brew. Since less comes with Mac OS X this is a bit
tougher than normal. You can do the following to install less from
homebrew:

brew tap homebrew/dupes
brew install less

or if you want to install less without taping into dupes you can do:

brew install https://raw.github.com/Homebrew/homebrew-dupes/master/less.rb

Alternately you can build less from source manually (simple
./configure && make && make install) or there is probably a MacPort
for less as well.

John Scipione

Other related posts: