Re: last cvs problem...

2000-07-28 Thread Allan Rae
On 27 Jul 2000, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > > | I don't understand why you want to keep a generated file in cvs. > | > | Secondly, wouldn't a makefile rule be better for generating ext_l10n.h > | that way make can track what needs to be updated instead o

Re: last cvs problem...

2000-07-27 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | I don't understand why you want to keep a generated file in cvs. | | Secondly, wouldn't a makefile rule be better for generating ext_l10n.h | that way make can track what needs to be updated instead of the user (or | one of us) having to remember to run au

Re: last cvs problem...

2000-07-26 Thread Allan Rae
On 26 Jul 2000, Lars Gullik Bjønnes wrote: > Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: > > | Hi, > | when compiling last cvs version: > | > | make[1]: Entering directory `/home/jamatos/lyx-devel/po' > | make[1]: *** No rule to make target `../src/ext_l10n.h', needed by `lyx.pot

Re: last cvs problem...(II)

2000-07-26 Thread Jean-Marc Lasgouttes
> "Jose" == Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: Jose> Hi, now I hope isn't me but I see two File menus, one in the Jose> begin and another in the end, after Help. Jose> I hope it isn't my fault this time, and then this is an hint Jose> to Jean-Marc. Oops! A trace of my

last cvs problem...(II)

2000-07-26 Thread Jose Abilio Oliveira Matos
Hi, now I hope isn't me but I see two File menus, one in the begin and another in the end, after Help. I hope it isn't my fault this time, and then this is an hint to Jean-Marc. :-) -- José

Re: last cvs problem...

2000-07-26 Thread Lars Gullik Bjønnes
Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: | In simple terms: | Is it enough to run autogen after a cvs update? | Do we need to clean the debris that is left from | previous makes? And if so "make distclean" is enough? | | I hope to be clear now. :) and the answer

Re: last cvs problem...

2000-07-26 Thread Jose Abilio Oliveira Matos
In simple terms: Is it enough to run autogen after a cvs update? Do we need to clean the debris that is left from previous makes? And if so "make distclean" is enough? I hope to be clear now. :) -- José

Re: last cvs problem...

2000-07-26 Thread Lars Gullik Bjønnes
Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: | On Wed, Jul 26, 2000 at 02:19:37PM +0200, Lars Gullik Bjønnes wrote: | > | > So you didn't run autogen? | | No. That was the problem. | BTW I applied a patch I then make distclean, | is that enough? ¿What you do mean? Lgb

Re: last cvs problem...

2000-07-26 Thread Jose Abilio Oliveira Matos
On Wed, Jul 26, 2000 at 02:19:37PM +0200, Lars Gullik Bjønnes wrote: > > So you didn't run autogen? No. That was the problem. BTW I applied a patch I then make distclean, is that enough? > and ext_l10n.h _is_ in cvs. > I think this is a problem at your end. You are right. sorry for

Re: last cvs problem...

2000-07-26 Thread Lars Gullik Bjønnes
Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: | Hi, | when compiling last cvs version: | | make[1]: Entering directory `/home/jamatos/lyx-devel/po' | make[1]: *** No rule to make target `../src/ext_l10n.h', needed by `lyx.pot'. Stop. | make[1]: Leaving directory `/home/jamatos/ly

last cvs problem...

2000-07-26 Thread Jose Abilio Oliveira Matos
Hi, when compiling last cvs version: make[1]: Entering directory `/home/jamatos/lyx-devel/po' make[1]: *** No rule to make target `../src/ext_l10n.h', needed by `lyx.pot'. Stop. make[1]: Leaving directory `/home/jamatos/lyx-devel/po' This looks like something that you have added