- 论坛徽章:
- 0
|
In file included from scoreboard.c:7:
gm_scoreboard.h:4:23: error: apr_pools.h: No such file or directory
In file included from scoreboard.c:7:
gm_scoreboard.h:31: error: expected ')' before '*' token
scoreboard.c:8:22: error: apr_hash.h: No such file or directory
scoreboard.c:9:25: error: apr_strings.h: No such file or directory
scoreboard.c:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
scoreboard.c:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
scoreboard.c: In function 'get_scoreboard_element':
scoreboard.c:31: error: 'gsb_scoreboard' undeclared (first use in this function)
scoreboard.c:31: error: (Each undeclared identifier is reported only once
scoreboard.c:31: error: for each function it appears in.)
scoreboard.c:32: warning: implicit declaration of function 'apr_hash_get'
scoreboard.c:33: error: 'APR_HASH_KEY_STRING' undeclared (first use in this function)
scoreboard.c: At top level:
scoreboard.c:41: error: expected ')' before '*' token
scoreboard.c: In function 'ganglia_scoreboard_iterator':
scoreboard.c:55: warning: implicit declaration of function 'apr_hash_first'
scoreboard.c:55: error: 'gsb_pool' undeclared (first use in this function)
scoreboard.c:55: error: 'gsb_scoreboard' undeclared (first use in this function)
scoreboard.c: In function 'ganglia_scoreboard_next':
scoreboard.c:60: error: 'apr_hash_index_t' undeclared (first use in this function)
scoreboard.c:60: error: 'hi' undeclared (first use in this function)
scoreboard.c:60: error: expected expression before ')' token
scoreboard.c:65: warning: implicit declaration of function 'apr_hash_this'
scoreboard.c:67: warning: implicit declaration of function 'apr_hash_next'
scoreboard.c: In function 'ganglia_scoreboard_add':
scoreboard.c:74: error: 'gsb_scoreboard' undeclared (first use in this function)
scoreboard.c:75: warning: implicit declaration of function 'apr_pcalloc'
scoreboard.c:75: error: 'gsb_pool' undeclared (first use in this function)
scoreboard.c:75: warning: initialization makes pointer from integer without a cast
scoreboard.c:78: warning: implicit declaration of function 'apr_pstrdup'
scoreboard.c:78: warning: assignment makes pointer from integer without a cast
scoreboard.c:80: warning: implicit declaration of function 'apr_hash_set'
scoreboard.c:80: error: 'APR_HASH_KEY_STRING' undeclared (first use in this function)
scoreboard.c: In function 'ganglia_scoreboard_get':
scoreboard.c:93: error: 'gsb_scoreboard' undeclared (first use in this function)
scoreboard.c: In function 'ganglia_scoreboard_set':
scoreboard.c:111: error: 'gsb_scoreboard' undeclared (first use in this function)
scoreboard.c: In function 'ganglia_scoreboard_reset':
scoreboard.c:124: error: 'gsb_scoreboard' undeclared (first use in this function)
scoreboard.c: In function 'ganglia_scoreboard_inc':
scoreboard.c:138: error: 'gsb_scoreboard' undeclared (first use in this function)
scoreboard.c: In function 'ganglia_scoreboard_dec':
scoreboard.c:154: error: 'gsb_scoreboard' undeclared (first use in this function)
scoreboard.c: In function 'ganglia_scoreboard_type':
scoreboard.c:170: error: 'gsb_scoreboard' undeclared (first use in this function)
make[2]: *** [scoreboard.lo] Error 1
make[2]: Leaving directory `/root/software/ganglia-3.1.1/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/software/ganglia-3.1.1'
make: *** [all] Error 2
|
|