search for: pcre_study

Displaying 13 results from an estimated 13 matches for "pcre_study".

2015 Nov 28
0
[patch] Use JIT for PCRE pattern matching
...tch is an attempt to enable JIT in functions using the PCRE library. It was written by following instructions on the "pcrejit" man page <http://pcre.org/original/doc/html/pcrejit.html#SEC4>. The patch also fixes what I think is an issue of wrong nesting which seems to have prevented pcre_study() from ever running in grep(l). I tested the patch with the following code. It defines a vector of 11 strings which is just enough to trigger the use of pcre_study() which now also runs the JIT compiler. It includes a very long string to highlight another issue: deep recursion and possible segment...
2017 Apr 20
1
Intel MKL compiling issue
...g: libpcre.so.1, needed by ../../lib/libR.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: liblzma.so.5, needed by ../../lib/libR.so, not found (try using -rpath or -rpath-link) ../../lib/libR.so: undefined reference to `pcre_exec' ../../lib/libR.so: undefined reference to `pcre_study' ../../lib/libR.so: undefined reference to `lzma_alone_decoder at XZ_5.0' ../../lib/libR.so: undefined reference to `pcre_fullinfo' ../../lib/libR.so: undefined reference to `lzma_stream_decoder at XZ_5.0' ../../lib/libR.so: undefined reference to `pcre_version' ../../lib/libR.s...
2014 Jun 06
0
Vanitygen on centos linux
...c:1652: aviso: declaraci?n impl?cita de la funci?n ?pcre_compile? pattern.c:1654: error: ?vg_regex_context_t? no tiene un miembro llamado ?vcr_regex? pattern.c:1667: error: ?vg_regex_context_t? no tiene un miembro llamado ?vcr_regex_extra? pattern.c:1668: aviso: declaraci?n impl?cita de la funci?n ?pcre_study? pattern.c:1668: error: ?vg_regex_context_t? no tiene un miembro llamado ?vcr_regex? pattern.c:1671: aviso: declaraci?n impl?cita de la funci?n ?pcre_free? pattern.c:1671: error: ?vg_regex_context_t? no tiene un miembro llamado ?vcr_regex? pattern.c:1674: error: ?vg_regex_context_t? no tiene un mie...
2007 Jan 30
1
Solaris 10 compilation issue
...nections.o R_Suicide Renviron.o stemleaf registration.o Rf_digamma arithmetic.o do_sysinfo names.o Rf_dnchisq arithmetic.o Rf_dnbinom arithmetic.o pcre_study character.o R_ShowMessage CommandLineArgs.o dqrdc2_ registration.o ptr_R_addhistory ../unix/libunix.a(stubs.o) Rf_InitFunctionHashing Rdynload.o R_FlushConsole errors.o Rf...
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
...nections.o R_Suicide Renviron.o stemleaf registration.o Rf_digamma arithmetic.o do_sysinfo names.o Rf_dnchisq arithmetic.o Rf_dnbinom arithmetic.o pcre_study character.o R_ShowMessage CommandLineArgs.o dqrdc2_ registration.o ptr_R_addhistory ../unix/libunix.a(stubs.o) Rf_InitFunctionHashing Rdynload.o R_FlushConsole errors.o Rf...
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
2007 Jan 30
0
R Compiling issue
...t.o) Rf_dsignrank arithmetic.o Rf_psignrank arithmetic.o Rf_rsignrank random.o Rf_qsignrank arithmetic.o Rf_dcauchy arithmetic.o deflate connections.o R_Suicide Renviron.o stemleaf registration.o Rf_digamma arithmetic.o do_sysinfo names.o Rf_dnchisq arithmetic.o Rf_dnbinom arithmetic.o pcre_study character.o R_ShowMessage CommandLineArgs.o dqrdc2_ registration.o ptr_R_addhistory ../unix/libunix.a(stubs.o) Rf_InitFunctionHashing Rdynload.o R_FlushConsole errors.o Rf_gamma_cody arithmetic.o Rf_dwilcox arithmetic.o deflateInit_ ../extra/zlib/libz.a(compress.o) rmultinom random.o Rf_d...
2007 Jan 30
0
Issue with compiling R on solaris 10
...nections.o R_Suicide Renviron.o stemleaf registration.o Rf_digamma arithmetic.o do_sysinfo names.o Rf_dnchisq arithmetic.o Rf_dnbinom arithmetic.o pcre_study character.o R_ShowMessage CommandLineArgs.o dqrdc2_ registration.o ptr_R_addhistory ../unix/libunix.a(stubs.o) Rf_InitFunctionHashing Rdynload.o R_FlushConsole errors.o Rf...
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
....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_newline.c making pcre_ord2utf8.d from pcre_ord2utf8.c making pcre_refcount.d from pcre_refcount.c making pcre_study.d from pcre_study.c making pcre_tables.d from pcre_tables.c making pcre_try_flipped.d from pcre_try_flipped.c making pcre_ucd.d from pcre_ucd.c making pcre_valid_utf8.d from pcre_valid_utf8.c making pcre_version.d from pcre_version.c making pcre_xclass.d from pcre_xclass.c gcc -std=gnu99 -I. -I. -I...
2020 Apr 24
0
R 4.0.0 is released
...essions that were accepted by PCRE1. A hyphen now has to be escaped in a character class to be interpreted as a literal (unless first or last in the class definition). \R, \B and \X are no longer allowed in character classes (PCRE1 treated these as literals). * Option PCRE_study is no longer used with PCRE2, and is reported as FALSE when that is in use. NEW FEATURES: * assertError() and assertWarning() (in package tools) can now check for _specific_ error or warning classes _via_ the new optional second argument classes (which is not back compatib...
2020 Apr 24
0
R 4.0.0 is released
...essions that were accepted by PCRE1. A hyphen now has to be escaped in a character class to be interpreted as a literal (unless first or last in the class definition). \R, \B and \X are no longer allowed in character classes (PCRE1 treated these as literals). * Option PCRE_study is no longer used with PCRE2, and is reported as FALSE when that is in use. NEW FEATURES: * assertError() and assertWarning() (in package tools) can now check for _specific_ error or warning classes _via_ the new optional second argument classes (which is not back compatib...
2020 Apr 24
0
R 4.0.0 is released
...essions that were accepted by PCRE1. A hyphen now has to be escaped in a character class to be interpreted as a literal (unless first or last in the class definition). \R, \B and \X are no longer allowed in character classes (PCRE1 treated these as literals). * Option PCRE_study is no longer used with PCRE2, and is reported as FALSE when that is in use. NEW FEATURES: * assertError() and assertWarning() (in package tools) can now check for _specific_ error or warning classes _via_ the new optional second argument classes (which is not back compatib...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
....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_newline.c making pcre_ord2utf8.d from pcre_ord2utf8.c making pcre_refcount.d from pcre_refcount.c making pcre_study.d from pcre_study.c making pcre_tables.d from pcre_tables.c making pcre_try_flipped.d from pcre_try_flipped.c making pcre_ucd.d from pcre_ucd.c making pcre_valid_utf8.d from pcre_valid_utf8.c making pcre_version.d from pcre_version.c making pcre_xclass.d from pcre_xclass.c gcc -std=gnu99 -I. -I. -I...