c++ - 'long long long' is too long for GCC using log4cpp -
i developing qt application use logging library log4cpp. now, headerfiles of log4pp included, compiling error: 'long long long' long gcc
when go source of error, headerfile stdint.h opened @ line:
__mingw_extension typedef long long int64_t;
can tell me how handle this?
okay, solved it, needet include stdint.h @ first oo
Comments
Post a Comment