Le 01/05/2020 à 12:59, Jürgen Spitzmüller a écrit :
We'd need a test case to be sure. But the backtrace in the report
directly points to the code where I have now introduced the exception
handling.
Thanks. I notified the reporter.
JMarc
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://
Am Freitag, den 01.05.2020, 12:57 +0200 schrieb Jean-Marc Lasgouttes:
> Le 01/05/2020 à 12:37, Jürgen Spitzmüller a écrit :
> > Am Freitag, den 01.05.2020, 11:56 +0200 schrieb Jean-Marc
> > Lasgouttes:
> > > Hi,
> > > This bug in launchpad seems related to recent discussions, but I
> > > cannot
> >
Le 01/05/2020 à 12:37, Jürgen Spitzmüller a écrit :
Am Freitag, den 01.05.2020, 11:56 +0200 schrieb Jean-Marc Lasgouttes:
Hi,
This bug in launchpad seems related to recent discussions, but I
cannot
put my finger on it.
https://bugs.launchpad.net/bugs/1875909
Could it be #11736?
Yes, looks lik
Am Freitag, den 01.05.2020, 11:56 +0200 schrieb Jean-Marc Lasgouttes:
> Hi,
> This bug in launchpad seems related to recent discussions, but I
> cannot
> put my finger on it.
> https://bugs.launchpad.net/bugs/1875909
>
> Could it be #11736?
Yes, looks like it.
Jürgen
>
> JMarc
signature.asc
Hi,
This bug in launchpad seems related to recent discussions, but I cannot
put my finger on it.
https://bugs.launchpad.net/bugs/1875909
Could it be #11736?
JMarc
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel
On Sun, Feb 14, 2010 at 02:15, Andre Poenitz
wrote:
>> 3. a forgotten static_cast in src/support/FileName.cpp
>
>
> @@ -558,7 +558,7 @@
> crc.process_block(beg, end);
> result = crc.checksum();
>
> - munmap(mm, info.st_size);
> + munma
On Sun, Feb 14, 2010 at 10:09:58AM +0100, Frank Thieme wrote:
> >> 2. src/support/debug.h: DEBUG is defined as DEBUG = (1 << 31)
> >> what is out of range for enum (32 bit) and I guess should be DEBUG
> >> = (1 << 30) as there is no 30, yet.
> >
> > 1 << 31 is within the 32 bit range.
>
> m
Hi!
On Sun, Feb 14, 2010 at 02:15, Andre Poenitz
wrote:
>> 2. src/support/debug.h: DEBUG is defined as DEBUG = (1 << 31)
>> what is out of range for enum (32 bit) and I guess should be DEBUG
>> = (1 << 30) as there is no 30, yet.
>
> 1 << 31 is within the 32 bit range.
mmh, yeah, you are
On Sat, Feb 13, 2010 at 11:21:01PM +0100, Frank Thieme wrote:
> Hi!
>
> I found the problem - I have to use "-library=stlport4" because of the
> use of boost. But now there are some more problems:
>
> 1. Trailing commas in enums - this is part of C99, but not of C++ standard
Right.
> 2. src/su
Hi!
I found the problem - I have to use "-library=stlport4" because of the
use of boost. But now there are some more problems:
1. Trailing commas in enums - this is part of C99, but not of C++ standard
2. src/support/debug.h: DEBUG is defined as DEBUG = (1 << 31)
what is out of range for en
Hi!
I'm trying to install lyx on OpenSolaris snv_132. I can do configure
and when I compile there is an error, right after boost is compiled:
source='convert.cpp' object='convert.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/sh ../../config/depcomp \
/bin/sh ../../libtool --tag
On Wed, Mar 20, 2002 at 01:17:54PM +, John Levon wrote:
> /home/moz/src/lyx/lyx-devel/src/frontends/xforms/FormParagraph.C:46:
> undefined reference to `FormParagraph virtual table'
d'oh, sorry
john
--
"Committee iq: average intelligence of members, divide by headcount."
- Rob Land
frontends/libfrontends.o: In function `FormParagraph::FormParagraph(int,
LyXView *, Dialogs *)':
/home/moz/src/lyx/lyx-devel/src/frontends/xforms/FormParagraph.C:46:
undefined reference to `FormParagraph virtual table'
/home/moz/src/lyx/lyx-devel/src/frontends/xforms/FormParagraph.C:46:
undefined
> "Joacim" == Joacim Persson <[EMAIL PROTECTED]> writes:
Joacim> src/include/Regexp.h won't compile (Linux, egcs) From my
Joacim> /usr/include/regexp.h: /* POSIX says that must
Joacim> be included (by the caller) before . */
Joacim> --- Regexp.h.old Fri Jan 29 02:45:46 1999 +++ Regexp.h Fr
src/include/Regexp.h won't compile (Linux, egcs)
>From my /usr/include/regexp.h:
/* POSIX says that must be included (by the caller) before
. */
--- Regexp.h.oldFri Jan 29 02:45:46 1999
+++ Regexp.hFri Jan 29 02:46:07 1999
@@ -21,6 +21,7 @@
// Some structure in regex.h declea
15 matches
Mail list logo