bohdan spes
Thu, 31 Jan 2002 04:21:02 -0800
Hi.
I downloaded vk-2.0 beta8 and applied patch. Then CFLAGS=-02; ./configure
--enable-vishwakarma; make
I got these errors:
gcc -c -DHAVE_CONFIG_H -g -O3 -Wall -pedantic -ansi user.c
user.c: In function `pop3_user':
user.c:153: warning: implicit declaration of function `ldap_mailbox'
user.c:153: warning: assignment makes pointer from integer without a cast
gcc -c -DHAVE_CONFIG_H -g -O3 -Wall -pedantic -ansi virtual.c
gcc -c -DHAVE_CONFIG_H -g -O3 -Wall -pedantic -ansi ldap.c
ldap.c: In function `ldap_mailbox':
ldap.c:191: dereferencing pointer to incomplete type
ldap.c:194: dereferencing pointer to incomplete type
ldap.c:205: dereferencing pointer to incomplete type
ldap.c:212: dereferencing pointer to incomplete type
ldap.c:226: warning: pointer targets in passing arg 3 of `getpeername' differ
in signedness
ldap.c:30: warning: unused variable `host'
ldap.c: In function `getReseller':
ldap.c:275: dereferencing pointer to incomplete type
ldap.c:278: dereferencing pointer to incomplete type
ldap.c:285: dereferencing pointer to incomplete type
ldap.c:292: dereferencing pointer to incomplete type
make: *** [ldap.o] Error 1
Patch is applied correctly. So where is Problem ? I have Redhat 7.1.
Bohdan