Re: Compilers, exceptions, code size, etc. [was: Re: Cannot compile Lyx

2000-01-04 Thread Allan Rae
On 23 Dec 1999, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > > | Actually for me it's LyXAction that seems to be the "Compile Killer" but > | then maybe I've just left the room for a cup of tea by the time lyxfunc > | arrives on the scene. > > I thought that my recent ch

Re: Compilation failure

2000-01-04 Thread Allan Rae
On Mon, 3 Jan 2000, Michael Schmitt wrote: > Hello again, > > please add the following lines to 'lyxsum.C': > > using std::FILE; etc. etc. etc. Is there a compiler flag for gcc to force namespace checking? I tried the info and man pages (admittedly for egcs-1.1.2) but couldn't find a single

Re: LyX-1.1.1 crashes with File->Export->Custom->Ascii->program

2000-01-04 Thread Allan Rae
On 4 Jan 2000, Jean-Marc Lasgouttes wrote: > > "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: > > Allan> I guess that means me. > > Yes, that's what I guessed too ;) > > Allan> I'll merge the descriptions I've written and the short note > Allan> about the development strand on the websit

Makefile(.in) fix for generation of .tar.gz and .rpm's

2000-01-04 Thread Svante Signell
Hello, Here are the changes in the Makefile.in (Makefile) I had to do in order to build the lyx-1.1.4CVS.tar.gz-file and the rpm's from the CVS sources. Makefile.in, src/Makefile, lib/Makefile.in, lib/reLyX/Makefile.in # Typos in the distdir target. cp -pr $$/$$file $(distdir)/$$file

Re: multibyte support for lyx

2000-01-04 Thread Amir Karger
On Wed, Dec 15, 1999 at 04:44:54PM +0900, [EMAIL PROTECTED] wrote: > > I would like to report that Korean as well as Japanese support for the > lyx-1.1.3 is now possible. The binary package in the rpm format and the > source package in the compressed atr format are available at > ftp://stone.ph

Bug reports - No.1

2000-01-04 Thread Michael Schmitt
Hello everybody, today, I finally managed to run lyx-devel (1.1.4cvs) with Purify, a run-time memory checker. So far I did not trap into serious problems (such like segmentation faults). Nevertheless, Purify reported some problems that should not occur normally. A full list of warnings is attach

Re: putenv

2000-01-04 Thread Jean-Marc Lasgouttes
> "André" == Andre Poenitz <[EMAIL PROTECTED]> writes: André> I just had a look on what happened during the last two weeks. André> One question: Why do we need a 'new' in André> support/filetools.C:326? Couldn't this be replaced by a simple André> putenv(envstr.c_str()) ? The man page mention

putenv

2000-01-04 Thread Andre Poenitz
I just had a look on what happened during the last two weeks. One question: Why do we need a 'new' in support/filetools.C:326? Couldn't this be replaced by a simple putenv(envstr.c_str()) ? The man page mentions ENOMEM. I'd take that as a hint that LyX does not need to alloc memory itself... An

Re: namespaces

2000-01-04 Thread Jean-Marc Lasgouttes
> "John" == John Weiss <[EMAIL PROTECTED]> writes: John> Maybe we should have a subdir with several small sourcelets and John> a Makefile desiged to test whether or not the compiler supports John> certain ANSI C++ features yet. We could ask folks to mail in John> what they find. Then we'll ha

Re: configure doesn't create Makefile

2000-01-04 Thread Jean-Marc Lasgouttes
> "Ing" == Ing Roland Krause <[EMAIL PROTECTED]> writes: Ing> Hi, I was trying to get the latest cvs snapshot to compile under Ing> Linux Mandrake 7.0. The compiler is gcc-2.95.2 make is version Ing> 3.77 latest autoconf and automake tools also. Ing> After running autogen.sh configure fails

Re: LyX-1.1.1 crashes with File->Export->Custom->Ascii->program

2000-01-04 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> I guess that means me. Yes, that's what I guessed too ;) Allan> I'll merge the descriptions I've written and the short note Allan> about the development strand on the website together sometime Allan> over the next couple of days and

Re: Compilation fails

2000-01-04 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> Hello, Hello, Michael> could anybody please add the following line to Michael> 'lyx_gui_misc.h' Michael>using std::pair; I just did it (although I did not commit the change yet). JMarc