I'm getting link failures in mingw due to pcre. I configured with '--without-system-pcre', which results in a static link.
The fix is to add #include pcre_config.h to pcrewrap.cc, to pick up the #define of PCRE_STATIC. It would be nice if pcre.h did '#include "pcre_config.h"', but all the other pcre_*.c files do '#include "pcre_config.h"' on their own, so this is at least consistent. Committed. -- -- Stephe _______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
