From: Cody P Schafer <dev@codyps.com>
To: yocto@yoctoproject.org
Subject: [PATCH] qt4-native: depend on icu-native to fix build on systems with icu >=59
Date: Wed, 7 Jun 2017 00:19:04 -0400 [thread overview]
Message-ID: <20170607041904.29447-1-dev@codyps.com> (raw)
Previously, qt4-native would use the system icu to build.
Trying to build against a system ICU 59, however, fails with this root
error:
| In file included from /usr/include/unicode/uversion.h:30:0,
| from tools/qlocale_icu.cpp:46:
| /usr/include/unicode/umachine.h:347:13: error: ‘char16_t’ does not name a type; did you mean ‘wchar_t’?
| typedef char16_t UChar;
| ^~~~~~~~
| wchar_t
May have to do with our use of `-std=gnu98++`.
Signed-off-by: Cody P Schafer <dev@codyps.com>
---
recipes-qt4/qt4/qt4-native.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-qt4/qt4/qt4-native.inc b/recipes-qt4/qt4/qt4-native.inc
index 5a873de..a14a647 100644
--- a/recipes-qt4/qt4/qt4-native.inc
+++ b/recipes-qt4/qt4/qt4-native.inc
@@ -1,5 +1,5 @@
SUMMARY = "Qt version 4 tools and support files for the build host"
-DEPENDS = "zlib-native dbus-native"
+DEPENDS = "zlib-native dbus-native icu-native"
SECTION = "libs"
HOMEPAGE = "http://qt-project.org/"
PROVIDES = "qt4-tools-native"
--
2.13.0
next reply other threads:[~2017-06-07 4:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-07 4:19 Cody P Schafer [this message]
2017-06-07 12:24 ` [PATCH] qt4-native: depend on icu-native to fix build on systems with icu >=59 Alexander Kanavin
2017-06-07 15:47 ` Cody P Schafer
2017-06-08 11:01 ` Alexander Kanavin
2017-06-08 14:22 ` Cody P Schafer
2017-06-08 14:28 ` Alexander Kanavin
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=20170607041904.29447-1-dev@codyps.com \
--to=dev@codyps.com \
--cc=yocto@yoctoproject.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.