From owner-freebsd-ports@freebsd.org Mon Aug 3 20:26:40 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 C21539B2A03 for ; Mon, 3 Aug 2015 20:26:40 +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 9635114DF for ; Mon, 3 Aug 2015 20:26:40 +0000 (UTC) (envelope-from cpm@fbsd.es) Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 6C7FF2400D4 for ; Mon, 3 Aug 2015 16:26:33 -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 z0jv2F7Ol2Q4 for ; Mon, 3 Aug 2015 16:26:33 -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 D13F12400D3 for ; Mon, 3 Aug 2015 16:26:32 -0400 (EDT) Message-ID: <1438633579.6572.13.camel@fbsd.es> Subject: lang/tcc unusable From: Carlos Jacobo Puga Medina To: "freebsd-ports@freebsd.org" Date: Mon, 03 Aug 2015 22:26:19 +0200 Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-/Y5SDq8oPh8i9HtOi4nH" 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:26:40 -0000 --=-/Y5SDq8oPh8i9HtOi4nH Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi people, Recently I added amd64 support to TinyCC, but I encounter the following problem trying to compile a simple code. #include int main(){ printf("hello, world!\n); return 0; } % tcc -o hello hello.c In file included from hello.c:1: /usr/include/stdio.h:63: error: ';' expected (got "va_list") I guess that some change introduced in 'stdio.h' causes this weird behaviour. Last time that TCC worked fine was on FreeBSD 9.1 -RELEASE/i386.=20 Also I reported this problem in the tinycc-devel mailing list [1] Any thoughts? [1]=20 https://lists.gnu.org/archive/html/tinycc-devel/2015-07/msg00020.html --=20 Carlos Jacobo Puga Medina PGP fingerprint =3D C60E 9497 5302 793B CC2D BB89 A1F3 5D66 E6D0 5453 --=-/Y5SDq8oPh8i9HtOi4nH 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 iQEcBAABCAAGBQJVv85rAAoJEKHzXWbm0FRTRbsH/0j7NmzV/Bp/Vcl+PbyVbF99 NlSzSYNo2FpkMoSyGv0BY1vByjFmyeXiO3MVfVSur0N5xG5dzeR6sFxT8U5tIzUO 5X6lYFa9z0kasTm+dooBNlfUJgnQyV8Mv/7LvvD3BlagMAKkmdNEgp2mpXKyJXIO tStMYAXvchPX+p6wG9xLRzfso3iJf1UrymPLnTKQrBqcSJq3zowiC/xbnODxgvTJ UC9xPSaB+YtKDl1uZlTTw0XaMB20BlOLEPmNK6KbBTZhde7NbIf4Uv3PJZNKWMDS HbAQ7ZJhPbvq1tsy3CKXg5nxZPkkwuf2lJoOLLe6IZqS1n65mR5lumNYJa/sMaI= =JZLD -----END PGP SIGNATURE----- --=-/Y5SDq8oPh8i9HtOi4nH--