>>>>> "Fred" == Fred Hucht <[EMAIL PROTECTED]> writes:

Fred> Hi LyXers, the following problems are (partly still) in LyX pl8:

Fred> Making: -------

Fred> 1) Using CC=xlc CXX=xlC CFLAGS=-O CXXFLAGS=-O ./configure
Fred> --program-suffix=-1.0.0pl8 and make, I get, after make made
Fred> libintl.a: make: 1254-002 Cannot find a rule to create target
Fred> lyx-1.0.0pl8.pot from dependencies.  Temp fix: I copied lyx.pot
Fred> to lyx-1.0.0pl8.pot

This problem does not arise with GNU make and I  If you can find a
modifications of the rules in po/Makefile that fix that, I can put
that in. You might try to change:

$(srcdir)/cat-id-tbl.c: $(srcdir)/stamp-cat-id; @:
$(srcdir)/stamp-cat-id: $(PACKAGE).pot

to 

$(srcdir)/cat-id-tbl.c: $(srcdir)/stamp-cat-id; @:
$(srcdir)/stamp-cat-id: $(srcdir)/$(PACKAGE).pot


Fred> 2) Lines like [lyx.C:15] FD_form_title *fdui = (FD_form_title *)
Fred> fl_calloc(1, sizeof(*fdui)); gives the warning from AIX's xlC
Fred> "lyx.C", line 15.64: 1540-101: (W) "fdui" may be used before
Fred> being set.

This is a problem of both xlC (it should see that fdui is not really used)
and fdesign (it should use sizeof(FD_form_title)). I have already
reported this bug to xforms maintainers, so it should be fixed for
next release. In the meantime, I am reluctant to change that, since
the files are auto-generated.

However, if you can submit a description like what is in the INSTALL
file, I'll add that.

Fred> In general, the bug is that the button release is interpreted as
Fred> click at the point where the mouse was released. This was
Fred> introduced some months ago to solve the problem that clicks are
Fred> already processed at the time os the mouse press.

This is something that Agser introduced and I think he has plans to
change it, as soon as his exams are done.

JMarc

Reply via email to