On Saturday 21 July 2012 12:17:29 Damon Register wrote: > I was able to build fontconfig 2.9.0 using mingw without any trouble. I > saw that 2.10.0 was released so I tried that. configure seems to complete > without any problem. When I run make, it seems to want to do config all > over again. make output starts like this: > > CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh > /d/gtki2/fontconfig-2.10.0/missing --run aclocal-1.11 your timestamps are messed up -- autotools should not be automatically regenerated. any errors after this point are irrelevant. the best way to find out which timestamps are messed up: rm -rf fontconfig-2.10.0 tar xf fontconfig-2.10.0.tar.bz2 cd fontconfig-2.10.0 ./configure <your random flags> make -d >& log then look at the log file to see why it thinks it needs to regenerate the autotools. could be your clock is messed up, or you have an old kernel or broken filesystem, or something else. -mike
Attachment:
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/fontconfig