Hi LyXers,
following bugs (at least) under AIX 4.1:
1) I used
CC=xlc CFLAGS=-O2 CXX=xlC CXXFLAGS=-O2 \
./configure --program-suffix=-1.0.0pl2
to configure LyX under AIX. This worked. But when running "make",
after making directory intl I got the output
make: 1254-002 Cannot find a rule to create target lyx-1.0.0pl2.pot
from dependencies.
I temp. fixed it with
ln -s po/lyx.pot po/lyx-1.0.0pl2.pot
but it of course is a bug in po/Makefile.in.in (why two times .in??).
2) configure adds /usr/local/X11R5/lib to ac_x_libraries, as the
search order in configure looks there before in /usr/lib (see
configure, line 1834). We have installed an old libX11.a installed
there, but the real actual libX11.a is under /usr/lib.
This is bad, as lyx won't run then, it gives
0509-037 System error - error data is: lyx-1.0.0pl2
0509-027 Member shr4.o is not found or file is not an archive.
0509-027 Member shr4.o is not found or file is not an archive.
0509-022 Cannot load library libX11.a[shr4.o].
Hence I had to add "--x-libraries=" to configure's options.
3) Minor problems: AIX C++ Compi xlC warns:
"lyx_gui.C", line 163.1: 1540-331: (E) Return value of type "int" is expected.
"lyx.C", line 15.64: 1540-101: (W) "fdui" may be used before being set.
same at lines 33.66 71.66 105.60 131.60
same in form1.C, lines 15.56 87.56 221.58 277.64 309.66
same in credits_form.C, lines 15.68 46.62
same in layout_forms.C, lines 15.70 135.72 177.72 283.70 313.66 350.64 455.80 584.84
669.76
same in print_form.C, lines 15.64 87.66
same in latexoptions.C, lines 15.68 41.60
same in sp_form.C, lines 15.80 77.76
same in math_forms.C, lines 15.54 85.54 125.56 172.52 193.54
same in lyx_sendfax.C, lines 15.60 86.62 104.58
same in insetbib.C, lines 96.76 128.74
same in insetindex.C, line 64.70
same in insetinclude.C, line 34.58
same in bullet_forms.C, line 19.66
Have fun,
Fred
Fred Hucht, Institute of Theoretical Physics, University of Duisburg, Germany
Email: [EMAIL PROTECTED] http://WWW.thp.Uni-Duisburg.DE/
"Der Koerper der algebraischen Zahlen ist kein algebraischer Zahlkoerper"
(E. Landau, Zahlentheorie (1927), Satz 718)