Hi,
i have compiled imap but they bring some error when compiling, i want to know why and if its important then could run in problem later ?
here the error :
news.c: In function `news_open':
news.c:309: warning: passing arg 3 of `scandir' from incompatible pointer type
`cat CCTYPE` -c `cat CFLAGS` phile.c
`cat CCTYPE` -c `cat CFLAGS` mh.c
mh.c: In function `mh_ping':
mh.c:639: warning: passing arg 3 of `scandir' from incompatible pointer type
mh.c: In function `mh_append':
mh.c:896: warning: passing arg 3 of `scandir' from incompatible pointer type
`cat CCTYPE` -c `cat CFLAGS` mx.c
mx.c: In function `mx_ping':
mx.c:589: warning: passing arg 3 of `scandir' from incompatible pointer type
sh -c 'rm -rf c-client.a || true'
mtest.o: In function `mm_login':
/usr/local/src/imap-2002.RC2/mtest/mtest.c:517: the `gets' function is dangerous and should not be used.
make[2]: Leaving directory `/usr/local/src/imap-2002.RC2/mtest'
the only thing i have done is this :
wget ftp://ftp.cac.washington.edu/imap/imap.tar.Z
uncompress imap.tar.Z
tar xvf imap.tar
cd imap-2002.RC2
make slx
then got this error when do a make slx...
Thanks for your help !
Someone can tell what append or try to see if you got same error ?
I have compiled imap like this whit php4.2.2 then all look up an running but not sure if those error are important ?