> Could you tell us more details about your port? We'd like to deploy Sablotron to be complied w/ no additional tasks TBD.

Fortunately no code tweaks were required, and using the compiler that comes with Darwin/Mac OS X worked fine (I was kind of expecting conflicts, actually...)

But it's a good question, because I had temporarily blocked out the fact that a few little items took some figuring out:

First, you need to install the libw3c library available at http://www.w3.org/Library/. This may be mentioned somewhere, but if so we missed it and it caused us some delays.

If a package can't determine the host type and you are using recent Apple hardware, call .configure like so:

./configure --host=powerpc-apple

The Perl package for Sablotron wouldn't work until the makefile was created specifying /usr/local, like so:

perl Makefile.PL -d /usr/local

I believe that's everything we needed to do. The last two items (if not all of them) might be good to mention in the README.

If there's any more information I can provide, just let me know.

-- Ron Hayden

Reply via email to