- 论坛徽章:
- 0
|
我配置完COURIERPASSD,make的时候出现
courierpasswd.c:82: error: dereferencing pointer to incomplete type
courierpasswd.c: In function `main':
courierpasswd.c:238: error: `authstaticmodulelist' undeclared (first use in this function)
courierpasswd.c:238: error: (Each undeclared identifier is reported only once
courierpasswd.c:238: error: for each function it appears in.)
courierpasswd.c:255: error: `AUTHTYPE_CRAMMD5' undeclared (first use in this function)
courierpasswd.c:260: error: `AUTHTYPE_LOGIN' undeclared (first use in this function)
make[2]: *** [courierpasswd.o] Error 1
make[2]: Leaving directory `/root/software/courierpasswd-0.30'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/software/courierpasswd-0.30'
make: *** [all-recursive-am] Error 2
能不能有人指点这个错误是什么原因啊,如何解决呢.谢谢. |
|