My goal is to get the qtopia sdk going so I can start playing with code.
I'm on redhat 9. I've followed the HOWTO to the letter, but when I get to the point where I try to compile the example...
[root@localhost root]# source dev-x86-qpe.sh
Altered environment for Sharp Zaurus Development x86
[root@localhost root]# cd example/
[root@localhost example]# tmake -o Makefile example.pro
[root@localhost example]# make
gcc -o example main.o example.o examplebase.o moc_example.o moc_examplebase.o -L/opt/Qtopia/lib -lqpe -lqte
main.o(.text+0x1d): In function `main':
: undefined reference to `QPEApplication::QPEApplication[in-charge](int&, char**, QApplication::Type)'
main.o(.text+0x3e): In function `main':
: undefined reference to `QPEApplication::showMainWidget(QWidget*, bool)'
main.o(.text+0x46): In function `main':
: undefined reference to `QPEApplication::exec()'
main.o(.text+0x59): In function `main':
: undefined reference to `QPEApplication::~QPEApplication [in-charge]()'
... etcetera etcetera
Any ideas?
-Daniel
howto link:
http://zaurususergroup.com/modules.php?op=...ompiler%20Setup