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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -