Re: [pcre-dev] Yet Another RC

Top Page
Delete this message
Author: Sheri
Date:  
To: Craig Silverstein
CC: pcre-dev
Subject: Re: [pcre-dev] Yet Another RC
Craig Silverstein wrote:
> } Can you give me a command line that will patch it to RC3? I see
> } there is a patch command in Msys.
>
> Looks like you got it to work?  In any case, if you just save my email
> (or just the patch part) and then run
>    patch < file_you_saved
> then it should work.

>
> My guess is you'll want to run this from the root of the pcre
> directory -- the same directory pcrecpp_unittest.cc and so forth are
> in. If that's not right, patch will tell you.
>
> craig
>
>
>

Hi Craig,

OK, I applied the patch. Everything built in all three environments, and
all tests passed!

However, Make Install still doesn't behave properly as it used to
following configure and make. I will paste the output of make install in
a separate message. What follows has only to do with configure and make
and cmake and make.

Regards,
Sheri

==============================
configure/make

Make got this at the top, and then went through a length rechecking of
the configuration, but everything seems to have built!

cd ../pcre-7.4-RC3 && /bin/sh /c/pcre-7.4Patch/pcre-7.4-RC3/missing 
--run aclocal-1.10
/c/pcre-7.4Patch/pcre-7.4-RC3/missing: aclocal-1.10: command not found
WARNING: `aclocal-1.10' is missing on your system.  You should only need 
it if
         you modified `acinclude.m4' or `configure.ac'.  You might want
         to install the `Automake' and `Perl' packages.  Grab them from
         any GNU archive site.
 cd ../pcre-7.4-RC3 && /bin/sh /c/pcre-7.4Patch/pcre-7.4-RC3/missing 
--run automake-1.10 --gnu
/c/pcre-7.4Patch/pcre-7.4-RC3/missing: automake-1.10: command not found
WARNING: `automake-1.10' is missing on your system.  You should only 
need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
cd ../pcre-7.4-RC3 && /bin/sh /c/pcre-7.4Patch/pcre-7.4-RC3/missing 
--run autoconf
/c/pcre-7.4Patch/pcre-7.4-RC3/missing: autoconf: command not found
WARNING: `autoconf' is missing on your system.  You should only need it if
         you modified `configure.ac'.  You might want to install the
         `Autoconf' and `GNU m4' packages.  Grab them from any GNU
         archive site.
/bin/sh ./config.status --recheck


==============================
Cmake/Msys/make

Everything built!
==============================
CMake/Visual Studio/build solution

Everything built! still had these warnings:
pcrecpp.cc
..\pcre-7.4-RC3\pcrecpp.cc(714) : warning C4244: '=' : conversion from
'long' to 'short', possible loss of data
..\pcre-7.4-RC3\pcrecpp.cc(725) : warning C4244: '=' : conversion from
'unsigned long' to 'unsigned short', possible loss of data
pcrecpp_unittest.cc
..\pcre-7.4-RC3\pcrecpp_unittest.cc(1136) : warning C4309:
'initializing' : truncation of constant value
..\pcre-7.4-RC3\pcrecpp_unittest.cc(1136) : warning C4309:
'initializing' : truncation of constant value
..\pcre-7.4-RC3\pcrecpp_unittest.cc(1136) : warning C4309:
'initializing' : truncation of constant value
..\pcre-7.4-RC3\pcrecpp_unittest.cc(1137) : warning C4309:
'initializing' : truncation of constant value
..\pcre-7.4-RC3\pcrecpp_unittest.cc(1137) : warning C4309:
'initializing' : truncation of constant value
..\pcre-7.4-RC3\pcrecpp_unittest.cc(1137) : warning C4309:
'initializing' : truncation of constant value
..\pcre-7.4-RC3\pcrecpp_unittest.cc(1138) : warning C4309:
'initializing' : truncation of constant value
..\pcre-7.4-RC3\pcrecpp_unittest.cc(1138) : warning C4309:
'initializing' : truncation of constant value
..\pcre-7.4-RC3\pcrecpp_unittest.cc(1138) : warning C4309:
'initializing' : truncation of constant value
..\pcre-7.4-RC3\pcrecpp_unittest.cc(1143) : warning C4309:
'initializing' : truncation of constant value
..\pcre-7.4-RC3\pcrecpp_unittest.cc(1143) : warning C4309:
'initializing' : truncation of constant value
..\pcre-7.4-RC3\pcrecpp_unittest.cc(1143) : warning C4309:
'initializing' : truncation of constant value
pcretest.c
..\pcre-7.4-RC3\pcretest.c(1358) : warning C4244: '=' : conversion from
'unsigned long' to 'pcre_uint16', possible loss of data
..\pcre-7.4-RC3\pcretest.c(1359) : warning C4244: '=' : conversion from
'unsigned long' to 'pcre_uint16', possible loss of data
..\pcre-7.4-RC3\pcretest.c(1360) : warning C4244: '=' : conversion from
'unsigned long' to 'pcre_uint16', possible loss of data
..\pcre-7.4-RC3\pcretest.c(1361) : warning C4244: '=' : conversion from
'unsigned long' to 'pcre_uint16', possible loss of data
..\pcre-7.4-RC3\pcretest.c(1362) : warning C4244: '=' : conversion from
'unsigned long' to 'pcre_uint16', possible loss of data
..\pcre-7.4-RC3\pcretest.c(1364) : warning C4244: '=' : conversion from
'unsigned long' to 'pcre_uint16', possible loss of data
..\pcre-7.4-RC3\pcretest.c(1366) : warning C4244: '=' : conversion from
'unsigned long' to 'pcre_uint16', possible loss of data
..\pcre-7.4-RC3\pcretest.c(1367) : warning C4244: '=' : conversion from
'unsigned long' to 'pcre_uint16', possible loss of data
..\pcre-7.4-RC3\pcretest.c(1599) : warning C4244: '=' : conversion from
'unsigned long' to 'uschar', possible loss of data
..\pcre-7.4-RC3\pcretest.c(1600) : warning C4244: '=' : conversion from
'unsigned long' to 'uschar', possible loss of data
..\pcre-7.4-RC3\pcretest.c(1601) : warning C4244: '=' : conversion from
'unsigned long' to 'uschar', possible loss of data
..\pcre-7.4-RC3\pcretest.c(1602) : warning C4244: '=' : conversion from
'unsigned long' to 'uschar', possible loss of data
..\pcre-7.4-RC3\pcretest.c(1604) : warning C4244: '=' : conversion from
'unsigned long' to 'uschar', possible loss of data
..\pcre-7.4-RC3\pcretest.c(1605) : warning C4244: '=' : conversion from
'unsigned long' to 'uschar', possible loss of data
..\pcre-7.4-RC3\pcretest.c(1606) : warning C4244: '=' : conversion from
'unsigned long' to 'uschar', possible loss of data
..\pcre-7.4-RC3\pcretest.c(1607) : warning C4244: '=' : conversion from
'unsigned long' to 'uschar', possible loss of data