search for: pcre_config

Displaying 12 results from an estimated 12 matches for "pcre_config".

Did you mean: parse_config
2018 Apr 10
6
[PATCH 0/5] Some improvements in bootstrap, m4 and configure.ac
Lin Ma (5): configure: error out if using libvirt backend and no header files configure: output the default backend in summary configure: try pcre-config if pcre pkg-config file not found configure: output clearer message when missing libmagic configure: support using local gnulib src directory as $GNULIB_SRCDIR bootstrap | 78
2020 Jun 08
1
Potential issue with perl-based pattern matching with Unicode characters on Windows R 4.0 and above
...w returns: ``` > regexpr("b", "foo\U0001F937bar", perl = TRUE) #> [1] 6 #> attr(,"match.length") #> [1] 1 ``` Perhaps this change in behavior could be explained by R4.0's migration to PCRE2? Here is some relevant output from my R4.0 session: ``` > pcre_config() #> UTF-8 Unicode properties JIT stack #> TRUE TRUE TRUE FALSE ``` ``` > extSoftVersion() #> zlib bzlib xz PCRE #> "1.2.11" "1.0.8, 13-Jul-2019" "5.2.4" "10.33 2019-04...
2019 Nov 27
5
[v2v PATCH v2 0/5] Various build cleanups
Brought to you by the "I haven't rebuilt the libguestfs universe in a while" saga -- now with working test suite. Pino Toscano (5): build: remove extra gnulib submodule build: remove extra checks and submodules build: stop using gnulib in test-harness build: remove unused gnulib modules Remove extra entries from podfiles .gitmodules | 3 -- Makefile.am
2019 Nov 27
6
[v2v PATCH 0/5] Various build cleanups
Brought to you by the "I haven't rebuilt the libguestfs universe in a while" saga. Pino Toscano (5): build: remove extra gnulib submodule build: remove extra checks and submodules build: stop using gnulib in test-harness build: remove unused gnulib modules Remove extra entries from podfiles .gitmodules | 3 -- Makefile.am | 2 - bootstrap
2017 Apr 20
1
Intel MKL compiling issue
...ined reference to `lzma_crc64 at XZ_5.0' ../../lib/libR.so: undefined reference to `pcre_assign_jit_stack' ../../lib/libR.so: undefined reference to `lzma_end at XZ_5.0' ../../lib/libR.so: undefined reference to `lzma_raw_encoder at XZ_5.0' ../../lib/libR.so: undefined reference to `pcre_config' ../../lib/libR.so: undefined reference to `pcre_compile' ../../lib/libR.so: undefined reference to `lzma_code at XZ_5.0' collect2: ld returned 1 exit status make[3]: *** [R.bin] Error 1 make[3]: Leaving directory `/home/jhz22/R-devel/src/main' make[2]: *** [R] Error 2 make[2]: Leav...
2015 Nov 28
0
[patch] Use JIT for PCRE pattern matching
According to ?pcre_config, just-in-time compilation support in the PCRE library <http://pcre.org/> is "desirable for speed". However, it seems that the pattern matching functions defined in src/main/grep.c make no effort to utilize the possible JIT support. Therefore it appears that currently R does not bene...
2019 May 29
4
[PATCH 0/3] Simple augeas-related changes
- bump the augeas requirement to 1.2.0, and drop an old hack - add a small helper in the generator Pino Toscano (3): build: raise augeas requirement to 1.2.0 appliance: remove custom Shadow augeas lens daemon: implement OptString for OCaml APIs appliance/Makefile.am | 6 +-- appliance/guestfs_shadow.aug | 72 ------------------------------------ daemon/augeas.c | 21
2019 Dec 13
8
[v2v PATCH 0/7] Various build fixes
Just like the similar series that already went in for libguestfs [1], do similar fixes also for virt-v2v, with additional fixes for the builddir!=srcdir case. This will also need the fix to subdir-rules.mk. [1] https://www.redhat.com/archives/libguestfs/2019-December/msg00062.html Pino Toscano (7): Update common to latest build: stop shipping files generated by configure build: use the
2017 Apr 20
2
Intel MKL compiling issue
Dear R-developers, I would appreciate any insights over compiling R 3.4 with Intel MKL -- I have been successful until R 3.3.3 but now it stops complaining about pcre though it worked without Intel MKL as follows, ./configure LDFLAGS=-L/genetics/data/software/lib CFLAGS=-fPIC -I/genetics/data/software/include --enable-R-shlib I have used, export MKL_NUM_THREADS=15 export
2019 Jul 09
7
[PATCH 0/5] Split virt-p2v in own repository
Hi, as it was already discussed on this list, here it is my attempt in splitting virt-p2v in an own repository. Sadly there are things that must be copied from libguestfs, as it cannot be avoided. The approach taken was to run a script (will send separately) to just get the "p2v" subdirectory with its history as own repository, and then add in few followup commits all the bits needed
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
.../local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c randtable.c -o randtable.o rm -f libbz2.a ar cr libbz2.a blocksort.o bzlib.o bzcompress.o crctable.o decompress.o huffman.o randtable.o ranlib libbz2.a making pcre_chartables.d from pcre_chartables.c making pcre_compile.d from pcre_compile.c making pcre_config.d from pcre_config.c making pcre_exec.d from pcre_exec.c making pcre_fullinfo.d from pcre_fullinfo.c making pcre_get.d from pcre_get.c making pcre_globals.d from pcre_globals.c making pcre_info.d from pcre_info.c making pcre_maketables.d from pcre_maketables.c making pcre_newline.d from pcre_newlin...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
.../local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c randtable.c -o randtable.o rm -f libbz2.a ar cr libbz2.a blocksort.o bzlib.o bzcompress.o crctable.o decompress.o huffman.o randtable.o ranlib libbz2.a making pcre_chartables.d from pcre_chartables.c making pcre_compile.d from pcre_compile.c making pcre_config.d from pcre_config.c making pcre_exec.d from pcre_exec.c making pcre_fullinfo.d from pcre_fullinfo.c making pcre_get.d from pcre_get.c making pcre_globals.d from pcre_globals.c making pcre_info.d from pcre_info.c making pcre_maketables.d from pcre_maketables.c making pcre_newline.d from pcre_newlin...