From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: bug#32773: [PATCH] Fix clang libstdc++ header location search Date: Fri, 15 Nov 2019 09:42:25 +0100 Message-ID: <87woc14jke.fsf@gmail.com> References: <19ece273-ea75-fc9d-4e4b-aa3a68deab6d@yahoo.de> <20191113165516.56228-1-david.truby@arm.com> <874kz6698w.fsf@gmail.com> <871rua60fl.fsf@gmail.com> <1d43f450c61f3c3f27ae895ea4c9e61b55d6fb08.camel@arm.com> <87y2wi4cvu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44663) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iVXC4-0000dH-Mj for bug-guix@gnu.org; Fri, 15 Nov 2019 03:43:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iVXC3-0004gL-Qq for bug-guix@gnu.org; Fri, 15 Nov 2019 03:43:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55027) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iVXC3-0004gH-NW for bug-guix@gnu.org; Fri, 15 Nov 2019 03:43:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iVXC1-0000NH-LE for bug-guix@gnu.org; Fri, 15 Nov 2019 03:43:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: David Truby Cc: nd , "32773@debbugs.gnu.org" <32773@debbugs.gnu.org>, "guix-patches@gnu.org" > I'm not sure what the answer is there though, as we still need to patch > in the full path to the headers... maybe a cmake option and associated > macro to be used in that file? They already have a CMake option to select libc++ or libstdc++, so adding another option to specify the path of the selected C++ library would be really nice. Plus it would benefit Nix and other distros where the path of those libraries cannot be guessed. Mathieu