From owner-freebsd-current@freebsd.org Sat Nov 18 12:34:44 2017 Return-Path: Delivered-To: freebsd-current@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 1A137DBA6C2 for ; Sat, 18 Nov 2017 12:34:44 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0241C6E401 for ; Sat, 18 Nov 2017 12:34:44 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0191DDBA6C1; Sat, 18 Nov 2017 12:34:44 +0000 (UTC) Delivered-To: current@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 013BDDBA6C0 for ; Sat, 18 Nov 2017 12:34:44 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7DBC6E400; Sat, 18 Nov 2017 12:34:43 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [192.168.0.15] (coleburn.home.andric.com [192.168.0.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 4D0E546FAF; Sat, 18 Nov 2017 13:27:00 +0100 (CET) From: Dimitry Andric Message-Id: <702B111F-D650-4E34-9522-3F2E2FD19288@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_2FC573A3-B0D2-4FE5-BB2B-781C7CBA2479"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: error: 'stddef.h' file not found on 12 Date: Sat, 18 Nov 2017 13:27:00 +0100 In-Reply-To: Cc: current To: yuri@freebsd.org References: X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Nov 2017 12:34:44 -0000 --Apple-Mail=_2FC573A3-B0D2-4FE5-BB2B-781C7CBA2479 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 17 Nov 2017, at 06:11, Yuri wrote: > > I am getting net-im/ricochet failures on 12: > > /usr/include/c++/v1/cstddef:44:15: fatal error: 'stddef.h' file not found > #include_next > ^~~~~~~~~~ > > cstddef is including stddef.h that has to be present. > > 11 has both of them: > > # ls /usr/include/c++/v1/*stddef* > /usr/include/c++/v1/cstddef /usr/include/c++/v1/stddef.h > > why isn't it present in 12? Remove -isystem /usr/include from your compilation flags, and try again. This is something ridiculous that Qt ports tend to do, for reasons unknown. -Dimitry --Apple-Mail=_2FC573A3-B0D2-4FE5-BB2B-781C7CBA2479 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCWhAnFAAKCRCwXqMKLiCW o6TPAKD7sTC7efIbljwDuV+wI2IOg14/HQCgtKBIejT7m+OpOlE+vTIVWTvngk8= =odoW -----END PGP SIGNATURE----- --Apple-Mail=_2FC573A3-B0D2-4FE5-BB2B-781C7CBA2479--