31 |
This is an attempt to solve the reported problem "pcrecpp::no_arg is not |
This is an attempt to solve the reported problem "pcrecpp::no_arg is not |
32 |
exported in the Windows port". It has not yet been confirmed that the patch |
exported in the Windows port". It has not yet been confirmed that the patch |
33 |
solves the problem, but it does no harm. |
solves the problem, but it does no harm. |
34 |
|
|
35 |
6. Applied Sheri's patch to CMakeLists.txt to add NON_STANDARD_LIB_PREFIX and |
6. Applied Sheri's patch to CMakeLists.txt to add NON_STANDARD_LIB_PREFIX and |
36 |
NON_STANDARD_LIB_SUFFIX and correct the comment about stack recursion. |
NON_STANDARD_LIB_SUFFIX and correct the comment about stack recursion. |
37 |
|
|
38 |
7. Remove the automatic building of pcredemo from the ./configure system and |
7. Remove the automatic building of pcredemo from the ./configure system and |
39 |
from CMakeLists.txt. The whole idea of pcredemo.c is that it is an example |
from CMakeLists.txt. The whole idea of pcredemo.c is that it is an example |
40 |
of a program that users should build themselves after PCRE is installed, so |
of a program that users should build themselves after PCRE is installed, so |
41 |
building it automatically is not really right. What is more, it gave |
building it automatically is not really right. What is more, it gave |
42 |
trouble in some build environments. |
trouble in some build environments. |
43 |
|
|
44 |
|
|