I'm tryhing to configure, then build fontconfig version -2.10.1 on Windows XP. My compiler is MinGW 4.4.1.
Initially I try to configure this using MSYS and I get an error telling me I'm missing intl.dll . I eneded up downloading this then runing the ./configure command again and I get another error saying that I'm missing iconv.dll. So I ended up downloading that (it's probaby dodgy) and running ./configure again. I then get another error:
The procedure entry point libintl_fprintf could not be located in the dynamic link library intl.dll
I'm thinking that I should have had these two dll's in my system initially and didn't, they've gone missing for some reason or another. Not sure where to get the right dll's from?
Would I have done something wrong here?
Thanks.