On Sun, Dec 31, 2000 at 09:41:32AM +0100, Lars Gullik Bjřnnes wrote:
>Please try this out so that we can deliver a stable release that will
>be really stable.
1) Current CVS version does not compile for me. gcc-2.95.3, libstdc++-2.10.0.

FontInfo.o: In function `stringbuf::underflow(void)':
/home/users/kura/soft/lyx-devel/src/support/sstream.h(.gnu.linkonce.t._._7ostream+0x14):
undefined reference to `__vl.7ostream'
Spacing.o: In function `stringbuf::underflow(void)':
/home/users/kura/soft/lyx-devel/src/support/sstream.h(.gnu.linkonce.t._._7istream+0x14):
undefined reference to `__vl.7istream'
lyxlex.o: In function `LyXLex::text(void) const':
/usr/include/g++/std/bastring.h:215: undefined reference to `__vl.7istream'
support/.libs/libsupport.a(DebugStream.o): In function
`DebugStream::~DebugStream(void)':
/usr/include/g++/iostream.h:230: undefined reference to `__vl.7ostream'
collect2: ld returned 1 exit status

2) Because of (1) I do not know what about current LyX, but my few days old
version has a following unexpected behaviour (bug?):

When document looks like this:
* |
bar

The '*' is caused by <itemize>.
The '|' is cursor.
The 'bar' is <standard> text.

Pressing [DELETE] causes this:
bar

instead of expected (for me at least):
* bar

The behaviour is expected when document looks like this:
* foo |
bar

[DELETE] causes:
* foo bar

-- 
Michal Kuratczyk <[EMAIL PROTECTED]>

Reply via email to