[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Monotone-devel] link failing in mingw
From: |
Stephen Leake |
Subject: |
[Monotone-devel] link failing in mingw |
Date: |
Sun, 21 Oct 2007 05:17:36 -0400 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/22.1 (windows-nt) |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Monotone-devel] link failing in mingw,
Stephen Leake <=