Qt-embedded-interest Archive, September 2007
qt-embedded on scratchbox
Message 1 in thread
Hi,
I'm trying to compile an application on scratchbox for N800. I've managed to
get the qt compiled on the scratchbox. Qt libraries is needed by the
application.
when i tried do make for the application, the following error occured at the
end which is related to qt. what could be the problem. Is it to do with
memory, linking ?
c++ -o kphone -g dspaudioout.moc.o dspaudioin.moc.o dspoutalsa.o main.o
kphone.o kphone.moc.o kphoneview.o kphoneview.moc.o audiobuffer.o dspout.o
dspoutoss.o menulistview.o menulistview.moc.o dspoutrtp.o g711.o dspaudio.o
dspaudioin.o dspaudioout.o calllistview.o calllistview.moc.o kcallwidget.o
kcallwidget.moc.o callaudio.o callaudio.moc.o kphonebook.o kphonebook.moc.o
ksipregistrations.o ksipregistrations.moc.o ksipauthentication.o
ksipauthentication.moc.o audiocontrol.o audiocontrol.moc.o ksippreferences.o
ksippreferences.moc.o ksipoptions.o ksipoptions.moc.o dtmfgenerator.o
trayicon.o trayicon.moc.o ../dissipate2/dissipate2.a ../gsm/gsm.a
../ilbc/ilbc.a -lasound -lssl -lpng -lSM -lICE -lXt -lXext -lX11
-L/home/gopi/kphone-files/qt- embedded-free-3.3.8/lib -lqt -L/usr/local/lib
-L/usr/X11R6/lib64 -L/usr/X11R6/lib -lssl -lcrypto -lresolv -lasound
dspaudioout.moc.o:(.rodata._ZTI9QMemArrayIcE[typeinfo for
QMemArray<char>]+0x8): undefined reference to `typeinfo for QGArray'
dspaudioout.moc.o:(.rodata._ZTI12QTextIStream[typeinfo for
QTextIStream]+0x8): undefined reference to `typeinfo for QTextStream'
dspaudioout.moc.o:(.rodata._ZTI12QTextOStream[typeinfo for
QTextOStream]+0x8): undefined reference to `typeinfo for QTextStream'
dspaudioout.moc.o:(.rodata._ZTI11QTimerEvent[typeinfo for QTimerEvent]+0x8):
undefined reference to `typeinfo for QEvent'
dspaudioout.moc.o:(.rodata._ZTI11QMouseEvent[typeinfo for QMouseEvent]+0x8):
undefined reference to `typeinfo for QEvent'
.
.
audiocontrol.moc.o:(.rodata+0x224): undefined reference to
`QPaintDevice::setX11Data(QPaintDeviceX11Data const*)'
audiocontrol.moc.o:(.rodata+0x3bc): undefined reference to
`QWidget::x11Event(_XEvent*)'
audiocontrol.moc.o:(.rodata+0x420): undefined reference to
`QPaintDevice::x11RenderHandle() const'
.
.
make[1]: *** [kphone] Error 1
make[1]: Leaving directory `/home/gopi/kphone-files/kphonev6-6July/kphone'
make: *** [all] Error 2
thanks.
gopinath