All of lore.kernel.org
 help / color / mirror / Atom feed
* errors while "bitbake opie-image" build
@ 2007-04-10 16:10 Wenbin Zhang
  2007-04-11 16:42 ` Paul Sokolovsky
  0 siblings, 1 reply; 3+ messages in thread
From: Wenbin Zhang @ 2007-04-10 16:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: openembedded-devel

Hello, Guys,

I am using "bitbake opie-image" do OE compiling. But got lots of errors like
below. Someone suggested me add package "libqt4-dev", I added it, and in the
local.conf, my ASSUME_PROVIDED is set as ASSUME_PROVIDED += "libqt4-dev
qt4-native moc-native". But I still have these errors. Anyone has ideas?
Thanks!

The errors are:

| qbuttongroup.cpp:(.text+0x2b3): undefined reference to `vtable for
QButtonGroup'
| qbuttongroup.cpp:(.text+0x2ba): undefined reference to `vtable for
QButtonGroup'
| qbuttongroup.cpp: (.text+0x30b): undefined reference to `vtable for
QGroupBox'
| qbuttongroup.cpp:(.text+0x312): undefined reference to `vtable for
QGroupBox'
| qbuttongroup.cpp:(.text+0x346): undefined reference to `vtable for QFrame'

| qbuttongroup.cpp:(.text+0x34d): undefined reference to `vtable for QFrame'
| /stuff/tmp/work/i686-linux/uicmoc-native-2.3.10-r2/qt-2.3.10/lib/libqte.a(
qbuttongroup.o): In function `QButtonGroup::QButtonGroup(int,
Qt::Orientation, QString const&, QWidget*, char const*)':
| qbuttongroup.cpp:(.text+0x427): undefined reference to `vtable for
QButtonGroup'
| qbuttongroup.cpp:(.text+0x42e): undefined reference to `vtable for
QButtonGroup'
| /stuff/tmp/work/i686-linux/uicmoc-native-2.3.10-r2 /qt-2.3.10
/lib/libqte.a(qbuttongroup.o): In function `QButtonGroup::QButtonGroup(int,
Qt::Orientation, QString const&, QWidget*, char const*)':
| qbuttongroup.cpp:(.text+0x477): undefined reference to `vtable for
QButtonGroup'
| qbuttongroup.cpp:(.text+0x47e): undefined reference to `vtable for
QButtonGroup'
| /stuff/tmp/work/i686-linux/uicmoc-native-2.3.10-r2/qt-2.3.10/lib/libqte.a(
qbuttongroup.o): In function `QButtonGroup::QButtonGroup(int,
Qt::Orientation, QWidget*, char const*)':
| qbuttongroup.cpp:(.text+0x4c0): undefined reference to `vtable for
QButtonGroup'
| /stuff/tmp/work/i686-linux/uicmoc-native-2.3.10-r2/qt-2.3.10/lib/libqte.a(
qbuttongroup.o):qbuttongroup.cpp:(.text+0x4c7): more undefined references to
`vtable for QButtonGroup' follow
| /stuff/tmp/work/i686-linux/uicmoc-native-2.3.10-r2/qt-2.3.10/lib/libqte.a(
qbuttongroup.o): In function `QButtonGroup::buttonClicked()':
| qbuttongroup.cpp:(.text+0x6ac): undefined reference to
`QButtonGroup::clicked(int)'
| /stuff/tmp/work/i686-linux/uicmoc-native-2.3.10-r2/qt-2.3.10/lib/libqte.a(
qbuttongroup.o): In function `QButtonGroup::buttonReleased()':
| qbuttongroup.cpp:(.text+0x72a): undefined reference to
`QButtonGroup::released(int)'
| /stuff/tmp/work/i686-linux/uicmoc-native-2.3.10-r2/qt-2.3.10/lib/libqte.a(
qbuttongroup.o): In function `QButtonGroup::~QButtonGroup()':
| qbuttongroup.cpp:(.text+0xf43): undefined reference to `vtable for
QButtonGroup'
| qbuttongroup.cpp:(.text+0xf4a): undefined reference to `vtable for
QButtonGroup'
| qbuttongroup.cpp:(.text+0xf9b): undefined reference to `vtable for
QGroupBox'
| qbuttongroup.cpp:(.text+0xfa2): undefined reference to `vtable for
QGroupBox'


Thanks,
Wenbin


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: errors while "bitbake opie-image" build
  2007-04-10 16:10 errors while "bitbake opie-image" build Wenbin Zhang
@ 2007-04-11 16:42 ` Paul Sokolovsky
  2007-04-12 15:04   ` Paul Sokolovsky
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Sokolovsky @ 2007-04-11 16:42 UTC (permalink / raw)
  To: Wenbin Zhang; +Cc: openembedded-devel

Hello Wenbin,

Tuesday, April 10, 2007, 7:10:32 PM, you wrote:

> Hello, Guys,

> I am using "bitbake opie-image" do OE compiling. But got lots of errors like
> below.

Make sure you follow http://www.linuxtogo.org/gowiki/OpieWithAngstrom
.

> Someone suggested me add package "libqt4-dev", I added it, and in the
> local.conf, my ASSUME_PROVIDED is set as ASSUME_PROVIDED += "libqt4-dev
> qt4-native moc-native".

  You probably should have asked them for reasons of such suggestion.

> But I still have these errors. Anyone has ideas?
> Thanks!

> The errors are:

> | qbuttongroup.cpp:(.text+0x2b3): undefined reference to `vtable for
> QButtonGroup'

  Recently, gcc was upgraded to 4.1.2. There's always chance that it
broke C++ stuff again. I by now still didn't upgrade (just because I'm in
the middle of application-level hacking, and don't want land burn
under my feet). I'll try to check 4.1.2 during this week.

  For the future bug reports, using bug tracker, http://bugs.openembedded.org/

[]

-- 
Best regards,
 Paul                            mailto:pmiscml@gmail.com




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: errors while "bitbake opie-image" build
  2007-04-11 16:42 ` Paul Sokolovsky
@ 2007-04-12 15:04   ` Paul Sokolovsky
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Sokolovsky @ 2007-04-12 15:04 UTC (permalink / raw)
  To: Wenbin Zhang, openembedded-devel

Hello Paul,

Wednesday, April 11, 2007, 7:42:46 PM, you wrote:

> Hello Wenbin,

> Tuesday, April 10, 2007, 7:10:32 PM, you wrote:

>> Hello, Guys,

>> I am using "bitbake opie-image" do OE compiling. But got lots of errors like
>> below.

> Make sure you follow http://www.linuxtogo.org/gowiki/OpieWithAngstrom
> .

[]

>   Recently, gcc was upgraded to 4.1.2. There's always chance that it
> broke C++ stuff again. I by now still didn't upgrade (just because I'm in
> the middle of application-level hacking, and don't want land burn
> under my feet). I'll try to check 4.1.2 during this week.

  Ok, so I rebuilt qte-mt, libopie2, and couple of apps using gcc
4.1.2, all works like a charm. So, just following instructions in URL
above should do the trick.


> []




-- 
Best regards,
 Paul                            mailto:pmiscml@gmail.com




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-12 15:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-10 16:10 errors while "bitbake opie-image" build Wenbin Zhang
2007-04-11 16:42 ` Paul Sokolovsky
2007-04-12 15:04   ` Paul Sokolovsky

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.