Re: Qtopia-opensource error
I am confused about this also. I am using QT 4.1.4. I want to run Qtopia applications on the qvfb tool.
According to the documentation to install Qtopia you need to do :
./configure -embedded x86
Somewhere else the doc says that if you want qvfb you need to do :
./configure -embedded x86 -qvfb
That is in the Qtopia source tree.
Then it says :
"compile & run the qvfb tool as an Qt/X11 application
cd path/to/Qt/tools/qvfb
make
./qvfb"
What do they mean with this ?
You need to download Qt-X11-opensource-edition and compile it ?
Just ./configure & make in Qt-X11 without options ?
then cd to qvfb directory and run make ?
that gives me an error about a header file not found qvfbhdr.h
Can somebody give some more info on this ?
Thanks.
Cedric.
Re: Qtopia-opensource error
OK,
I solved it like this :
I copied the qvfbhdr.h from
/usr/local/Trolltech/Qtopia../include/Qt to the Qt-X11 source directory tools/qvfb/
and then compilation worked. Everything seems to work ok. I tested the analogclock example as described in the manual.
This is not the normal procedure. I think the Qt documentation is not clear enough. :mad:
Cedric.
Re: Qtopia-opensource error
Did you set your ENV setting like PATH correctly ?
Try
#which qvfbhdr.h