On Tue, 2013-02-12 at 16:34 +0000, Neil Williams wrote: > On Tue, 12 Feb 2013 16:28:17 +0100 > Rieker Flaik <[email protected]> wrote:
> > > > The build-process started but died after 3 minutes with messages like > > this: > > > > animation/qsequentialanimationgroup.cpp:467: warning: unused variable ‘q’ > > ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h: Assembler > > messages: > > ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h:131: Error: no > > such instruction: `swpb %al,%bpl,[%rbx]' > > ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h:131: Error: no > > such instruction: `swpb %al,%bpl,[%rbx]' > > Due to lack of cross-dependencies, the wrong headers got included. That > resulted in x86 assembly being included into the armel cross build, not > surprisingly, that doesn't work. > > It is probably best to ensure that libqt4-dev is not installed for your > build architecture (the build arch == the Big machine or the Desktop > machine - the host arch is the handheld architecture). > > You don't want libqt4-dev itself when building Qt. After purging libqt4-dev from the build arch and restarting all over: I'm still getting the same errors. Do you have any idea how to track this issue down? Do you want me to enable some verbose switches? Thanks in advance Rik -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/1360883449.19210.286.camel@lovely

