On Tue, 21 Oct 2003, Andre FS wrote: > SMAILUtils.cpp: In function `int USmlSetTagAddress(SPLF_HANDLE_struct*, > const char*, const char*)': > SMAILUtils.cpp: 1357: parse error before numeric constant > SMAILUtils.cpp: 1359: non-lvalue in unary `&' > SMAILUtils.cpp: 1361: non-lvalue in unary `&' > SMAILUtils.cpp: 1362: non-lvalue in unary `&' > SMAILUtils.cpp: 1363: non-lvalue in unary `&' > SMAILUtils.cpp: 1368: non-lvalue in unary `&' > SMAILUtils.cpp: 1371: non-lvalue in unary `&' > SMAILUtils.cpp: 1375: non-lvalue in unary `&'
Ok, remove the undef FS from SMAILUtils.h and put: #ifdef FS #undef FS #endif #ifdef GS #undef GS #endif #ifdef ES #undef ES #endif #ifdef DS #undef DS #endif inside SysTypesSolaris.h - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
