Lars Gullik Bjønnes wrote:
> 
> Finally we have LyX version 1.0.4 ready.
> 
> Highlights for this release:
> 
>         - several bugfixes.
>         - DocBook support
>         - new layouts
>         - better handling of custom pagesizes.
>         - more document files translated to other languages.
> 
> See CHANGES in the distribution for everything that has been done.
> 
> This release is considered to be very stable.
> 

Thank you for releasing the next stable LyX version.

Sorry for testing this release and not the prereleases already.
I ran out of time :(

As usually I compile on Sun-Solaris and have some trip-wires to detect.
I'll send an excerpt of my terminal output...
The output where warnings "bar hides foo::bar" was the only warnings
I have clipped.

% setenv CC cc
% setenv CXX CC
% setenv LD_LIBRARY_PATH /usr/openwin/lib  # I don't want to build with X11R6.3
% ./configure --x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib
[output omitted]
Configuration:
  Source code location:       .
  Compiler:                   CC
  Compiler flags:             -g
  LyX binary dir:             /usr/local/bin
  LyX files dir:              /usr/local/share/lyx
  Special flags:              

Configuration of LyX was successful.  
Type 'make' to compile the program, 
and then 'make install' to install it.
% make
[output omitted]
/usr/bin/msgfmt -o pl.mo pl.po
Warning, Syntax at line number: 788, Missing ", ignored
Warning, Syntax at line number: 788, Missing " at EOL, ignored
[output omitted]
CC -c -g -I. -I. -I../images   -I/usr/openwin/include paragraph.C 
"paragraph.C", line 351: Warning: layout hides LyXParagraph::layout.
"paragraph.C", line 850: Warning: layout hides LyXParagraph::layout.
"paragraph.C", line 898: Warning: size hides LyXParagraph::size.
"paragraph.C", line 2602: Warning: depth hides LyXParagraph::depth.
"paragraph.C", line 2648: Warning: The variable column has not yet been assigned
a value.
5 Warning(s) detected.
[output omitted]
CC -c -g -I. -I. -I../images   -I/usr/openwin/include table.C 
"table.C", line  Error: A previously specified default argument value cannot be
changed.
"table.C", line 1885: Warning (Anachronism): LyXTable::cellstruct is not
accessible from file level.
"table.C", line 1885: Note: Type "CC -migration" for more on anachronisms.
1 Error(s) and 1 Warning(s) detected.
[output omitted]
CC -c -g -I. -I. -I../images   -I/usr/openwin/include buffer.C 
"buffer.C", line 223: Warning: filename hides Buffer::filename.
"buffer.C", line 1138: Warning: filename hides Buffer::filename.
"buffer.C", line 1213: Warning: filename hides Buffer::filename.
"buffer.C", line 1553: Warning: filename hides Buffer::filename.
"buffer.C", line 2110: Warning: filename hides Buffer::filename.
"buffer.C", line 2333: Warning: The variable inner_span has not yet been
assigned a value.
"buffer.C", line 2680: Warning: filename hides Buffer::filename.
"buffer.C", line 2792: Warning: The variable command_base has not yet been
assigned a value.
8 Warning(s) detected.
[output omitted]
%

Problem 1: pl.po
I ignored this one.
Problem 2: src/paragraph.C:2648
Line 2607 reads as
    int column = 0, tmp;
Problem 3: src/table.C:1422
Line 1421 reads as
const char *LyXTable::getDocBookAlign(int cell, bool isColumn)
Problem 4: src/buffer.C:2333
Line 2321 reads as
    bool inner_span=false;
Line 2688 reads as
    int command_depth=0,command_base=0,cmd_depth;

I send no patch, because I don't know the correct solutions...

Regards,

Stephan

-- 
---------------------------------------------------------------
<[EMAIL PROTECTED]>  | beusen unternehmensgruppe senkel
fon: +49 30 549932-62     | Landsberger Allee 392
fax: +49 30 549932-29     | 12681 Berlin, Germany
---------------------------------------------------------------

Reply via email to