![]() |
OldProtocol.c++:764:17: pasting "::" and "remove" does not give a valid preprocessing token OldProtocol.c++:764:17: pasting "::" and "remove" does not give a valid preprocessing token OldProtocol.c++:770:15: pasting "::" and "kill" does not give a valid preprocessing token OldProtocol.c++:770:15: pasting "::" and "kill" does not give a valid preprocessing token make[1]: *** [OldProtocol.o] Error 1 I'm not a C++ person, just C. Anybody here interested in figuring this out? The source is here: #define DEFINE_Op(op) \ void OldProtocolServer::##op##Job(const char* tag) \ { applyToJob(tag, fxQUOTE(op), &OldProtocolServer::do##op); }\ void OldProtocolServer::##op##JobGroup(const char* tag) \ { applyToJobGroup(tag, fxQUOTE(op), &OldProtocolServer::do##op); } void OldProtocolServer::doremove(Job& job, const char*) { reallyRemoveJob("remove", job); } DEFINE_Op(remove) void OldProtocolServer::dokill(Job& job, const char*) { reallyRemoveJob("kill", job); } DEFINE_Op(kill) Please cc: me, I'm not on the lists. David -- I may have the information you need and I may choose only HTML. It's up to you. Disclaimer: I am not responsible for any email that you send me nor am I bound to any obligation to deal with any received email in any given fashion. If you send me spam or a virus, I may in whole or part send you 50,000 return copies of it. I may also publically announce any and all emails and post them to message boards, news sites, and even parody sites. I may also mark them up, cut and paste, print, and staple them to telephone poles for the enjoyment of people without internet access. This is not a confidential medium and your assumption that your email can or will be handled confidentially is akin to baring your backside, burying your head in the ground, and thinking nobody can see you butt naked and in plain view for miles away. Don't be a cluebert, buy one from K-mart today. ____________________ HylaFAX(tm) Users Mailing List _______________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null