building ardour 2 on tiger intel fails

hello,

i’m trying to build ardour 2 on mac os x 10.4.7 intel which fails. following this page

http://ardour.org/building

i have all required tools, i have installed are required libraries in the ‘All versions of Ardour’ list, i have installed glib, but i cannot build gtk+ because i cannot build cairo because i cannot install fontconfig ;-(

freetype-2.2.1 was installed, configure and make are fine for fontconfig-2.4.0, but when i type ‘sudo make install’ for fontconfig i end up with this passage eventually:

Making install in test
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/etc/fonts" || /Users/rutz/Desktop/fontconfig-2.4.0/install-sh -d "/usr/local/etc/fonts"
 /usr/bin/install -c -m 644 'fonts.dtd' '/usr/local/etc/fonts/fonts.dtd'
/Users/rutz/Desktop/fontconfig-2.4.0/install-sh -d /usr/local/etc/fonts NONE/var/cache/fontconfig
if [ -f /usr/local/etc/fonts/fonts.conf ]; then \
  echo "backing up existing /usr/local/etc/fonts/fonts.conf"; \
  mv /usr/local/etc/fonts/fonts.conf /usr/local/etc/fonts/fonts.conf.bak; \
fi
backing up existing /usr/local/etc/fonts/fonts.conf
if [ -f ./fonts.conf ]; then \
  echo " /usr/bin/install -c -m 644 ./fonts.conf /usr/local/etc/fonts/fonts.conf"; \
  /usr/bin/install -c -m 644 ./fonts.conf /usr/local/etc/fonts/fonts.conf; \
else if [ -f fonts.conf ]; then \
  echo " /usr/bin/install -c -m 644 fonts.conf /usr/local/etc/fonts/fonts.conf"; \
  /usr/bin/install -c -m 644 fonts.conf /usr/local/etc/fonts/fonts.conf; \
fi; fi
 /usr/bin/install -c -m 644 ./fonts.conf /usr/local/etc/fonts/fonts.conf
 fc-cache/fc-cache -s -f -v
/usr/share/fonts: skipping, no such directory
/usr/X11R6/lib/X11/fonts: caching, 0 fonts, 11 dirs
/usr/X11R6/lib/X11/fonts/100dpi: dyld: lazy symbol binding failed: Symbol not found: _FSPathMakeRef
  Referenced from: /usr/local/lib/libfreetype.6.dylib
  Expected in: flat namespace

dyld: Symbol not found: _FSPathMakeRef
  Referenced from: /usr/local/lib/libfreetype.6.dylib
  Expected in: flat namespace

make[2]: *** [install-data-local] Error 133
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1

(also tried fontconfig 2.3.95)

thanks for help. or has anyone a ready binary snapshot of ardour 2 for mac intel?

ciao, -sciss-

p.s.: can someone fix the ‘pre’ css setting, at least with firefox, ‘pre’ blocks have a font size about 200% above the regular text, thanks