Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-21 Thread Jean-Marc Lasgouttes
Bo == Bo Peng [EMAIL PROTECTED] writes: No, it's the opengl (3D rendering) libraries. If you don't have it, then you must compile a Qt version that doesn't include the support. Bo I found the lib and use --with-extra-lib to refer to it. I can Bo then configure and make. However, make stops

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-21 Thread Bo Peng
Bo I found the lib and use --with-extra-lib to refer to it. I can Bo then configure and make. However, make stops with error message: Bo can not find ... lib. It works again after I set setenv Bo LD_LIBRARY_PATH 'every lib pathes' What is this exact path? What libs? Did you set

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-21 Thread Jean-Marc Lasgouttes
Bo == Bo Peng [EMAIL PROTECTED] writes: No, it's the opengl (3D rendering) libraries. If you don't have it, then you must compile a Qt version that doesn't include the support. Bo I found the lib and use --with-extra-lib to refer to it. I can Bo then configure and make. However, make stops

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-21 Thread Bo Peng
Bo I found the lib and use --with-extra-lib to refer to it. I can Bo then configure and make. However, make stops with error message: Bo can not find ... lib. It works again after I set setenv Bo LD_LIBRARY_PATH 'every lib pathes' What is this exact path? What libs? Did you set

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-21 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> No, it's the opengl (3D rendering) libraries. If you don't have it, >> then you must compile a Qt version that doesn't include the >> support. Bo> I found the lib and use --with-extra-lib to refer to it. I can Bo> then configure and make.

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-21 Thread Bo Peng
> Bo> I found the lib and use --with-extra-lib to refer to it. I can > Bo> then configure and make. However, make stops with error message: > Bo> can not find ... lib. It works again after I set setenv > Bo> LD_LIBRARY_PATH 'every lib pathes' > What is this exact path? What libs? Did you set

Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread Bo Peng
Hi, Has anyone successfully compiled lyx-1.3.1 with qt frontend on Solaris 2.8? I run ./configure with the following options: --with-frontend=qt --with-qt-dir=/usr/site/qt /usr/site/qt seems to be fine: % ls /usr/site/qt bin/ext/lib/mkspecs/share@ doc@

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread John Levon
On Thu, Mar 20, 2003 at 12:25:37PM -0600, Bo Peng wrote: configure: error: Cannot compile a simple Qt executable. Check you have the right $QTDIR ! We need to see config.log john

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread Bo Peng
configure: error: Cannot compile a simple Qt executable. Check you have the right $QTDIR ! We need to see config.log It is attached. -- Bo Peng This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread John Levon
On Thu, Mar 20, 2003 at 01:41:03PM -0600, Bo Peng wrote: configure:11820: g++ -o conftest -O -fno-exceptions -I/usr/site/qt//include -L/usr/site/qt//lib -I/opt1/opt.CORE/xpm-3.4k/sunos5/include -isystem /usr/openwin/include -L/opt1/opt.CORE/xpm-3.4k/sunos5/lib

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread Bo Peng
ld: warning: file libGL.so.1: required by /usr/site/qt//lib/libqt-mt.so, not found Undefined first referenced symbol in file glXQueryExtension /usr/site/qt//lib/libqt-mt.so glReadPixels

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread John Levon
On Thu, Mar 20, 2003 at 02:28:12PM -0600, Bo Peng wrote: This is your problem. What is this libGL.so? On my linux box, it is in /usr/X11/lib, but on Solaris, there is no such thing under /usr/X/lib. Does it come with qt? No, it's the opengl (3D rendering) libraries. If you don't have it,

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread Les Denham
On Thursday 20 March 2003 1428 pm, you wrote: ld: warning: file libGL.so.1: required by /usr/site/qt//lib/libqt-mt.so, not found Undefined first referenced symbol in file glXQueryExtension /usr/site/qt//lib/libqt-mt.so

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread Bo Peng
No, it's the opengl (3D rendering) libraries. If you don't have it, then you must compile a Qt version that doesn't include the support. I found the lib and use --with-extra-lib to refer to it. I can then configure and make. However, make stops with error message: can not find ... lib. It

Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread Bo Peng
Hi, Has anyone successfully compiled lyx-1.3.1 with qt frontend on Solaris 2.8? I run ./configure with the following options: --with-frontend=qt --with-qt-dir=/usr/site/qt /usr/site/qt seems to be fine: % ls /usr/site/qt bin/ext/lib/mkspecs/share@ doc@

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread John Levon
On Thu, Mar 20, 2003 at 12:25:37PM -0600, Bo Peng wrote: configure: error: Cannot compile a simple Qt executable. Check you have the right $QTDIR ! We need to see config.log john

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread Bo Peng
configure: error: Cannot compile a simple Qt executable. Check you have the right $QTDIR ! We need to see config.log It is attached. -- Bo Peng This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread John Levon
On Thu, Mar 20, 2003 at 01:41:03PM -0600, Bo Peng wrote: configure:11820: g++ -o conftest -O -fno-exceptions -I/usr/site/qt//include -L/usr/site/qt//lib -I/opt1/opt.CORE/xpm-3.4k/sunos5/include -isystem /usr/openwin/include -L/opt1/opt.CORE/xpm-3.4k/sunos5/lib

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread Bo Peng
ld: warning: file libGL.so.1: required by /usr/site/qt//lib/libqt-mt.so, not found Undefined first referenced symbol in file glXQueryExtension /usr/site/qt//lib/libqt-mt.so glReadPixels

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread John Levon
On Thu, Mar 20, 2003 at 02:28:12PM -0600, Bo Peng wrote: This is your problem. What is this libGL.so? On my linux box, it is in /usr/X11/lib, but on Solaris, there is no such thing under /usr/X/lib. Does it come with qt? No, it's the opengl (3D rendering) libraries. If you don't have it,

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread Les Denham
On Thursday 20 March 2003 1428 pm, you wrote: ld: warning: file libGL.so.1: required by /usr/site/qt//lib/libqt-mt.so, not found Undefined first referenced symbol in file glXQueryExtension /usr/site/qt//lib/libqt-mt.so

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread Bo Peng
No, it's the opengl (3D rendering) libraries. If you don't have it, then you must compile a Qt version that doesn't include the support. I found the lib and use --with-extra-lib to refer to it. I can then configure and make. However, make stops with error message: can not find ... lib. It

Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread Bo Peng
Hi, Has anyone successfully compiled lyx-1.3.1 with qt frontend on Solaris 2.8? I run ./configure with the following options: --with-frontend=qt --with-qt-dir=/usr/site/qt /usr/site/qt seems to be fine: % ls /usr/site/qt bin/ext/lib/mkspecs/share@ doc@

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread John Levon
On Thu, Mar 20, 2003 at 12:25:37PM -0600, Bo Peng wrote: > configure: error: Cannot compile a simple Qt executable. Check you have the right > $QTDIR ! We need to see config.log john

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread Bo Peng
> > configure: error: Cannot compile a simple Qt executable. Check you > > have the right $QTDIR ! > We need to see config.log It is attached. -- Bo Peng This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread John Levon
On Thu, Mar 20, 2003 at 01:41:03PM -0600, Bo Peng wrote: > configure:11820: g++ -o conftest -O -fno-exceptions -I/usr/site/qt//include > -L/usr/site/qt//lib -I/opt1/opt.CORE/xpm-3.4k/sunos5/include -isystem > /usr/openwin/include -L/opt1/opt.CORE/xpm-3.4k/sunos5/lib >

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread Bo Peng
> > ld: warning: file libGL.so.1: required by > > /usr/site/qt//lib/libqt-mt.so, not found > > Undefined first referenced > > symbol in file > > glXQueryExtension /usr/site/qt//lib/libqt-mt.so > > glReadPixels

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread John Levon
On Thu, Mar 20, 2003 at 02:28:12PM -0600, Bo Peng wrote: > > This is your problem. > > What is this libGL.so? On my linux box, it is in /usr/X11/lib, but on > Solaris, there is no such thing under /usr/X/lib. Does it come with qt? No, it's the opengl (3D rendering) libraries. If you don't have

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread Les Denham
On Thursday 20 March 2003 1428 pm, you wrote: > > > ld: warning: file libGL.so.1: required by > > > /usr/site/qt//lib/libqt-mt.so, not found > > > Undefined first referenced > > > symbol in file > > > glXQueryExtension

Re: Compiling LyX 1.3.1 on Solaris 2.8

2003-03-20 Thread Bo Peng
> No, it's the opengl (3D rendering) libraries. If you don't have it, > then you must compile a Qt version that doesn't include the support. I found the lib and use --with-extra-lib to refer to it. I can then configure and make. However, make stops with error message: can not find ... lib. It