Hi,

    I ran across two small problems while compiling lyx-1.1.4.  First,
even if you change the prefix directory in the configure file, one of
the makefiles is hard linked to /usr/local.  I beleive that
lib/reLyX/Makefile is the guilty party.

    Second, there is a comment in src/screen.C that says, "This one
is too dirty.  Get rid of it."  Please follow through with that :)
You declare fl_gc as an extern, and the particular version of GCC I have
think that means that the space for fl_gc is allocated elsewhere, but
of couse that never happens...

    Third, a suggestion: when the text in a cell in a table gets too big,
the current behaviour is to let the table grow beyond the edges of the
page.  Is it possible to change this behaviour to split the text into
two lines?  Also, if I press <TAB> at the last cell on the last row of
a table, a new row is added (good), but it doens't appear to display
correctly (not good).

    My apologies if someone else has pointed these out.


    Thanks,
    Amit Dubey

Reply via email to