Ok,

        The server is built and working.

Remembering -=20

        When compiling Xmail version 1.16 and 1.17, on Solaris 9 - x86
platform, with GCC 3.2.2, the error:

"SMAILUtils.h:95: parse error before numeric constant"

        This was solved with:

#ifdef FS
#undef FS
#endif

#ifdef GS
#undef GS
#endif

#ifdef ES
#undef ES
#endif

#ifdef DS
#undef DS
#endif


inside SysTypesSolaris.h


Tks and good work to all.



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Davide Libenzi
Sent: ter=E7a-feira, 21 de outubro de 2003 15:57
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Solaris x86 make error



On Tue, 21 Oct 2003, Andre FS wrote:

> SMAILUtils.cpp: In function `int=20
> 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]


-
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]

Reply via email to