<p>
        Hi all,</p>
<p>
        I have a problem when i try to compile and install ZEPHYR (zephyr-2.0.4) to support to Cyrus IMAP.</p>
<p>
        My compile is:</p>
<p>
        #./configure --prefix=/usr/local/zephyr</p>
<p>
        and when to make, i found a error:</p>
<p>
        ........</p>
<p>
        make[2]: Entering directory `/home/zephyr/zephyr-2.0.4/clients/zmailnotify'<br />
        gcc -O -I../../h -I../../h -DKPOP -c -o zmailnotify.o zmailnotify.c<br />
        zmailnotify.c: In function ‘main’:<br />
        zmailnotify.c:146: warning: passing argument 1 of ‘getline’ from incompatible pointer type<br />
        /usr/include/stdio.h:671: note: expected ‘char ** __restrict__’ but argument is of type ‘char *’<br />
        zmailnotify.c:146: warning: passing argument 2 of ‘getline’ makes pointer from integer without a cast<br />
        /usr/include/stdio.h:671: note: expected ‘size_t * __restrict__’ but argument is of type ‘unsigned int’<br />
        zmailnotify.c: At top level:<br />
        zmailnotify.c:485: error: conflicting types for ‘pop_command’<br />
        zmailnotify.c:490: note: a parameter list with an ellipsis can’t match an empty parameter name list declaration<br />
        zmailnotify.c:157: note: previous implicit declaration of ‘pop_command’ was here<br />
        zmailnotify.c: In function ‘pop_command’:<br />
        zmailnotify.c:500: warning: passing argument 1 of ‘getline’ from incompatible pointer type<br />
        /usr/include/stdio.h:671: note: expected ‘char ** __restrict__’ but argument is of type ‘char *’<br />
        zmailnotify.c:500: warning: passing argument 2 of ‘getline’ makes pointer from integer without a cast<br />
        /usr/include/stdio.h:671: note: expected ‘size_t * __restrict__’ but argument is of type ‘unsigned int’<br />
        zmailnotify.c: In function ‘pop_stat’:<br />
        zmailnotify.c:521: warning: passing argument 1 of ‘getline’ from incompatible pointer type<br />
        /usr/include/stdio.h:671: note: expected ‘char ** __restrict__’ but argument is of type ‘char *’<br />
        zmailnotify.c:521: warning: passing argument 2 of ‘getline’ makes pointer from integer without a cast<br />
        /usr/include/stdio.h:671: note: expected ‘size_t * __restrict__’ but argument is of type ‘unsigned int’<br />
        zmailnotify.c: In function ‘pop_scan’:<br />
        zmailnotify.c:548: warning: passing argument 1 of ‘getline’ from incompatible pointer type<br />
        /usr/include/stdio.h:671: note: expected ‘char ** __restrict__’ but argument is of type ‘char *’<br />
        zmailnotify.c:548: warning: passing argument 2 of ‘getline’ makes pointer from integer without a cast<br />
        /usr/include/stdio.h:671: note: expected ‘size_t * __restrict__’ but argument is of type ‘unsigned int’<br />
        zmailnotify.c: In function ‘getline’:<br />
        zmailnotify.c:571: error: argument ‘buf’ doesn’t match prototype<br />
        /usr/include/stdio.h:671: error: prototype declaration<br />
        zmailnotify.c:571: error: argument ‘n’ doesn’t match prototype<br />
        /usr/include/stdio.h:671: error: prototype declaration<br />
        zmailnotify.c: In function ‘multiline’:<br />
        zmailnotify.c:597: warning: passing argument 1 of ‘getline’ from incompatible pointer type<br />
        /usr/include/stdio.h:671: note: expected ‘char ** __restrict__’ but argument is of type ‘char *’<br />
        zmailnotify.c:597: warning: passing argument 2 of ‘getline’ makes pointer from integer without a cast<br />
        /usr/include/stdio.h:671: note: expected ‘size_t * __restrict__’ but argument is of type ‘int’<br />
        zmailnotify.c:607: warning: passing argument 1 of ‘getline’ from incompatible pointer type<br />
        /usr/include/stdio.h:671: note: expected ‘char ** __restrict__’ but argument is of type ‘char *’<br />
        zmailnotify.c:607: warning: passing argument 2 of ‘getline’ makes pointer from integer without a cast<br />
        /usr/include/stdio.h:671: note: expected ‘size_t * __restrict__’ but argument is of type ‘int’<br />
        make[2]: *** [zmailnotify.o] Error 1<br />
        make[2]: Leaving directory `/home/zephyr/zephyr-2.0.4/clients/zmailnotify'<br />
        make[1]: *** [all] Error 1<br />
        make[1]: Leaving directory `/home/zephyr/zephyr-2.0.4/clients'<br />
        make: *** [all] Error 1</p>
<p>
        Please help,...</p>
<p>
         </p>
<pre>--
***********************************
EVERYTHING HAS JUST BEGUN...</pre>