2010-06-25 Compile Bitlbee UI-fix branch on Mac OS 10.4

Yeah, I know. Why the hell am I still using Mac OS 10.4 instead of upgrading – or moving to a Debian system? I dunno!

So I was trying to compile the ui-fix branch for BitlBee. It includes the killerbee branch, so it uses libpurple and all that.

http://www.clicksmilies.com/s1106/wuerg/vomit-smiley-001.gif

http://code.bitlbee.org/wilmer/ui-fix/

http://cyberelk.net/tim/software/xmlto/

http://software.frodo.looijaard.name/getopt/

http://www.gnu.org/software/gettext/

I wasted a lot of time on this.

This is so sad.

The sun was shining, too.

I was unable to find something prepackaged for me. So I started to follow the instructions in DocBook XSL: The Complete Guide.

DocBook XSL: The Complete Guide

http://www.oasis-open.org/docbook/xml/4.2/docbook-xml-4.2.zip

http://sourceforge.net/projects/docbook/files/docbook-xsl-ns/1.75.2/docbook-xsl-ns-1.75.2.tar.bz2/download

<?xml version="1.0"?>
<catalog  xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
  <group  prefer="public"  xml:base="file:///usr/local/share/xml/" >
    <public
       publicId="-//OASIS//DTD DocBook XML V4.2//EN"
       uri="docbook-xml-4.2/docbookx.dtd"/>
    <rewriteURI
       uriStartString="http://docbook.sourceforge.net/release/xsl/current/"
       rewritePrefix="docbook-xsl-ns-1.75.2/" />
  </group>
</catalog>

I set the environment variable in my .bashrc: `export XML_CATALOG_FILES=/usr/local/share/xml/docbook.cat`.

And with that, `make xmlto` and `make bitlbee` worked!

​#Mac ​#IRC ​#Bitlbee ​#Emacs ​#DocBook