I'm trying to work out why the latest version of coldsync won't compile
on -current, even though it compiles on -stable.

I'm getting the compile time error:

    /usr/include/sys/select.h:61: syntax error before "fd_set"

The coldsync header file looks like:

    #include "config.h"
    #include <stdio.h>
    #include <unistd.h>
    #include <stdlib.h>

    #if  HAVE_SYS_SELECT_H
    #  include <sys/select.h>           /* To make select() work rationally under AIX 
*/
    #endif      /* HAVE_SYS_SELECT_H */

    #if HAVE_STRINGS_H
    #  include <strings.h>                      /* For bzero() under AIX */
    #endif      /* HAVE_STRINGS_H */

    #if HAVE_LIBINTL_H
    #  include <libintl.h>              /* For i18n */
    #endif      /* HAVE_LIBINTL_H */

What header am I missing here?

Joe
-- 
"As far as the laws of mathematics refer to reality, they are not certain;
and as far as they are certain, they do not refer to reality." - Albert
Einstein, 1921

Attachment: msg43182/pgp00000.pgp
Description: PGP signature

Reply via email to