From: Jay Snyder <jay.snyder@tycoelectronics.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Qt4 recipe fix; fixes configure so compiler is detected properly, and QXMLPatterns gets built
Date: Wed, 28 Jul 2010 11:25:52 -0400 [thread overview]
Message-ID: <4C504C00.8080207@tycoelectronics.com> (raw)
In-Reply-To: <mailman.126.1280326040.17151.openembedded-devel@lists.openembedded.org>
Please see this link for two files, a patch for the recipe, and also a
new file:
http://home.comcast.net/~jay.snyder/Qt4-recipe-compiler-fix
http://home.comcast.net/~jay.snyder/Qt4-recipe-compiler-fix/configure-conf_compiler-fix.patch
patch file to go into the files/ directory of the recipe -- this file
patches the configure program so that the tests of compiler capability
work properly in OE
http://home.comcast.net/~jay.snyder/Qt4-recipe-compiler-fix/Qt4-recipe-compiler-fix.patch
patches to the various .inc and .bb files to include
configure-conf_compiler-fix.patch in the list of patches used
More info:
The code the configure script which sets TEST_COMPILER uses the
QMAKE_CONF_COMPILER variable from the Makefile to determine which
compiler is being used. This code gets messed up by the use of the
$(VARIABLE) construct used in a Makefile and doesn't set the compiler
correctly. I added a line which converts this to ${VARIABLE} to
evaluate it, so that the correct value is extracted from the environment.
This was not preventing Qt4 from building, but was breaking some tests
which are used to determine which features of Qt4 to enable and disable,
one of which is the QtXmlPatterns library, which the application I am
running on an OE system requires.
Please add these changes to the Qt4 recipe.
Regards,
Jay Snyder
next parent reply other threads:[~2010-07-28 15:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.126.1280326040.17151.openembedded-devel@lists.openembedded.org>
2010-07-28 15:25 ` Jay Snyder [this message]
2010-07-28 16:03 ` Qt4 recipe fix; fixes configure so compiler is detected properly, and QXMLPatterns gets built Holger Freyther
2010-07-28 16:07 ` Henning Heinold
[not found] <mailman.142.1280333371.17151.openembedded-devel@lists.openembedded.org>
2010-07-28 16:34 ` Qt4 recipe fix; fixes configure so compiler is, " Jay Snyder
[not found] <mailman.147.1280337399.17151.openembedded-devel@lists.openembedded.org>
2010-07-28 19:56 ` Qt4 recipe fix; fixes configure so compiler is, detected, " Jay Snyder
2010-07-28 20:08 ` Henning Heinold
[not found] <mailman.157.1280347758.17151.openembedded-devel@lists.openembedded.org>
2010-07-29 12:32 ` Qt4 recipe fix; fixes configure so compiler is,, " Jay Snyder
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=4C504C00.8080207@tycoelectronics.com \
--to=jay.snyder@tycoelectronics.com \
--cc=openembedded-devel@lists.openembedded.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.