------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=991




--- Comment #8 from Philip Hazel <[email protected]>  2010-06-02 20:10:29 
---
On Tue, 1 Jun 2010, Dino Chiesa wrote:

> diff for CMakeLists.txt
> 
> replace pcre.h.generic with pcre.h.in 

You are probably the first person to try building with CMake from an svn 
checkout. The problem is that pcre.h.generic is a file that is created 
when a distribution is built; that is why it isn't checked in to svn. It 
isn't the same as pcre.h.in:

44,47c44,47
< #define PCRE_MAJOR          @PCRE_MAJOR@
< #define PCRE_MINOR          @PCRE_MINOR@
< #define PCRE_PRERELEASE     @PCRE_PRERELEASE@
< #define PCRE_DATE           @PCRE_DATE@
---
> #define PCRE_MAJOR          8
> #define PCRE_MINOR          03
> #define PCRE_PRERELEASE     -TEST-2
> #define PCRE_DATE           2010-03-30

I *could* check it in to svn, but that wouldn't be right because what
would be checked in would be the file for the previous release or test 
tarball.

Philip


-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

-- 
## List details at http://lists.exim.org/mailman/listinfo/pcre-dev 

Reply via email to