All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-qt5][PATCH 1/2] qtdeclarative: fix compilation of examples/qquickviewcomparison
Date: Fri, 29 Apr 2016 20:21:38 -0400	[thread overview]
Message-ID: <20160430002138.GB17066@denix.org> (raw)
In-Reply-To: <20160426180758.GE2559@jama>

On Tue, Apr 26, 2016 at 08:07:58PM +0200, Martin Jansa wrote:
> On Tue, Apr 26, 2016 at 09:38:42AM -0700, Khem Raj wrote:
> > 
> > > On Apr 26, 2016, at 8:30 AM, Denys Dmytriyenko <denis@denix.org> wrote:
> > > 
> > > On Tue, Apr 26, 2016 at 08:37:19AM +0200, Martin Jansa wrote:
> > >> The strange part is that examples built fine here with current master
> > >> (5.5.99/5.6-beta)
> > >> without your patches.
> > > 
> > > That is strange. Can it be toolchain-related? I'm using Linaro gcc-5.3, but I
> > > would expect OE-built gcc-5.3 to be as strict and fail similarly on those
> > > undeclared or incomplete classes…
> > 
> > can both of you paste the <gcc> -E -dM output of this file in question ?
> > 
> > 
> 
> i586-oe-linux-g++  -m32 -march=i586 --sysroot=/OE/build/oe-core/tmp-glibc/sysroots/qemux86 -c -pipe -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/OE/build/oe-core/tmp-glibc/work/i586-oe-linux/qtdeclarative/5.5.99+5.6.0-rc+gitAUTOINC+0fab5761d5-r0=/usr/src/debug/qtdeclarative/5.5.99+5.6.0-rc+gitAUTOINC+0fab5761d5-r0 -fdebug-prefix-map=/OE/build/oe-core/tmp-glibc/sysroots/x86_64-linux= -fdebug-prefix-map=/OE/build/oe-core/tmp-glibc/sysroots/qemux86=  -fvisibility-inlines-hidden -O2 -std=gnu++0x -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_MTDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_QML_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/OE/build/oe-core/tmp-glibc/work/i586-oe-linux/qtdeclarative/5.5.99+5.6.0-rc+gitAUTOINC+0fab5761d5-r0/git/examples/quick/quickwidgets/qquickviewcomparison -I. -I../../../../include -I../../../../include/QtQuickWidgets -I../../../.
> ./include/QtQuick -I../../../../include/QtQml -isystem /OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/qt5 -isystem /OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/qt5/QtWidgets -isystem /OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/qt5/QtGui -isystem /OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/qt5/QtNetwork -isystem /OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/qt5/QtCore -I.moc -isystem /OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/libdrm -I/OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/lib/qt5/mkspecs/linux-oe-g++ -o .obj/mainwindow.o /OE/build/oe-core/tmp-glibc/work/i586-oe-linux/qtdeclarative/5.5.99+5.6.0-rc+gitAUTOINC+0fab5761d5-r0/git/examples/quick/quickwidgets/qquickviewcomparison/mainwindow.cpp
> 
> and mainwindow.E is attached

Sorry for the delay.
Can you please provide more detailed instructions in order to get this output?

-- 
Denys


      reply	other threads:[~2016-04-30  0:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-01  0:47 [meta-qt5][PATCH 1/2] qtdeclarative: fix compilation of examples/qquickviewcomparison Denys Dmytriyenko
2016-04-01  0:47 ` [meta-qt5][PATCH 2/2] qtquickcontrols: fix compilation of examples/texteditor Denys Dmytriyenko
2016-04-20 18:27 ` [meta-qt5][PATCH 1/2] qtdeclarative: fix compilation of examples/qquickviewcomparison Denys Dmytriyenko
2016-04-25 18:07   ` Denys Dmytriyenko
2016-04-25 21:24     ` Martin Jansa
2016-04-25 21:43       ` Denys Dmytriyenko
2016-04-26  6:37         ` Martin Jansa
2016-04-26 15:30           ` Denys Dmytriyenko
2016-04-26 16:38             ` Khem Raj
2016-04-26 18:07               ` Martin Jansa
2016-04-30  0:21                 ` Denys Dmytriyenko [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=20160430002138.GB17066@denix.org \
    --to=denis@denix.org \
    --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.