I get around this by replacing abi/src/config/require/xp/Makefile with the copy from CVS-HEAD. That seems to allow stable to build again under win32. In stable, I guess it's still trying to call ./configure, HEAD just uses the Makefile.abi
Mikey > make[4]: Entering directory `/c/Abiroot/abi/src/config/require/xp' > Building on [MINGW32] with [LicensedTrademarks:Off Debug:Off BiDi:LTR > Pango:Off XML:expat Pspell:Off Scripting:Off]. > Found expat in peer directory > loading site script /etc/config.site > loading cache ./config.cache > checking host system type... i686-pc-mingw32 > checking build system type... i686-pc-mingw32 > checking for ranlib... : > checking for gcc... no > checking for cc... no > configure: error: no acceptable cc found in $PATH > make[5]: Entering directory `/c/Abiroot/expat' > make[5]: *** No targets specified and no makefile found. Stop. > make[5]: Leaving directory `/c/Abiroot/expat' > make[4]: *** [_EXPAT_] Error 2 > make[4]: Leaving directory `/c/Abiroot/abi/src/config/require/xp' > make[3]: *** [build] Error 2 > make[3]: Leaving directory `/c/Abiroot/abi/src/config/require' > make[2]: *** [build] Error 2 > make[2]: Leaving directory `/c/Abiroot/abi/src/config' > make[1]: *** [build] Error 2 > make[1]: Leaving directory `/c/Abiroot/abi/src' > make: *** [compile] Error 2 Thanks in advance besnik
