Re: cvs compile fails!

2002-10-19 Thread Nirmal Govind
> without -d you won't get new directories... and without -P you won't > loose unused directories... > I see...thanks Lars.. nirmal

Re: cvs compile fails!

2002-10-19 Thread Lars Gullik Bjønnes
Nirmal Govind <[EMAIL PROTECTED]> writes: | > | > both of these are definitely in CVS. Are you sure you are really up do | > date? Are you using -dP when updating cvs? | > | | I'm using Mandrake 9.0, gcc/g++ 3.2 .. I wasn't using -dP while doing | "cvs update" .. Have been doing just "cvs updat

Re: cvs compile fails!

2002-10-19 Thread Nirmal Govind
> > both of these are definitely in CVS. Are you sure you are really up do > date? Are you using -dP when updating cvs? > I'm using Mandrake 9.0, gcc/g++ 3.2 .. I wasn't using -dP while doing "cvs update" .. Have been doing just "cvs update" till now.. has the server changed? Well, I just did a

Re: cvs compile fails!

2002-10-19 Thread Lars Gullik Bjønnes
Nirmal Govind <[EMAIL PROTECTED]> writes: | Hi.. I'd emailed regarding this error earlier but didn't get a | response.. so I updated my lyx cvs version again and tried but still the | make fails with the following error: | | ../../../../boost/boost/type_traits/remove_const.hpp:16:55: | boost/type

Re: cvs compile fails!

2002-10-19 Thread Lars Gullik Bjønnes
Nirmal Govind <[EMAIL PROTECTED]> writes: | Hi.. I'd emailed regarding this error earlier but didn't get a | response.. so I updated my lyx cvs version again and tried but still the | make fails with the following error: I never saw your report. btw what kind of system is this compiler/vesion, o

Re: cvs compile fails

2000-10-31 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > | cvs now > | log attached > | gcc-2.95.2 > | glibc-2.1.3 > > Try again in 30 minutes... I _have_ fixed this in cvs, but anoncvs > needs a little time to catch up. > > Lgb Worked Thanks Garst

Re: cvs compile fails

2000-10-31 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | cvs now | log attached | gcc-2.95.2 | glibc-2.1.3 Try again in 30 minutes... I _have_ fixed this in cvs, but anoncvs needs a little time to catch up. Lgb

Re: CVS compile fails at math_parser.C

2000-10-18 Thread Allan Rae
On Wed, 18 Oct 2000, Kayvan A. Sylvan wrote: > On Wed, Oct 18, 2000 at 03:00:12PM -0700, Cron Daemon wrote: > > > gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I../.. -I../.. >-I../../boost -isystem /usr/X11R6/include -O2 -m486 -fno-strength-reduce -c >math_parser.C -o math_p

Re: CVS compile fails

2000-10-04 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> Almost. This patch on top of boot/Makefile.am does it: Applied. JMarc

Re: CVS compile fails

2000-10-03 Thread Kayvan A. Sylvan
On Tue, Oct 03, 2000 at 04:40:52PM +0200, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | It looks like some files got left out of the dist rules again: > > Hmm, yes. > > Does this patch fix it? Almost. This patch on top of boot/Makefile.am does it: Index: bo

Re: CVS compile fails

2000-10-03 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | It looks like some files got left out of the dist rules again: Hmm, yes. Does this patch fix it? Index: Makefile.am === RCS file: /usr/local/lyx/cvsroot/lyx-devel/boost/Makefile.am,

Re: cvs compile fails

2000-08-04 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | > | > Relevant code: | > RowList::const_iterator cit = rowlist.begin(); | > RowList::const_iterator end = rowlist.end(); | | change the above code so that you have | | > RowList::iterator end = rowlist.end(); | | And it will compil

RE: cvs compile fails

2000-08-04 Thread Juergen Vigna
> > Relevant code: > RowList::const_iterator cit = rowlist.begin(); > RowList::const_iterator end = rowlist.end(); change the above code so that you have > RowList::iterator end = rowlist.end(); And it will compile! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._