When I use arm-liunx-gcc(4.3.2) to compile zerqmq 3.2, I got the error like this "session_base.cpp: In member function 'void zmq::session_base_t::monitor_event(int, ...)': session_base.cpp:279: error: cannot pass objects of non-POD type 'struct va_list' through '...'; call will abort at runtime:. How can I fix it?
When I use arm-liunx-gcc(4.3.2) to compile zerqmq 3.2, I got the error like this "session_base.cpp: In member function 'void zmq::session_base_t::monitor_event(int, ...)':
session_base.cpp:279: error: cannot pass objects of non-POD type 'struct va_list' through '...'; call will abort at runtime:. How can I fix it?