From owner-freebsd-arm@FreeBSD.ORG Wed Mar 6 03:08:33 2013 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5BAF09B4 for ; Wed, 6 Mar 2013 03:08:33 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from vps.hungerhost.com (vps.hungerhost.com [216.38.53.176]) by mx1.freebsd.org (Postfix) with ESMTP id 214FADAB for ; Wed, 6 Mar 2013 03:08:32 +0000 (UTC) Received: from pool-96-250-5-62.nycmny.fios.verizon.net ([96.250.5.62]:54993 helo=new-host-4.home) by vps.hungerhost.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1UD4iQ-0005be-46 for arm@freebsd.org; Tue, 05 Mar 2013 22:08:26 -0500 From: George Neville-Neil Content-Type: multipart/signed; boundary="Apple-Mail=_A823AEAA-FEFF-4025-BC87-17E1CCAD7929"; protocol="application/pgp-signature"; micalg=pgp-sha1 Subject: Building gettext on ARM? Message-Id: <46D6567D-D7AC-4BFB-94FE-B54E87224C20@neville-neil.com> Date: Tue, 5 Mar 2013 22:08:25 -0500 To: "arm@freebsd.org" Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) X-Mailer: Apple Mail (2.1499) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hungerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - neville-neil.com X-Get-Message-Sender-Via: vps.hungerhost.com: authenticated_id: gnn@neville-neil.com X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2013 03:08:33 -0000 --Apple-Mail=_A823AEAA-FEFF-4025-BC87-17E1CCAD7929 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Howdy, I believe this is an issue that may run deeper than just gettext: =3D=3D=3D> Building for gettext-0.18.1.1 Making all in gnulib-local Making all in gettext-runtime make all-recursive Making all in doc Making all in intl /bin/sh /usr/local/bin/libtool --tag=3DCC --mode=3Dcompile cc -c = -DLOCALEDIR=3D\"/usr/local/share/locale\" = -DLOCALE_ALIAS_PATH=3D\"/usr/local/share/locale\" = -DLIBDIR=3D\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL = -DIN_LIBINTL -DENABLE_RELOCATABLE=3D1 -DIN_LIBRARY = -DINSTALLDIR=3D\"/usr/local/lib\" -DNO_XMALLOC = -Dset_relocation_prefix=3Dlibintl_set_relocation_prefix = -Drelocate=3Dlibintl_relocate -DDEPENDS_ON_LIBICONV=3D1 -DHAVE_CONFIG_H = -I. -I. -I.. -I/usr/local/include -O -pipe -fvisibility=3Dhidden = ./bindtextdom.c libtool: compile: cc -c -DLOCALEDIR=3D\"/usr/local/share/locale\" = -DLOCALE_ALIAS_PATH=3D\"/usr/local/share/locale\" = -DLIBDIR=3D\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL = -DIN_LIBINTL -DENABLE_RELOCATABLE=3D1 -DIN_LIBRARY = -DINSTALLDIR=3D\"/usr/local/lib\" -DNO_XMALLOC = -Dset_relocation_prefix=3Dlibintl_set_relocation_prefix = -Drelocate=3Dlibintl_relocate -DDEPENDS_ON_LIBICONV=3D1 -DHAVE_CONFIG_H = -I. -I. -I.. -I/usr/local/include -O -pipe -fvisibility=3Dhidden = ./bindtextdom.c -fPIC -DPIC -o .libs/bindtextdom.o In file included from ./bindtextdom.c:24: /usr/include/stddef.h:41: error: two or more data types in declaration = specifiers *** [bindtextdom.lo] Signal 11 The offending line is: #include #include #include typedef __ptrdiff_t ptrdiff_t; <--- Line 41 Thoughts? Best, George --Apple-Mail=_A823AEAA-FEFF-4025-BC87-17E1CCAD7929 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.19 (Darwin) iEYEARECAAYFAlE2sykACgkQYdh2wUQKM9KD0gCguKo9dYSEVuDs+ahx/Y6i4Qhu BeEAnR92iKJtfpJu+IZM2LmF8mZ5+J4j =ys9w -----END PGP SIGNATURE----- --Apple-Mail=_A823AEAA-FEFF-4025-BC87-17E1CCAD7929--