building async-calls

From: Adrian Chadd <adrian@dont-contact.us>
Date: Sun, 16 Dec 2007 12:01:19 +0900

trying to build async-calls:

client_side_request.h:67: error: expected class-name before ‘{’ token
cc1plus: warnings being treated as errors
client_side_request.h:67: warning: ‘class ClientHttpRequest’ has virtual functions but non-virtual destructor
client_side_request.h: In member function ‘virtual bool ClientHttpRequest::doneAll() const’:
client_side_request.h:158: error: ‘ICAPInitiator’ has not been declared
client_side_request.h:159: error: cannot call member function ‘virtual bool AsyncJob::doneAll() const’ without object
client_side_request.h:67: error: expected class-name before ‘{’ token
make[3]: *** [client_side.o] Error 1
make[3]: *** Waiting for unfinished jobs....
cc1plus: warnings being treated as errors
client_side_request.h:67: warning: ‘class ClientHttpRequest’ has virtual functions but non-virtual destructor
client_side_request.h: In member function ‘virtual bool ClientHttpRequest::doneAll() const’:
client_side_request.h:158: error: ‘ICAPInitiator’ has not been declared
client_side_request.h:159: error: cannot call member function ‘virtual bool AsyncJob::doneAll() const’ without object
make[3]: *** [client_side_reply.o] Error 1
Received on Sat Dec 15 2007 - 19:54:45 MST

This archive was generated by hypermail pre-2.1.9 : Mon Dec 31 2007 - 12:00:03 MST