From owner-freebsd-ports@freebsd.org Fri May 6 17:38:31 2016 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 D747EB311AE for ; Fri, 6 May 2016 17:38:31 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8F8A1AE1 for ; Fri, 6 May 2016 17:38:31 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id E747F5A9F2A; Fri, 6 May 2016 17:38:23 +0000 (UTC) Date: Fri, 6 May 2016 17:38:23 +0000 From: Brooks Davis To: "Montgomery-Smith, Stephen" Cc: FreeBSD Ports Subject: Re: Help with making a port C11 compliant Message-ID: <20160506173823.GA28674@spindle.one-eyed-alien.net> References: <572CC375.4020501@missouri.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FL5UXtIhxfXey3p5" Content-Disposition: inline In-Reply-To: <572CC375.4020501@missouri.edu> User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 17:38:31 -0000 --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 06, 2016 at 04:16:54PM +0000, Montgomery-Smith, Stephen wrote: > Here is my problem: > http://beefy2.nyi.freebsd.org/data/93amd64-default/414631/logs/GiNaC-1.7.= 0.log >=20 > the configure script says: > configure: error: Standard ISO C++ headers are missing >=20 > In the Makefile I have the line: > USES=3D compiler:c++11-lang >=20 > Is there anything else I need to do? I should add that seems to be a > FreeBSD-9 only problem - it builds fine on FreeBSD-10 and higher. You may need compiler:c++11-lib to get a standard library. That said, compiler:c++11-lib doesn't actually result in a fully functional C++11 environment on 9.x so you may need to abandon the port on 9.x. -- Brooks --FL5UXtIhxfXey3p5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJXLNaPAAoJEKzQXbSebgfAqSsH/jLv3IlLO62KIFLWCKWXGnTs UjBJjrYmKk57xLL1MMlSD1mOAPfN6Ki2S67vE9hl3qkgv13we2VfAvcC8d5O9v3X ap3vqFSM+IxxrM+dI+hZ1kzGEJaJLF7haKPzm+Og6GUQU19IJ2zK5kwj9YQY3YM8 pyDMuBMLZby1N9cV0FqdTq1MYyE+B4cbB1+sArpAeQ5AU6CsdHfNXJ9ph6frxf7Y 1QpU3806tB0L1NYGC35abGB0Nzwog5SU41DIVxGjoeFVcjDezEVEY59pDpSzcLNf lNQlS6RhJvXKc7gke0IVKzw0MzO+tE+6fOqc3mJ32AyK+bS42HRJBp88uUdxNk8= =yg9Y -----END PGP SIGNATURE----- --FL5UXtIhxfXey3p5--