Displaying 20 results from an estimated 933 matches for "pcre".
Did you mean:
pcie
2019 Mar 01
2
pcre problems
thanks for this guys.
I only compiled pcre myself as a last resort, because of the
./configure failure. But AFAICS apt-get reports correct
installation:
OK~/Downloads/R-devel sudo apt-get install r-base-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
r-base-dev is already the newest version (...
2019 Mar 01
2
pcre problems
thanks for this guys.
I only compiled pcre myself as a last resort, because of the
./configure failure. But AFAICS apt-get reports correct
installation:
OK~/Downloads/R-devel sudo apt-get install r-base-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
r-base-dev is already the newest version (...
2002 Nov 02
5
problem compiling R-1.6.1 on WinNT: pcre
Dear R-help,
(This is the first time I tried compiling 1.6.x from source on WinNT4, so
please bear with me...)
I tried following the instruction in src/gnuwin32/INSTALL as closely as I
could, but encounter the following errors at the make step. Can some kind
soul please help? I'm using pcre-3.9 and MinGW-2.0.0-3. I checked and
libRpcre.a _is_ in src/extra/pcre.
TIA,
Andy
...
gcc --shared -s -mwindows -o R.dll R.def R.a malloc.o libmain.a libappl.a
libmath.a ga.a gl.a xdr.a ../extra/zlib/libz.a ../extra/pcre/libRpcre.a
../extra/bzip2/libbz2.a dllversion.o -L. -lg2c -lRblas -lcomctl...
2019 Feb 25
3
pcre problems
Hi there, ubuntu 18.04.2, trying to compile R-devel 3.6.0, svn 76155.
I am having difficulty compiling R. I think I have pcre installed correctly:
OK~/Downloads/R-devel pcretest -C
PCRE version 8.41 2017-07-05
Compiled with
8-bit support
UTF-8 support
No Unicode properties support
No just-in-time compiler support
Newline sequence is LF
\R matches all Unicode newlines
Internal link size = 2
POSIX malloc th...
2019 Mar 01
2
pcre problems
...lists... Done
E: Unable to find a source package for r-base
OK~
hankin.robin at gmail.com
On Fri, Mar 1, 2019 at 8:47 PM Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
>
> On 3/1/19 7:10 AM, robin hankin wrote:
> > thanks for this guys.
> >
> > I only compiled pcre myself as a last resort, because of the
> > ./configure failure. But AFAICS apt-get reports correct
> > installation:
> >
> > OK~/Downloads/R-devel sudo apt-get install r-base-dev
> > Reading package lists... Done
> > Building dependency tree
> > Reading...
2019 Mar 01
2
pcre problems
...lists... Done
E: Unable to find a source package for r-base
OK~
hankin.robin at gmail.com
On Fri, Mar 1, 2019 at 8:47 PM Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
>
> On 3/1/19 7:10 AM, robin hankin wrote:
> > thanks for this guys.
> >
> > I only compiled pcre myself as a last resort, because of the
> > ./configure failure. But AFAICS apt-get reports correct
> > installation:
> >
> > OK~/Downloads/R-devel sudo apt-get install r-base-dev
> > Reading package lists... Done
> > Building dependency tree
> > Reading...
2015 Apr 08
1
PCRE, and setting C-, LD- and CPP-FLAGS for a local r-devel installation
...ago when building a local
r-devel installation on a cluster, with apparent outdated or missing dev
versions of some files. After reading the r-devel news (
https://developer.r-project.org/blosxom.cgi/R-devel/NEWS), it turned out
that " Use of the included versions of ?zlib?, ?bzlib?, ?xz? and PCRE is
deprecated: these are frozen and will eventually be removed. ", and so I
should have expected these errors.
Without being admin, I cannot system wide install or update the software
needed to get the correct headers and libs. So I have to specify all flags
myself. It went well with zlib, bz...
2019 Mar 01
1
pcre problems
...ng with deb-src.
Best
Tomas
>
>
> hankin.robin at gmail.com
>
>
> On Fri, Mar 1, 2019 at 8:47 PM Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
>> On 3/1/19 7:10 AM, robin hankin wrote:
>>> thanks for this guys.
>>>
>>> I only compiled pcre myself as a last resort, because of the
>>> ./configure failure. But AFAICS apt-get reports correct
>>> installation:
>>>
>>> OK~/Downloads/R-devel sudo apt-get install r-base-dev
>>> Reading package lists... Done
>>> Building dependency tree...
2019 Mar 01
1
[Rd] pcre problems
...ng with deb-src.
Best
Tomas
>
>
> hankin.robin at gmail.com
>
>
> On Fri, Mar 1, 2019 at 8:47 PM Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
>> On 3/1/19 7:10 AM, robin hankin wrote:
>>> thanks for this guys.
>>>
>>> I only compiled pcre myself as a last resort, because of the
>>> ./configure failure. But AFAICS apt-get reports correct
>>> installation:
>>>
>>> OK~/Downloads/R-devel sudo apt-get install r-base-dev
>>> Reading package lists... Done
>>> Building dependency tree...
2019 Mar 01
0
pcre problems
On 3/1/19 7:10 AM, robin hankin wrote:
> thanks for this guys.
>
> I only compiled pcre myself as a last resort, because of the
> ./configure failure. But AFAICS apt-get reports correct
> installation:
>
> OK~/Downloads/R-devel sudo apt-get install r-base-dev
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> r-b...
2019 May 14
3
Pcre install
Hello,
I downloaded R-3.6.0.tar.gz from https://cran.r-project.org/src/base/R-3/.
I tried to install R-3.6.0.tar.gz in Ubuntu system.
Thanks in advance for any help!
yue
checking for pcre.h... yes
checking pcre/pcre.h usability... no
checking pcre/pcre.h presence... no
checking for pcre/pcre.h... no
checking if PCRE version >= 8.20, < 10.0 and has UTF-8 support... no
checking whether PCRE support suffices... configure: error: pcre >= 8.20 library and headers are required...
2017 Sep 21
18
[PATCH v2 00/18] Replace many more uses of the Str module with PCRE.
v1 was here:
https://www.redhat.com/archives/libguestfs/2017-September/msg00135.html
This is a more complete evolution of the earlier patch. It replaces
most important uses of Str with PCRE throughout the code. It also
extends the bindings with some useful features like case-insensitive
regexps.
The main places I *didn't* touch are the generator (GObject uses Str
extensively); and common/mlstdutils which cannot use PCRE because it
cannot depend on C code. But pretty much everyt...
2019 Mar 01
1
pcre problems
...> > hankin.robin at gmail.com
> >
> >
> > On Fri, Mar 1, 2019 at 8:47 PM Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
> >> On 3/1/19 7:10 AM, robin hankin wrote:
> >>> thanks for this guys.
> >>>
> >>> I only compiled pcre myself as a last resort, because of the
> >>> ./configure failure. But AFAICS apt-get reports correct
> >>> installation:
> >>>
> >>> OK~/Downloads/R-devel sudo apt-get install r-base-dev
> >>> Reading package lists... Done
> >>...
2019 Mar 01
1
[Rd] pcre problems
...>> >
>> > On Fri, Mar 1, 2019 at 8:47 PM Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
>> >> On 3/1/19 7:10 AM, robin hankin wrote:
>> >>> thanks for this guys.
>> >>>
>> >>> I only compiled pcre myself as a last resort, because of the
>> >>> ./configure failure. But AFAICS apt-get reports correct
>> >>> installation:
>> >>>
>> >>> OK~/Downloads/R-devel sudo apt-get install r-base-dev
>> >>> Re...
2017 Aug 02
2
Re: [PATCH 0/2] Add lightweight bindings for PCRE.
On Wed, Aug 02, 2017 at 12:33:14PM +0200, Pino Toscano wrote:
> Hi,
>
> (replying here since v2 of the series does not have this explanation.)
>
> On Tuesday, 1 August 2017 16:00:15 CEST Richard W.M. Jones wrote:
> > We'd like to use PCRE instead of the awful Str module. However I
> > don't necessarily want to pull in the extra dependency of ocaml-pcre,
> > and in any case ocaml-pcre is rather difficult to use.
> >
> > This introduces very simplified and lightweight bindings for PCRE.
> >
> &g...
2017 Sep 20
4
[PATCH 0/4] Replace some uses of the Str module with PCRE.
Str is a pretty ugly regexp module. Let's try to replace it with
PCRE. This series of commits goes some small way towards that
eventual goal.
- - -
I wonder if there was a deep reason why we had this?
let unix2dos s =
String.concat "\r\n" (Str.split_delim (Str.regexp_string "\n") s)
I replaced it with what I think should be (nearly) equi...
2020 Mar 17
2
configure --with-pcre1 fails with latest R 4.0 on Ubuntu 14.04
Using --with-pcre1 to configure the latest R 4.0 (revision 77988) on an
Ubuntu 14.04.5 LTS system gives me the following error:
...
checking if lzma version >= 5.0.3... yes
checking for pcre2-config... no
checking for pcre_fullinfo in -lpcre... yes
checking pcre.h usability... yes
checking pcre.h presence... ye...
2017 Sep 22
27
[PATCH v3 00/22] Replace almost all uses of the Str module with PCRE.
v1:
https://www.redhat.com/archives/libguestfs/2017-September/msg00135.html
v2:
https://www.redhat.com/archives/libguestfs/2017-September/msg00158.html
v3 is almost identical to v2, but I have added 4 extra commits to
almost finish the job of replacing Str everywhere possible (note it's
not possible to replace Str in common/mlstdutils or the generator
because those are pure OCaml).
As
2015 Nov 20
3
R-devel no longer supports Ubuntu 14.04 LTS (insufficient PCRE version)
Since yesterday's r69662, R no longer ./configure[s] on a standard
Ubuntu 14.04.3 installation, which ships with PCRE 8.31
(http://packages.ubuntu.com/trusty-updates/libpcre3-dev)
I get:
> checking if PCRE version >= 8.32, < 10.0 and has UTF-8 support... no
> checking whether PCRE support suffices... configure: error: pcre library and headers are required
Are there any workarounds for this except fo...
2017 Sep 22
0
[PATCH v3 02/22] common/mlpcre: Add PCRE.subi to return indexes instead of the substring.
---
common/mlpcre/PCRE.ml | 3 +--
common/mlpcre/PCRE.mli | 14 ++++++++++++++
common/mlpcre/pcre-c.c | 27 +++++++++++++++++++++++++++
common/mlpcre/pcre_tests.ml | 19 ++++++++++++++++---
4 files changed, 58 insertions(+), 5 deletions(-)
diff --git a/common/mlpcre/PCRE.ml b/common/mlpcre/PCRE.ml...