From owner-freebsd-current Sun Sep 22 6:34:12 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6302A37B401 for ; Sun, 22 Sep 2002 06:34:10 -0700 (PDT) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7426E43E65 for ; Sun, 22 Sep 2002 06:34:09 -0700 (PDT) (envelope-from joe@genius.tao.org.uk) Received: by genius.tao.org.uk (Postfix, from userid 100) id 4161A4390; Sun, 22 Sep 2002 14:33:55 +0100 (BST) Date: Sun, 22 Sep 2002 14:33:54 +0100 From: Josef Karthauser To: current@FreeBSD.ORG Subject: /usr/include/sys/select.h:61: syntax error before "fd_set" Message-ID: <20020922133354.GA75271@genius.tao.org.uk> Mail-Followup-To: Josef Karthauser , current@FreeBSD.ORG Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AqsLC8rIMeq19msA" Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --AqsLC8rIMeq19msA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 #include #include #if HAVE_SYS_SELECT_H # include /* To make select() work rationally under AI= X */ #endif /* HAVE_SYS_SELECT_H */ #if HAVE_STRINGS_H # include /* For bzero() under AIX */ #endif /* HAVE_STRINGS_H */ #if HAVE_LIBINTL_H # include /* For i18n */ #endif /* HAVE_LIBINTL_H */ What header am I missing here? Joe --=20 "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 --AqsLC8rIMeq19msA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iEYEARECAAYFAj2NxsIACgkQXVIcjOaxUBa3nQCgyIixpEuIVDMucyH5bcWEIiwZ Qk4AoKQJjzIhVGQd5OMEgiyU/88/i6ei =/kAW -----END PGP SIGNATURE----- --AqsLC8rIMeq19msA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message