From: Alexei Takaseev (alexei at taf dot ru)
Date: Tue Dec 02 2003 - 12:09:10 EST
Good afternoon!
In version 2.1.17 the interesting moment is noticed: at compilation
authsasld in a file lak.c there is a reference on sasl/sasl.h. And if
SASL2 gathers in "clean" system where library SASL2 never existed
compilation stops with a mistake:
lak.c:60:23: sasl/sasl.h: No such file or directory
lak.c: In function `lak_connect':
lak.c:782: warning: int format, __time_t arg (arg 3)
lak.c:782: warning: int format, __suseconds_t arg (arg 4)
lak.c: In function `lak_sasl_interact':
lak.c:947: `sasl_interact_t' undeclared (first use in this function)
lak.c:947: (Each undeclared identifier is reported only once
lak.c:947: for each function it appears in.)
lak.c:947: `in' undeclared (first use in this function)
lak.c:951: `SASL_CB_LIST_END' undeclared (first use in this function)
lak.c:954: `SASL_CB_AUTHNAME' undeclared (first use in this function)
lak.c:960: `SASL_CB_USER' undeclared (first use in this function)
lak.c:966: `SASL_CB_GETREALM' undeclared (first use in this function)
lak.c:970: `SASL_CB_PASS' undeclared (first use in this function)
make[3]: *** [lak.o] Error 1
If to impose patch compilation passes that successfully.
|
|
|