From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Julian Scheel <julian@jusst.de>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/cryptopp: needs wchar
Date: Tue, 11 Jan 2022 22:00:07 +0100 [thread overview]
Message-ID: <20220111220007.50a69ce1@windsurf> (raw)
In-Reply-To: <20220110173542.1748804-1-fontaine.fabrice@gmail.com>
On Mon, 10 Jan 2022 18:35:42 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> 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 '<string>'; did you forget to '#include <string>'?
> 13 | #include "smartptr.h"
> +++ |+#include <string>
> 14 | #include "stdcpp.h"
>
> Fixes:
> - http://autobuild.buildroot.org/results/174fe03da7a40dd152703de93af6a213d9cac698
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> 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
prev parent reply other threads:[~2022-01-11 21:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-10 17:35 [Buildroot] [PATCH 1/1] package/cryptopp: needs wchar Fabrice Fontaine
2022-01-11 21:00 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220111220007.50a69ce1@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
--cc=julian@jusst.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox