Re: Another LYX build failure

2001-04-01 Thread Allan Rae
On 30 Mar 2001, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > > | On 29 Mar 2001, Lars Gullik Bjønnes wrote: > | > | > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > | > > | > | I have verified that POTFILES.in is not necessary in the CVS. Someone > | > | can go ahead and

Re: Another LYX build failure

2001-03-30 Thread Kayvan A. Sylvan
On Fri, Mar 30, 2001 at 05:46:56PM +0200, Lars Gullik Bjønnes wrote: > > rm -f po/POTFILES* > make maintainer-clean / distclean > ./autogen.sh > ./configure > make Yes. This works. I have changed my automated build process to use this. Remove POTFILE.in already!!! ---Ka

Re: Another LYX build failure

2001-03-30 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | On 29 Mar 2001, Lars Gullik Bjønnes wrote: | | > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | > | > | I have verified that POTFILES.in is not necessary in the CVS. Someone | > | can go ahead and remove it. | > | > I am not convinced. | | make maintain

Re: Another LYX build failure

2001-03-29 Thread Allan Rae
On 29 Mar 2001, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | I have verified that POTFILES.in is not necessary in the CVS. Someone > | can go ahead and remove it. > > I am not convinced. make maintainer-clean ./autogen.sh rm -f po/POTFILES* ./configure make

Re: Another LYX build failure

2001-03-29 Thread Kayvan A. Sylvan
On Thu, Mar 29, 2001 at 06:50:16PM +0200, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | I have verified that POTFILES.in is not necessary in the CVS. Someone > | can go ahead and remove it. > > I am not convinced. Look at po/Makefile.in: ${srcdir}/POTFILES.i

Re: Another LYX build failure

2001-03-29 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | I have verified that POTFILES.in is not necessary in the CVS. Someone | can go ahead and remove it. I am not convinced. -- Lgb

Re: Another LYX build failure

2001-03-29 Thread Kayvan A. Sylvan
On Thu, Mar 29, 2001 at 08:54:15PM +1000, Allan Rae wrote: > To avoid this problem affecting your builds you can change your script > from: > make rpmdist > > to > rm -f po/POTFILES* > make rpmdist This is what I already do. > This can't fail because POTFILES can safely be reb

Re: Another LYX build failure

2001-03-29 Thread Allan Rae
On Wed, 28 Mar 2001, Kayvan A. Sylvan wrote: > On Thu, Mar 29, 2001 at 05:18:31PM +1000, Allan Rae wrote: > > > > You should be able to : > > rm -f po/POTFILES* > > make > > > > to get around this unless of course there's a Makefile.am somewhere that > > still lists these files. > > The

Re: Another LYX build failure

2001-03-28 Thread Kayvan A. Sylvan
On Thu, Mar 29, 2001 at 05:18:31PM +1000, Allan Rae wrote: > > You should be able to : > rm -f po/POTFILES* > make > > to get around this unless of course there's a Makefile.am somewhere that > still lists these files. The above does nothing for me. My automated lyx build does a "

Re: Another LYX build failure

2001-03-28 Thread Allan Rae
You should be able to : rm -f po/POTFILES* make to get around this unless of course there's a Makefile.am somewhere that still lists these files. On Wed, 28 Mar 2001, Kayvan A. Sylvan wrote: > After making the lyx.C to lyxfind.C change, here is where the > build stops. Probabl