From owner-freebsd-ppc@FreeBSD.ORG Wed Nov 20 18:25:46 2013 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13E4D9A4 for ; Wed, 20 Nov 2013 18:25:46 +0000 (UTC) Received: from baobab.bilink.net (baobab.bilink.net [212.45.144.44]) by mx1.freebsd.org (Postfix) with ESMTP id B28552F34 for ; Wed, 20 Nov 2013 18:25:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by baobab.bilink.it (Postfix) with ESMTP id 3dPslr23cszCy1n for ; Wed, 20 Nov 2013 19:25:44 +0100 (CET) X-Virus-Scanned: amavisd-new at mcs.it Received: from baobab.bilink.net ([127.0.0.1]) by localhost (baobab.mcs.it [127.0.0.1]) (amavisd-new, port 11027) with ESMTP id JfFrXMToKin7 for ; Wed, 20 Nov 2013 19:25:44 +0100 (CET) Received: from hermes.mcs.it (hermes.mcs.it [192.168.132.21]) by baobab.bilink.it (Postfix) with ESMTP id 3dPslr18s0zCy1h for ; Wed, 20 Nov 2013 19:25:44 +0100 (CET) Received: from puffo.bilink.net (unknown [192.168.44.6]) by hermes.mcs.it (Postfix) with ESMTP id 8928C22974 for ; Wed, 20 Nov 2013 19:25:43 +0100 (CET) Date: Wed, 20 Nov 2013 19:25:42 +0100 From: Luciano Mannucci To: freebsd-ppc@freebsd.org Subject: Re: /usr/ports/devel/icu does not compile In-Reply-To: References: <20131120122336.0553e1fd@puffo.bilink.net> <528CCBD0.3080900@freebsd.org> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd9.2) X-Face: 4qPv4GNcD; h<7Q/sK>+GqF4=CR@KmnPkSmwd+#%\F`4yjKO3"C]p'z=(oWRnsYBQGM\5g:4skqQY0NnV'dM:Mm:^/_+I@a"; [-s=ogufdF"9ggQ'=y Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2013 18:25:46 -0000 On Wed, 20 Nov 2013 15:59:23 +0100 Frank Pfabigan wrote: > /usr/include/stdint.h:68:68: error: missing binary operator before token "(" Yes, standard 9.2 stdint.h does'nt work on 32 bit PPCs. I've modified mine by commenting out the offending lines and adding a #define __WORDSIZE 32 which, of course, is correct on my machine (and yours too I presume :). The End of my stdint.h looks like that now: /* GNU and Darwin define this and people seem to think it's portable @/ #if defined(UINTPTR_MAX) && defined(UINT64_MAX) && (UINTPTR_MAX == UINT64_MAX) #define __WORDSIZE 64 #else #define __WORDSIZE 32 #endif */ #define __WORDSIZE 32 #endif /* !_SYS_STDINT_H_ */ -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL / E-MAIL: posthamster@sublink.sublink.ORG / \ AND POSTINGS / WWW: http://www.lesassaie.IT/