|
yizhi Qt chengxu dao kaifaban
发表于 2017-2-22 11:44:08
浏览:14652
|
回复:11
打印
只看该作者
[复制链接]
楼主
encoding/apr_escape.c: In function 'apr_escape_shell':
encoding/apr_escape.c:79:33: error: 'test_char_table' undeclared (first use in this function)
#define TEST_CHAR(c, f) (test_char_table[(unsigned)(c)] & (f))
^
encoding/apr_escape.c:109:21: note: in expansion of macro 'TEST_CHAR'
if (TEST_CHAR(*s, T_ESCAPE_SHELL_CMD)) {
^
encoding/apr_escape.c:79:33: note: each undeclared identifier is reported only once for each function it appears in
#define TEST_CHAR(c, f) (test_char_table[(unsigned)(c)] & (f))
^
encoding/apr_escape.c:109:21: note: in expansion of macro 'TEST_CHAR'
if (TEST_CHAR(*s, T_ESCAPE_SHELL_CMD)) {
^
encoding/apr_escape.c:109:35: error: 'T_ESCAPE_SHELL_CMD' undeclared (first use in this function)
if (TEST_CHAR(*s, T_ESCAPE_SHELL_CMD)) {
^
encoding/apr_escape.c:79:67: note: in definition of macro 'TEST_CHAR'
#define TEST_CHAR(c, f) (test_char_table[(unsigned)(c)] & (f))
^
encoding/apr_escape.c: In function 'apr_escape_path_segment':
encoding/apr_escape.c:79:33: error: 'test_char_table' undeclared (first use in this function)
#define TEST_CHAR(c, f) (test_char_table[(unsigned)(c)] & (f))
^
encoding/apr_escape.c:353:21: note: in expansion of macro 'TEST_CHAR'
if (TEST_CHAR(c, T_ESCAPE_PATH_SEGMENT)) {
^
encoding/apr_escape.c:353:34: error: 'T_ESCAPE_PATH_SEGMENT' undeclared (first use in this function)
if (TEST_CHAR(c, T_ESCAPE_PATH_SEGMENT)) {
^
encoding/apr_escape.c:79:67: note: in definition of macro 'TEST_CHAR'
#define TEST_CHAR(c, f) (test_char_table[(unsigned)(c)] & (f))
^
encoding/apr_escape.c: In function 'apr_escape_path':
encoding/apr_escape.c:79:33: error: 'test_char_table' undeclared (first use in this function)
#define TEST_CHAR(c, f) (test_char_table[(unsigned)(c)] & (f))
^
encoding/apr_escape.c:437:17: note: in expansion of macro 'TEST_CHAR'
if (TEST_CHAR(c, T_OS_ESCAPE_PATH)) {
^
encoding/apr_escape.c:437:30: error: 'T_OS_ESCAPE_PATH' undeclared (first use in this function)
if (TEST_CHAR(c, T_OS_ESCAPE_PATH)) {
^
encoding/apr_escape.c:79:67: note: in definition of macro 'TEST_CHAR'
#define TEST_CHAR(c, f) (test_char_table[(unsigned)(c)] & (f))
^
encoding/apr_escape.c: In function 'apr_escape_urlencoded':
encoding/apr_escape.c:79:33: error: 'test_char_table' undeclared (first use in this function)
#define TEST_CHAR(c, f) (test_char_table[(unsigned)(c)] & (f))
^
encoding/apr_escape.c:504:21: note: in expansion of macro 'TEST_CHAR'
if (TEST_CHAR(c, T_ESCAPE_URLENCODED)) {
^
encoding/apr_escape.c:504:34: error: 'T_ESCAPE_URLENCODED' undeclared (first use in this function)
if (TEST_CHAR(c, T_ESCAPE_URLENCODED)) {
^
encoding/apr_escape.c:79:67: note: in definition of macro 'TEST_CHAR'
#define TEST_CHAR(c, f) (test_char_table[(unsigned)(c)] & (f))
^
encoding/apr_escape.c: In function 'apr_escape_entity':
encoding/apr_escape.c:79:33: error: 'test_char_table' undeclared (first use in this function)
#define TEST_CHAR(c, f) (test_char_table[(unsigned)(c)] & (f))
^
encoding/apr_escape.c:578:21: note: in expansion of macro 'TEST_CHAR'
if (TEST_CHAR(c, T_ESCAPE_XML)) {
^
encoding/apr_escape.c:578:34: error: 'T_ESCAPE_XML' undeclared (first use in this function)
if (TEST_CHAR(c, T_ESCAPE_XML)) {
^
encoding/apr_escape.c:79:67: note: in definition of macro 'TEST_CHAR'
#define TEST_CHAR(c, f) (test_char_table[(unsigned)(c)] & (f))
^
encoding/apr_escape.c: In function 'apr_escape_echo':
encoding/apr_escape.c:79:33: error: 'test_char_table' undeclared (first use in this function)
#define TEST_CHAR(c, f) (test_char_table[(unsigned)(c)] & (f))
^
encoding/apr_escape.c:884:21: note: in expansion of macro 'TEST_CHAR'
if (TEST_CHAR(c, T_ESCAPE_ECHO)) {
^
encoding/apr_escape.c:884:34: error: 'T_ESCAPE_ECHO' undeclared (first use in this function)
if (TEST_CHAR(c, T_ESCAPE_ECHO)) {
^
encoding/apr_escape.c:79:67: note: in definition of macro 'TEST_CHAR'
#define TEST_CHAR(c, f) (test_char_table[(unsigned)(c)] & (f))
^
/opt/activemqcpp/apr-1.5.2/build/apr_rules.mk:206: recipe for target 'encoding/apr_escape.lo' failed
make[1]: *** [encoding/apr_escape.lo] Error 1
make[1]: Leaving directory '/opt/activemqcpp/apr-1.5.2'
/opt/activemqcpp/apr-1.5.2/build/apr_rules.mk:118: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1 |
|