[Lazarus] KolCE problem

Horacio Jamilis hjamilis at pymesoft.com.ar
Sat Apr 10 18:34:21 CEST 2010


2010/4/9 Den Jean <Den.Jean at telenet.be>:
> learn about apt-get, apt-cache search and google :-)
> http://talk.maemo.org/showthread.php?t=46785
> at first glance it probably is:
> apt-get update
> apt-get install libqt4-maemo5-*

Thank you!
This thread is very useful, I installed the libraries and I copied
them on the same dir of other libs, but still not working:

Hint: Start of reading config file /home/kjow/.fpc.cfg
Hint: Start of reading config file /etc/fpc.cfg
Hint: End of reading config file /etc/fpc.cfg
Hint: End of reading config file /home/kjow/.fpc.cfg
Free Pascal Compiler version 2.5.1 [2010/04/06] for arm
Copyright (c) 1993-2009 by Florian Klaempfl
Target OS: Linux for ARMEL
Compiling TestQT.lpr
Assembling testqt
Compiling resource /mnt/Condivisa/Progetti/TestQT/lib/arm-linux/TestQT.or
Linking TestQT
/home/kjow/lazarus/fpc/binutils/ld: warning: libQtWebKit.so.4, needed
by /mnt/Condivisa/Lazarus/libcross/libQt4Pas.so, not found (try using
-rpath or -rpath-link)
/home/kjow/lazarus/fpc/binutils/ld: warning: libQtGui.so.4, needed by
/mnt/Condivisa/Lazarus/libcross/libQt4Pas.so, not found (try using
-rpath or -rpath-link)
/home/kjow/lazarus/fpc/binutils/ld: warning: libQtNetwork.so.4, needed
by /mnt/Condivisa/Lazarus/libcross/libQt4Pas.so, not found (try using
-rpath or -rpath-link)
/home/kjow/lazarus/fpc/binutils/ld: warning: libQtCore.so.4, needed by
/mnt/Condivisa/Lazarus/libcross/libQt4Pas.so, not found (try using
-rpath or -rpath-link)
/home/kjow/lazarus/fpc/binutils/ld: warning: libpthread.so.0, needed
by /mnt/Condivisa/Lazarus/libcross/libQt4Pas.so, not found (try using
-rpath or -rpath-link)
/home/kjow/lazarus/fpc/binutils/ld: warning: libstdc++.so.6, needed by
/mnt/Condivisa/Lazarus/libcross/libQt4Pas.so, not found (try using
-rpath or -rpath-link)
/home/kjow/lazarus/fpc/binutils/ld: warning: libm.so.6, needed by
/mnt/Condivisa/Lazarus/libcross/libQt4Pas.so, not found (try using
-rpath or -rpath-link)
/home/kjow/lazarus/fpc/binutils/ld: warning: libgcc_s.so.1, needed by
/mnt/Condivisa/Lazarus/libcross/libQt4Pas.so, not found (try using
-rpath or -rpath-link)
/home/kjow/lazarus/fpc/binutils/ld: warning: ld-linux.so.3, needed by
/mnt/Condivisa/Lazarus/libcross/libc.so, not found (try using -rpath
or -rpath-link)
/mnt/Condivisa/Lazarus/libcross/libQt4Pas.so: undefined reference to
`QPlainTextEdit::setReadOnly(bool)'
/mnt/Condivisa/Lazarus/libcross/libQt4Pas.so: undefined reference to
`QPlainTextEdit::setTextInteractionFlags(QFlags<Qt::TextInteractionFlag>)'
...
a lot of similar rows after
...
/mnt/Condivisa/Lazarus/libcross/libQt4Pas.so: undefined reference to
`QMimeData::hasHtml() const'
/mnt/Condivisa/Lazarus/libcross/libQt4Pas.so: undefined reference to
`QString::replace(QLatin1String const&, QLatin1String const&,
Qt::CaseSensitivity)'
TestQT.lpr(21) Error: Error while linking
TestQT.lpr(21) Fatal: There were 1 errors compiling module, stopping


where do I need to use " (try using -rpath or -rpath-link)"?

Thanks!
Kjow




More information about the Lazarus mailing list