From: Ormund Williams <ormundw@panix.com>
To: buildroot@busybox.net
Subject: [Buildroot] Qt fails to build
Date: Mon, 04 Jan 2010 20:19:30 -0500 [thread overview]
Message-ID: <1262654370.7377.29.camel@station1.ormlab.com> (raw)
In-Reply-To: <27010092.post@talk.nabble.com>
On Mon, 2010-01-04 at 01:43 -0800, alexperl wrote:
> Hello!
> I clone git repo from 1/01 but have same error. Is this bug still
> reproducible?
Yes. I'm sorry I haven't gotten around to fixing it yet.
Find this line in the .../package/qt/qt-4.5.3.mk file:
BR2_PACKAGE_QT_EMB_PLATFORM:=$(call qstrip,$(BR2_PACKAGE_QT_EMB_PLATFORM))
and then add the following lines:
# x86x86fix
# Workaround Qt Embedded bug when crosscompiling for x86 under x86 with linux
# host. It's unclear if this would happen on other hosts.
ifneq ($(findstring pc-linux,$(BR2_GNU_BUILD_SUFFIX)),)
ifeq ($(BR2_PACKAGE_QT_EMB_PLATFORM),x86)
QT_CONFIGURE+= -platform linux-g++
QT_CONFIGURE:=$(call qstrip,$(QT_CONFIGURE))
endif
endif
# End of workaround.
When I get back to working on Buildroot I'll send in a patch.
Regards.
--
Ormund Williams
OrmLab LLC
next prev parent reply other threads:[~2010-01-05 1:19 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-04 20:37 [Buildroot] Qt fails to build Ormund Williams
2009-11-15 19:36 ` Peter Korsgaard
2009-11-15 20:28 ` Ormund Williams
2009-12-02 23:44 ` Ormund Williams
2009-12-03 10:31 ` Peter Korsgaard
2009-12-03 22:26 ` Ormund Williams
2009-12-04 0:38 ` Thiago A. Corrêa
2010-01-04 9:43 ` alexperl
2010-01-05 1:19 ` Ormund Williams [this message]
2010-01-05 13:27 ` alexperl
2010-01-05 14:09 ` alexperl
2010-01-05 16:58 ` Ormund Williams
2010-01-05 16:55 ` Ormund Williams
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=1262654370.7377.29.camel@station1.ormlab.com \
--to=ormundw@panix.com \
--cc=buildroot@busybox.net \
/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