Re: QT/X11 Free 3.0.2 and QNX 6.1A
Frank Liu <[email protected]> Wed, 27 Mar 2002 01:08:09 -0500 (EST)
| Newsgroups | gmane.os.qnx.openqnx.devel |
|---|---|
| Message-ID | <[email protected]> |
I just took a brief look at your files. Your README file mentioned you had to disable-opengl because of errors. This is actually a bug in QNX6.1, I was told by Colin that it is fixed in 6.2. Basicaly the libGLU.so and libGL.so in the /usr/lib conflicts with the XFree86 ones in /opt/X11R6/lib. Though Qt makefiles have -L/opt/X11R6/lib but QNX doesn't honor that. See my posting here: http://groups.google.com/groups?hl=en&threadm=a1552r%24baa%241%40nntp.qnx.com&rnum=1&prev=/groups%3Fq%3Dqnx%2Blibglu.so%2Bpath%26hl%3Den%26selm%3Da1552r%2524baa%25241%2540nntp.qnx.com%26rnum%3D1 A quick fix is to rename libGL.so and libGLU.so in /usr/lib to something else so that it won't get linked before XFree86 ones. Actually QNX may not support opengl well and you won't need those libs in /usr/lib anyway ... Frank On Sun, 24 Mar 2002, Jorgensen, Jens H wrote: > You can now find the files necessary to compile Qt/X11 Free 3.0.2 under QNX > 6.1A in the OpenQNX project (http://sourceforge.net/projects/openqnx/) at > sourceforge.net. > > The files are based on the work by Sergey V. Sobolev and myself. > > Enjoy > Jens H Jorgensen > >