From owner-freebsd-ports@freebsd.org Mon Aug 3 20:41:21 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10A069B2ECE for ; Mon, 3 Aug 2015 20:41:21 +0000 (UTC) (envelope-from cpm@fbsd.es) Received: from imap10-3.ox.privateemail.com (imap10-3.ox.privateemail.com [192.64.116.216]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "privateemail.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD0571F1D; Mon, 3 Aug 2015 20:41:20 +0000 (UTC) (envelope-from cpm@fbsd.es) Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 0824C2400C7; Mon, 3 Aug 2015 16:41:19 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at imap10.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap10.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QZzxAyr1zgxX; Mon, 3 Aug 2015 16:41:18 -0400 (EDT) Received: from daemonlab (106.Red-79-155-184.dynamicIP.rima-tde.net [79.155.184.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 126CF2400C2; Mon, 3 Aug 2015 16:41:17 -0400 (EDT) Message-ID: <1438634467.7343.2.camel@fbsd.es> Subject: Re: lang/tcc unusable From: Carlos Jacobo Puga Medina To: Jung-uk Kim , "freebsd-ports@freebsd.org" Date: Mon, 03 Aug 2015 22:41:07 +0200 In-Reply-To: <55BFD033.8070507@FreeBSD.org> References: <1438633579.6572.13.camel@fbsd.es> <55BFD033.8070507@FreeBSD.org> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-7vjy125dwYg7xPlU7Aa+" X-Mailer: Evolution 3.16.4 (3.16.4-2.fc22) Mime-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2015 20:41:21 -0000 --=-7vjy125dwYg7xPlU7Aa+ Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable El lun, 03-08-2015 a las 16:33 -0400, Jung-uk Kim escribi=C3=B3: Hi Jung-uk, > On 08/03/2015 16:26, Carlos Jacobo Puga Medina wrote: > > Hi people, > >=20 > > Recently I added amd64 support to TinyCC, but I encounter the > > following problem trying to compile a simple code. > >=20 > > #include > >=20 > > int main(){ printf("hello, world!\n); return 0; } > >=20 > > % tcc -o hello hello.c In file included from hello.c:1:=20 > > /usr/include/stdio.h:63: error: ';' expected (got "va_list") > >=20 > > I guess that some change introduced in 'stdio.h' causes this weird=20 > > behaviour. Last time that TCC worked fine was on FreeBSD 9.1=20 > > -RELEASE/i386. > >=20 > > Also I reported this problem in the tinycc-devel mailing list [1] > >=20 > > Any thoughts? >=20 > I haven't tried tcc but '"' is missing for the printf(). Yes, it was a typo here :) > Jung-uk Kim --=20 Carlos Jacobo Puga Medina PGP fingerprint =3D C60E 9497 5302 793B CC2D BB89 A1F3 5D66 E6D0 5453 --=-7vjy125dwYg7xPlU7Aa+ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABCAAGBQJVv9HjAAoJEKHzXWbm0FRT+ccH/2P6awJpIFZ/mvFVcQCP1pSt oc4YNRHgFemlKUHj8eDXoxynvBEx6lIpQJMWcJJr1gOwjmKkdVgeDajfwO0gA9Y3 Epup3OQk+JjEnet1m82O/UYWUwJBWVErIWYUTl5SlkfEhz3y51QoLnwgVvvz5L3S EEU3fm5pipsK6s19bpgUHC29C+lV9vOhOBNinfBVyPvrHV/ev5MX6iIJytiI4qUi MpKaR2xQRQUaxWBs0ozfyV81cRLXal0jQ9BP/Xc73AnOdzx5+hbPPz6rbNzq+eSI 4gMbj34dN7kEhQRSQHQPsLjs91bhiGe7+PrKkUIz/dbSHlzWVl0ZAIYYkCq6beI= =CeVX -----END PGP SIGNATURE----- --=-7vjy125dwYg7xPlU7Aa+--