Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Configuring Qt 4.6 opensource for qnx SDP-6.4.1-200905201802-nto: Page 1 of 9 (9 Items)
   
Configuring Qt 4.6 opensource for qnx SDP-6.4.1-200905201802-nto  
Hi,

I am trying to do benchmarks for different OS-es with Qt 4.6 opensource from Nokia. I have installed a virtual machine 
with SDP-6.4.1-200905201802-nto, and tried to configure Qt for Qnx. I added the EGL and GLES library and include paths 
under the supplied mkspec for Qnx, than configured with the following command.

 ./configure \
 -platform unsupported/qnx-g++  -no-libtiff  -no-qt3support  -no-gfx-linuxfb \
 -no-mouse-linuxtp  -no-kbd-tty  -qt-gfx-qnx  -qt-mouse-qnx -qt-kbd-qnx\
 -opensource  -opengl es1  -qt-libjpeg  -qt-libpng  -qt-libmng  -qt-gif  -silent

Configure runs Ok, and than I try to :
make install

which runs ok until trying to build OpenGL libraries. Here I got an error, whith 
conflicting type declarations within EGL/eglplatform.h and GLES/egltypes.h

Honestly, I am confused, which declarations are meant for my use. Maybe I should just try to forbid use of EGL libraries
? there is an egl.h also within the GLES folder. (guess needed for the context creation).

Have anyone succesfully managed to build Qt opensource on Qnx SDP 6.4.1?

All help is apreciated,

Istvan