Re: [Bug 1875909] Re: LyX can't build PDFs / missing begin document

2020-05-01 Thread Jean-Marc Lasgouttes
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://

Re: [Bug 1875909] Re: LyX can't build PDFs / missing begin document

2020-05-01 Thread Jürgen Spitzmüller
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 > >

Re: [Bug 1875909] Re: LyX can't build PDFs / missing begin document

2020-05-01 Thread 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 put my finger on it. https://bugs.launchpad.net/bugs/1875909 Could it be #11736? Yes, looks lik

Re: [Bug 1875909] Re: LyX can't build PDFs / missing begin document

2020-05-01 Thread Jürgen Spitzmüller
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

[Bug 1875909] Re: LyX can't build PDFs / missing begin document

2020-05-01 Thread 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? JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Can't build lyx 1.6.5 on OpenSolaris using Sun Studio 12u1

2010-02-15 Thread Frank Thieme
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

Re: Can't build lyx 1.6.5 on OpenSolaris using Sun Studio 12u1

2010-02-14 Thread Andre Poenitz
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

Re: Can't build lyx 1.6.5 on OpenSolaris using Sun Studio 12u1

2010-02-14 Thread Frank Thieme
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

Re: Can't build lyx 1.6.5 on OpenSolaris using Sun Studio 12u1

2010-02-13 Thread Andre Poenitz
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

Re: Can't build lyx 1.6.5 on OpenSolaris using Sun Studio 12u1

2010-02-13 Thread Frank Thieme
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

Can't build lyx 1.6.5 on OpenSolaris using Sun Studio 12u1

2010-02-11 Thread Frank Thieme
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

Re: Can't build

2002-03-20 Thread John Levon
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

Can't build

2002-03-20 Thread John Levon
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

Re: Can't build 1.1

1999-01-29 Thread Jean-Marc Lasgouttes
> "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

Can't build 1.1

1999-01-28 Thread Joacim Persson
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