RE: QNX 6.2NC +xf4.2 +Qt3
"Lonnie VanZandt" <[email protected]> Mon, 17 Jun 2002 11:21:32 -0600
| Newsgroups | gmane.os.qnx.openqnx.devel |
|---|---|
| Organization | HomeOffice |
| Message-ID | <011d01c21623$6e126180$113ea8c0@predictable> |
Thanks. I'm up and operational now. -----Original Message----- From: openqnx-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:openqnx-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of Frank Liu Sent: Monday, June 17, 2002 10:27 AM To: openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Subject: RE: [Openqnx-developer] QNX 6.2NC +xf4.2 +Qt3 As I mentioned in my last email, you should really read the list archives here: http://www.geocrawler.com/lists/3/SourceForge/16494/0/ In particular, this post should tell you exactlly what you need to do if you want to run the real X. http://www.geocrawler.com/archives/3/16494/2002/3/0/8194286/ Now, if you just want to run XPhoton, you can simply type "XPhoton" in your Photon pterm, assuming you've setup the PATH and LD_LIBRARY_PATH correctly (see my post a few days ago replying Johan about running Qt3 on qnx6.2. cdm should be able to give you more information about running XPhoton. I believe there are a few option you can play with. Frank On Mon, 17 Jun 2002, Lonnie VanZandt wrote: > Frank, > > So my mistake was not exiting out of Photon before running xinit. Or, > I could have passed XPhoton as a parameter to xinit within Photon. > Anyway, it works now. > > Lonnie. > > -----Original Message----- > From: openqnx-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > [mailto:openqnx-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of > Lonnie VanZandt > Sent: Monday, June 17, 2002 9:35 AM > To: 'Frank Liu'; openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > Subject: RE: [Openqnx-developer] QNX 6.2NC +xf4.2 +Qt3 > > > Aha, yes, changing the symlink of X->XFree86 to X->XPhoton makes a big > difference. > > -----Original Message----- > From: openqnx-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > [mailto:openqnx-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of > Frank Liu > Sent: Monday, June 17, 2002 9:16 AM > To: openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > Subject: RE: [Openqnx-developer] QNX 6.2NC +xf4.2 +Qt3 > > > > well, real newbies should read the mailing list archives first, right? > (cdm, can you post something about XPhoton usage, in case he is > really asking about using XPhone rather than X itself.) > > Frank > > On Mon, 17 Jun 2002, Lonnie VanZandt wrote: > > > And, for us X newbies, how about the startup commands for the X > > server: designer complains that it can't connect to the X server. I > > recall it has something to do with startx and xinit but it has been > > 3 years since I had to bother with X... > > > > -----Original Message----- > > From: openqnx-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > > [mailto:openqnx-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of > > Frank Liu > > Sent: Friday, June 14, 2002 10:54 AM > > To: Johan CARDON > > Cc: openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > > Subject: Re: [Openqnx-developer] QNX 6.2NC +xf4.2 +Qt3 > > > > > > > > > > On Fri, 14 Jun 2002, Frank Liu wrote: > > > > > > > > put the following (EXACTLY) in your .profile > > > > > > > > QTDIR=/opt/X11R6/qt3 > > > > PATH=$QTDIR/bin:$PATH > > > > LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH > > > > I forgot to mention the X11 libs. > > this should really be > > LD_LIBRARY_PATH=$QTDIR/lib:/opt/X11R6/lib:$LD_LIBRARY_PATH > > (you may have to use this order, until I have time to release a new > > Qt3 for 6.2) > > > > Frank > > > > > > export QTDIR PATH LD_LIBRARY_PATH > > > > > > forgot to mention that you also need to set the locale or else you > > > will get a harmless warning when running "designer". put the > > > following > > > > > in your .profile also: export LC_ALL=C > > > > > > Frank > > > > > > > > > > > logout and login again. > > > > > > > > now run "designer" and it should work. > > > > > > > > Frank > > > > > > > > On Fri, 14 Jun 2002, Johan CARDON wrote: > > > > > > > > > Hi everybody ! > > > > > I have little time to test 6.2NC and resolve, I hope, my SMP > > > > > lockup problem. So I'm searching the good way to make Qt3 > > > > > works with QNX 6.2NC. > > > > > > > > > > Here is my test : > > > > > 1- install QNX 6.2 NC from CDROM ; > > > > > 2- install packages from 6.2NC CDROM ; > > > > > 3- install XFree4.2 and Qt3 binaries from openqnx site ; > > > > > > > > > > In this state, if I try to start designer under XPhoton > (with a > > > > > big P) or compile a Qt3 prog, I get this message : > > > > > unable to find libphrenderGL.so and this file doesn't > exist on > > > > > the HD. > > > > > > > > > > So, I install Photon 3D runtime and devel packages from third > > > > > party software CD. > > > > > re-test wih designer and get this result > > > > > unresolved symbols : glXQueryServerString > > > > > " : glXQueryExtension > > > > > ... > > > > > > > > > > What's wrong with my install ? (I'm disoriented with problem > > > > > aboutl ib between 6.1 and 6.2). > > > > > > > > > > Thanks > > > > > -- > > > > > Institut Albert Bonniot > > > > > Johan CARDON Faculté de Medecine de Grenoble > > > > > Laboratoire IMAG/TIMC/GMCAO Domaine de la Merci > > > > > Tel: +33 (0)4 76 54 95 05 38706 La Tronche Cedex > > > > > > > > > > ______________________________________________________________ > > > > > _ > > > > > > > > > > Don't miss the 2002 Sprint PCS Application Developer's > > > > > Conference August 25-28 in Las Vegas - > > > > > http://devcon.sprintpcs.com/adp/index.cfm?source > > > > > _______________________________________________ > > > > > openqnx-developer mailing list > > > > > openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > > > > > https://lists.sourceforge.net/lists/listinfo/openqnx-developer > > > > > > > > > > > > > > > > > _______________________________________________________________ > > > > > > > > Don't miss the 2002 Sprint PCS Application Developer's > > > > Conference August 25-28 in Las Vegas - > > > > http://devcon.sprintpcs.com/adp/index.cfm?source > > > > _______________________________________________ > > > > openqnx-developer mailing list > > > > openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > > > > https://lists.sourceforge.net/lists/listinfo/openqnx-developer > > > > > > > > > > > > > _______________________________________________________________ > > > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > > August 25-28 in Las Vegas - > > > http://devcon.sprintpcs.com/adp/index.cfm?source > > > _______________________________________________ > > > openqnx-developer mailing list > > > openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > > > https://lists.sourceforge.net/lists/listinfo/openqnx-developer > > > > > > > > > _______________________________________________________________ > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > August 25-28 in Las Vegas - > > http://devcon.sprintpcs.com/adp/index.cfm?source=dntextlink > > > > _______________________________________________ > > openqnx-developer mailing list > > openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > > https://lists.sourceforge.net/lists/listinfo/openqnx-developer > > > > > > _______________________________________________________________ > > > > Sponsored by: > > ThinkGeek at http://www.ThinkGeek.com/ > > _______________________________________________ > > openqnx-developer mailing list > > openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > > https://lists.sourceforge.net/lists/listinfo/openqnx-developer > > > > > _______________________________________________________________ > > Sponsored by: > ThinkGeek at http://www.ThinkGeek.com/ > _______________________________________________ > openqnx-developer mailing list openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/openqnx-developer > > > _______________________________________________________________ > > Sponsored by: > ThinkGeek at http://www.ThinkGeek.com/ > _______________________________________________ > openqnx-developer mailing list openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/openqnx-developer > > > _______________________________________________________________ > > Sponsored by: > ThinkGeek at http://www.ThinkGeek.com/ > _______________________________________________ > openqnx-developer mailing list openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/openqnx-developer > _______________________________________________________________ Sponsored by: ThinkGeek at http://www.ThinkGeek.com/