Ashikase,
I'm using the redhat RPMs on Fedora 2. One of my first problems was that I used the tmake.conf that came with the SDK - that messed up all my compiling. I've since corrected that.
With the lib files in /opt/Qtopia/lib, the sharp/lib files in /opt/Qtopia/sharp/lib and the include files in /opt/Qtopia/include I still get errors on the linking stage. Here they are:
gcc296 -o example main.o example.o moc_example.o -L/opt/Qtopia/lib -lqpe -lqte
example.o(.text+0x52): In function `mainwidget::mainwidget(QWidget *, char const *, unsigned int)':
: undefined reference to `SlFileDialog::SlFileDialog(bool, QWidget *, char const *, bool, unsigned int)'
example.o(.text+0x5b): In function `mainwidget::mainwidget(QWidget *, char const *, unsigned int)':
: undefined reference to `SlFileDialog::getFileName(void)'
collect2: ld returned 1 exit status
make: *** [example] Error 1
Mickey,
I'm likely to release a version based on OPIE as well, or based on a library that I've half written myself.