Jean-Marc Lasgouttes wrote:
>> "Georg" == Georg Baum
>> <[EMAIL PROTECTED]>
>> writes:
>
> Georg> Slightly better patch.
>
> Does not work for me :(
As I wrote: It does neither for me. For anybody who wants to do further work
on LyX until Lars and/or I have sorted this out I suggest
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Slightly better patch.
Does not work for me :(
JMarc
Slightly better patch.
Georg
Index: src/support/docstring.C
===
--- src/support/docstring.C (Revision 14975)
+++ src/support/docstring.C (Arbeitskopie)
@@ -15,9 +15,80 @@
#include
+#include
+
+
+#ifdef __GCC__
+namespace {
+
+/
Jean-Marc Lasgouttes wrote:
> Program received signal SIGABRT, Aborted.
>
> (gdb) bt
> #0 0xe410 in ?? ()
> #1 0xbfffd48c in ?? ()
> #2 0x0006 in ?? ()
> #3 0xb73181e9 in abort () from /lib/tls/libc.so.6
> #4 0xb74dadc7 in __gnu_cxx::__verbose_terminate_handler ()
>from /usr/lib/
Jean-Marc Lasgouttes wrote:
I see the following crash whenever I try to create a new file. It
seems to point to a general problem in boost::format.
This is with gcc 3.4.1
Ideas?
Working fine here (MSVC8).
Abdel.
Jean-Marc Lasgouttes wrote:
>
> I see the following crash whenever I try to create a new file. It
> seems to point to a general problem in boost::format.
>
> This is with gcc 3.4.1
>
> Ideas?
Yes. It is probably an unusable std::char_trais that throws
the cast. I have developed a working one (