I get the following errors when using gcc 3.2.1 when compiling some C++ code that includes c-client.h:
| /usr/local/include/c-client/c-client.h:27:9: "and" cannot be used as a macro | name as it is an operator in C++ | /usr/local/include/c-client/c-client.h:28:9: "or" cannot be used as a macro | name as it is an operator in C++ | /usr/local/include/c-client/c-client.h:29:9: "not" cannot be used as a macro | name as it is an operator in C++ Does anyone know a work-around for this? (aside from the obvious solution of not using C++, not using gcc 3.2 or not using c-client) Thanks, Zach Garner -- ------------------------------------------------------------------ For information about this mailing list, and its archives, see: http://www.washington.edu/imap/c-client-list.html ------------------------------------------------------------------
