Jean-Marc, have you not compiled this code? Small patch:

Index: src/buffer.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/buffer.C,v
retrieving revision 1.88.2.5
diff -u -r1.88.2.5 buffer.C
--- src/buffer.C        2000/11/02 15:03:04     1.88.2.5
+++ src/buffer.C        2000/12/05 17:10:16
@@ -95,6 +95,10 @@
 using std::vector;
 using std::max;
 
+#ifdef HAVE_LOCALE
+       using std::locale;
+#endif
+
 // all these externs should eventually be removed.
 extern BufferList bufferlist;
 
Index: src/lyx_gui.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyx_gui.C,v
retrieving revision 1.37.2.5
diff -u -r1.37.2.5 lyx_gui.C
--- src/lyx_gui.C       2000/10/17 13:25:31     1.37.2.5
+++ src/lyx_gui.C       2000/12/05 17:10:17
@@ -46,6 +46,7 @@
 #endif
 
 #include <vector>
+using std::vector;
 extern vector<int>::size_type max_number_of_menus;
 
 using std::endl;




On Tuesday 05 December 2000 15:14, Jean-Marc Lasgouttes wrote:
> Hello,
>
> I'd like to release 1.1.5fix3 some time soon, since there are some
> valuable things there.
>
> Therefore, as usual, I'd be glad if some of you could take the time to
> check it out (or fix a bug or two if you are feeling adventurous). Let
> me recall that all these fixes have been checked in the branch
> lyx-1_1_5, which you can get with the command
>  cvs checkout -d lyx-1_1_5 -r lyx-1_1_5 lyx-devel
>
> In particular, I'd like to make sure that
>  - it compiles on RedHat Linux 7.0.
>  - the crash with deadkeys with xforms 0.89 is solved (I'll have a
>    look, but I cannot test that)
>  - the figinset fix from John is in.
>
> JMarc
>
> What's new
> ==========
>
> ** Bugfixes
>
> - fix compilation when configured with --disable-nls
>
> - another try at fixing compilation with redhat linux 7.0
>
> - fix crash when entring a long string of '+' in the math editor.
>
> - fix problem with math macros in RTL text.
>
> - fix potential problem when using -display to run LyX on a
>   non-default display.
>
> - fix problem where font size command did not work.
>
> - fix small problem with AthlonGCC.
>
> - fix reading of class name with non-letter characters in reLyX.
>
> ** Updates
>
> - add latvian keymap.
>
> Remaining problems
> ==================
>
> These are bugs which are probably small, and mostly appeared recently.
> Good clients for a fix release. Note that they exist in 1.1.6 too, so
> we'll have to fix them eventually. Please send me references to the
> ones I forgot.
>
> - clipboard-related crashes
>   http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg13754.html
>   http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg13712.html
>   http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg13338.html
>
> - crash when changing layout
>   http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg13171.html
>
> - sometimes workAreaButtonRelease is called with button == 0 (this has
>   already been discussed, but not fixed as far as I know)
>   http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg12987.html
>
> - When the cursor is between two spaces, then the Shift-Cursor
>   selection keys will lead to a mangled selection (on screen)
>   http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg12431.html
>
> - it is not possible to remove empty paragraphs with backspace when
>   they have "KeepEmpty 1" (as in LyX-Code)
>   http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg13841.html

Reply via email to