Dear List
OS X Tiger does has not have fontconfig, so I'm building it in ~/buildwine/usr to keep it out of /usr. I include the headers and libs from ~/buildwine/usr with CPPFLAGS and CFLAGS.
This worked fine until 1.2-rc1 and 1.2-rc2.
Compiling xrender.c now exits with an error that FC_WEIGHT_THIN etc is not defined.
configure leaves me with
SONAME_LIBFONTCONFIG='libfontconfig.1.dylib' FONTCONFIGINCL=''
in the config.log. No luck even if I
export FONTCONFIGINCL="-I//$HOME/buildwine/usr/include/fontconfig -I//$HOME/buildwine/usr/include'
which resulted in a correct FONTCONFIGINCL, but the compiling still failed. All the other custom compiled deps are working as usual.
Any hint what I might missing?
txs Mike