From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2C34EC433F5 for ; Tue, 11 Jan 2022 21:00:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id C570240901; Tue, 11 Jan 2022 21:00:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1B0EyTZ7CQkm; Tue, 11 Jan 2022 21:00:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 87278408FE; Tue, 11 Jan 2022 21:00:31 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 543E61BF239 for ; Tue, 11 Jan 2022 21:00:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 4150A83E66 for ; Tue, 11 Jan 2022 21:00:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sYxMXaGlD8w3 for ; Tue, 11 Jan 2022 21:00:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by smtp1.osuosl.org (Postfix) with ESMTPS id 25F1F83E65 for ; Tue, 11 Jan 2022 21:00:09 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 524C0E0003; Tue, 11 Jan 2022 21:00:08 +0000 (UTC) Date: Tue, 11 Jan 2022 22:00:07 +0100 From: Thomas Petazzoni To: Fabrice Fontaine Message-ID: <20220111220007.50a69ce1@windsurf> In-Reply-To: <20220110173542.1748804-1-fontaine.fabrice@gmail.com> References: <20220110173542.1748804-1-fontaine.fabrice@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH 1/1] package/cryptopp: needs wchar X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Julian Scheel , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Mon, 10 Jan 2022 18:35:42 +0100 Fabrice Fontaine wrote: > Fix the following build failure raised since commit > bf4cf9de833e2d571d98d1ca935ea08a3468e463: > > In file included from seckey.h:11, > from 3way.h:10, > from 3way.cpp:5: > misc.h:1528:6: error: 'wstring' in namespace 'std' does not name a type > 1528 | std::wstring StringWiden(const char *str, bool throwOnError = true); > | ^~~~~~~ > In file included from seckey.h:11, > from 3way.h:10, > from 3way.cpp:5: > misc.h:14:1: note: 'std::wstring' is defined in header ''; did you forget to '#include '? > 13 | #include "smartptr.h" > +++ |+#include > 14 | #include "stdcpp.h" > > Fixes: > - http://autobuild.buildroot.org/results/174fe03da7a40dd152703de93af6a213d9cac698 > > Signed-off-by: Fabrice Fontaine > --- > package/cryptopp/Config.in | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot