Re: compile fix for STLPort

2004-02-15 Thread Alfredo Braunstein
Georg Baum wrote: > Could somebody please apply? Done, thanks. Alfredo

Re: Compile fix...

2003-11-05 Thread Jose' Matos
On Wednesday 05 November 2003 15:26, Martin Vermeer wrote: > ...for 2.95 and STLport. I had most of that in the original patch, but since I did not needed I decided to remove them and wait for your complain. ;-) > - Martin -- José Abílio

Re: Compile fix...

2003-11-05 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> ...for 2.95 and STLport. - Martin I just commited something similar. JMarc

Re: Compile fix...

2003-11-05 Thread Andre Poenitz
On Wed, Nov 05, 2003 at 05:26:25PM +0200, Martin Vermeer wrote: > ...for 2.95 and STLport. > > - Martin > > Index: output.h > === > RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/output.h,v > retrieving revision 1.1 > diff -u -p -r

Re: compile fix

2002-08-13 Thread Herbert Voss
make[3]: Entering directory `/home/voss/lyx-devel.13/src' make[3]: *** No rule to make target `funcrequest.C', needed by `funcrequest.o'. Stop. make[3]: Leaving directory `/home/voss/lyx-devel.13/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/voss/lyx-devel.13/src' m

Re: compile fix

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 08:18:14PM +0200, Herbert Voss wrote: > src/mathed/fontinset.C > #include "support/LOstream.h" Thanks. Adnre' > -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: compile fix

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 06:53:53PM +0200, Herbert Voss wrote: > xforms/lyx_gui.C > xforms/XWorkArea.C > > using std::dec; Hmm didn't I commit that ? john -- "The new WinFix 4.3 is a very effective way to improve the reliability of Windows, because it makes Windows fault-tolerant and self-rep

Re: compile fix

2002-07-21 Thread Jean-Marc Lasgouttes
Herbert Voss wrote: > LaTeXFeatures.C > using std::list; > Indeed. Fixed. JMarc