On Thursday 19 December 2002 10:54 pm, John Levon wrote:
> On Thu, Dec 19, 2002 at 01:52:19PM +0000, Mike Meredith wrote:
> > checks for a working qt library fails with missing symbols
> > (QTString::Text). The command to link conftest.cc tries to link the
> > qt library before compiling the C++ file :-
>
> The below patch should fix this. Lars, should I apply ?
It does. I take it as you've already fixed it, I shouldn't bother
reporting the problem as a bug ?
Revised IRIX build notes :-
* This is specific to IRIX6.5.14f with gcc 3.2 installed. LyX was
built with the QT front-end. Lyx was checked out on 21st Dec
2002.
* If you have the SGI freeware installation of QT installed,
remove it (or at least make it invisible during the build)
as you really want to use a gcc-built QT library.
* The qt library used was version 2.3.2 ... there appears to be a
serious problem with at least versions 3.0.6, 3.1.0, and 3.1.1.
The symptom is that dialogs appear with a very large vertical
size; other widgets can also appear mangled.
* Edit autogen.sh and set GNUM4 variable to
"/usr/freeware/bin/m4".
* Configure command :-
ac_cv_prog_M4=/usr/freeware/bin/m4 \
CFLAGS="-mips4 -O2 -L/opt/lib32" \
CXXFLAGS="-mips4 -O2 -L/opt/lib32" \
./configure --prefix=/opt --with-qt-dir=/opt/qt \
--with-frontend=qt --disable-nls
(--disable-nls to get around problems building included gettext
... didn't look too closely)
-L/opt/lib32 - Added to pick up N32 libs rather than O32 libs
* gmake to build