Hi,
try to compile the new webalizer on OpenSuse 11 64bit. I think all db-
utils are correct installed and the binaries are created but there
are some suspicious messages. some examples:
webalizer.c: In function 'main':
webalizer.c:741: warning: format '%llu' expects type 'long long
unsigned int', but argument 5 has type 'u_int64_t
preserve.c: In function 'get_history':
preserve.c:134: warning: format '%llu' expects type 'long long
unsigned int *', but argument 5 has type 'u_int64_t *'
preserve.c: In function 'put_history':
preserve.c:197: warning: format '%llu' expects type 'long long
unsigned int', but argument 5 has type 'u_int64_t'
preserve.c: In function 'save_state':
preserve.c:366: warning: format '%llu' expects type 'long long
unsigned int', but argument 3 has type 'u_int64_t'
preserve.c: In function 'restore_state':
preserve.c:594: warning: format '%llu' expects type 'long long
unsigned int *', but argument 3 has type 'u_int64_t *'
output.c: In function 'month_total_table':
output.c:529: warning: format '%llu' expects type 'long long unsigned
int', but argument 4 has type 'u_int64_t'
output.c: In function 'daily_total_table':
output.c:706: warning: format '%llu' expects type 'long long unsigned
int', but argument 3 has type 'u_int64_t'
output.c: In function 'hourly_total_table':
output.c:798: warning: format '%llu' expects type 'long long unsigned
int', but argument 3 has type 'u_int64_t'
and some others....
It seems that binaries are working at the moment but is this a reason
to worry?
Thank You
Hans