|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Wietse Venema (wietse
porcupine.org)
Date: Sat Mar 01 2008 - 11:54:01 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
TOUZEAU DAVID:
[ Charset CP1252 unsupported, converting... ]
> Dear
>
> i use these options to compile postifx 2.5.1
>
> make makefiles LD_LIBRARY_PATH="/opt/artica/lib:/opt/artica/db/lib"
> CCARGS="-DHAS_LDAP -DUSE_TLS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL
> -I/opt/artica/include/ -I/opt/artica/include/openssl
> -I/opt/artica/include/sasl -I/opt/artica/db/include"
> AUXLIBS="-L/opt/artica/lib -L/opt/artica/db/lib -lssl -lcrypto -lsasl2
> -lldap -ldb"
>
> i receive this compilation error
>
> gcc -Wmissing-prototypes -Wformat -DHAS_LDAP -DUSE_TLS -DUSE_SASL_AUTH
> -DUSE_CYRUS_SASL -I/opt/artica/include/ -I/opt/artica/include/openssl
> -I/opt/artica/include/sasl -I/opt/artica/db/include -g -O -I.
> -I../../include -DLINUX2 -c smtp.c
> gcc -Wmissing-prototypes -Wformat -DHAS_LDAP -DUSE_TLS -DUSE_SASL_AUTH
> -DUSE_CYRUS_SASL -I/opt/artica/include/ -I/opt/artica/include/openssl
> -I/opt/artica/include/sasl -I/opt/artica/db/include -g -O -I.
> -I../../include -DLINUX2 -c smtp_connect.c
> In file included from smtp_connect.c:105:
> /opt/artica/include/smtp.h:72: error: expected _=_, _,_, _;_, _asm_ or
> ___attribute___ before _*_ token
You MUST compile with the POSTFIX smtp.h file not with
/opt/artica/include/smtp.h.
Wietse
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]