Re: make dist fails in branch

2012-10-07 Thread Jean-Marc Lasgouttes
Le 07/10/2012 20:41, Richard Heck a écrit : This is an out-of-source build directory. Isn't this the way to go? Same error here. Anyone? My fault. Should be OK now. JMarc

Re: "make dist" failure: aspell.m4

2005-05-03 Thread Angus Leeming
Thanks. Fixed. Angus

Re: Make dist problem

2002-02-28 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> This small patch finishes the removal of the vms_define.h: -- Applied to my tree. JMarc

Re: make dist

2001-02-27 Thread John Levon
On Tue, 27 Feb 2001, Kayvan A. Sylvan wrote: > On Tue, Feb 27, 2001 at 05:12:49PM +, John Levon wrote: > > On Tue, 27 Feb 2001, John Levon wrote: > > > > > > > > mathed/math_bibop* needs removing from Makefile.am > > > > > > john > > > > er, or the typo should be fixed > > > > one or the

Re: make dist

2001-02-27 Thread Kayvan A. Sylvan
On Tue, Feb 27, 2001 at 05:12:49PM +, John Levon wrote: > On Tue, 27 Feb 2001, John Levon wrote: > > > > > mathed/math_bibop* needs removing from Makefile.am > > > > john > > er, or the typo should be fixed > > one or the other :))) > > john Here's my "make dist" patch from a few days a

Re: make dist

2001-02-27 Thread John Levon
On Tue, 27 Feb 2001, John Levon wrote: > > mathed/math_bibop* needs removing from Makefile.am > > john er, or the typo should be fixed one or the other :))) john -- "Please crack down on the Chinaman's friends and Hitler's commander. Mother is the best bet and don't let Satan draw you too

Re: make dist problem

2001-02-19 Thread John Levon
On Sun, 18 Feb 2001, Kayvan A. Sylvan wrote: > Hi folks, > > Would one of you please fix this? This is agains the latest 1.2.0cvs. > > "make dist" produces: > > && automake --include-deps --build-dir=$here --srcdir-name=. >--output-dir=$top_distdir --foreign Makefile > cp: cannot create reg

Re: make dist oversight

2000-09-18 Thread Juergen Vigna
On 18-Sep-2000 Juergen Vigna wrote: > > I need help for this as otherwise it might take some time! > Replying to myself ;) There are a lot of functions in lyxfunc which modify or do something with LyXText (bv->text!). Now all this functions should be handled also by the text-inset. I now woul

Re: make dist oversight

2000-09-18 Thread Juergen Vigna
On 18-Sep-2000 Lars Gullik Bjønnes wrote: > > Sure... it is ok for you if I do this now? > And also remove table.C and table.h? > I guess yes, but IMO we should ask the others. We have seen that there ARE problems with the new tabular inset (especially with the text-inset) so before removing

Re: make dist oversight

2000-09-18 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 18-Sep-2000 Lars Gullik Bjønnes wrote: | | >| I fixed this and IMO they still should be part of the build process | >| at least until we remove all references to them in the LyX-Source and | >| remove them from the repository! | > | > The only reas

Re: make dist oversight

2000-09-18 Thread Juergen Vigna
On 18-Sep-2000 Lars Gullik Bjønnes wrote: >| I fixed this and IMO they still should be part of the build process >| at least until we remove all references to them in the LyX-Source and >| remove them from the repository! > > The only reason why I haven't done that already is that you might nee

Re: make dist oversight

2000-09-18 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 18-Sep-2000 Lars Gullik Bjønnes wrote: | > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | > | >| Hi folk, | >| | >| This small patch fixes a ``make dist'' oversight (and lets my auto-compile | >| and RPM generation proceed). However, even with th

Re: make dist oversight

2000-09-18 Thread Juergen Vigna
On 18-Sep-2000 Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > >| Hi folk, >| >| This small patch fixes a ``make dist'' oversight (and lets my auto-compile >| and RPM generation proceed). However, even with this, I get the following >| errors on compilation: >| >|

Re: make dist oversight

2000-09-18 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | Hi folk, | | This small patch fixes a ``make dist'' oversight (and lets my auto-compile | and RPM generation proceed). However, even with this, I get the following | errors on compilation: | | table.C:791: new declaration `class string LyXTable::

RE: make dist oversight

2000-09-18 Thread Juergen Vigna
On 16-Sep-2000 Kayvan A. Sylvan wrote: > Hi folk, > > This small patch fixes a ``make dist'' oversight (and lets my auto-compile > and RPM generation proceed). However, even with this, I get the following > errors on compilation: Applied! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-

Re: ``make dist'' fix

2000-08-16 Thread Juergen Vigna
>| kde/foo.C: >| >| // This should be replaced with a real kde dialog! >| #include "../xforms/foo.C" > > Yes, we should have a frontends/skeleton that just contains the needed > stubs. I guess for now I found a working solution without dummy-files, I'll commit it soon. Jür

Re: ``make dist'' fix

2000-08-16 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | On Wed, Aug 16, 2000 at 09:31:43AM +0200, Juergen Vigna wrote: | > | > On 15-Aug-2000 Kayvan A. Sylvan wrote: | > > On Tue, Aug 15, 2000 at 04:40:36PM -0300, Garst R. Reese wrote: | > >> When I do a make distclean it tries twice on frontends/xform

Re: ``make dist'' fix

2000-08-16 Thread Kayvan A. Sylvan
On Wed, Aug 16, 2000 at 09:31:43AM +0200, Juergen Vigna wrote: > > On 15-Aug-2000 Kayvan A. Sylvan wrote: > > On Tue, Aug 15, 2000 at 04:40:36PM -0300, Garst R. Reese wrote: > >> When I do a make distclean it tries twice on frontends/xforms and stops > >> (naturally) on "no rule ..." > >> Might t

Re: ``make dist'' fix

2000-08-16 Thread Juergen Vigna
On 15-Aug-2000 Kayvan A. Sylvan wrote: > On Tue, Aug 15, 2000 at 04:40:36PM -0300, Garst R. Reese wrote: >> When I do a make distclean it tries twice on frontends/xforms and stops >> (naturally) on "no rule ..." >> Might this help? >> Garst > > Try this patch instead. This fixes both problems. P

Re: ``make dist'' fix

2000-08-15 Thread Kayvan A. Sylvan
On Tue, Aug 15, 2000 at 04:40:36PM -0300, Garst R. Reese wrote: > When I do a make distclean it tries twice on frontends/xforms and stops > (naturally) on "no rule ..." > Might this help? > Garst Try this patch instead. This fixes both problems. Please apply. -- Kayvan A. Sylvan

Re: ``make dist'' fix

2000-08-15 Thread Kayvan A. Sylvan
On Tue, Aug 15, 2000 at 04:40:36PM -0300, Garst R. Reese wrote: > "Kayvan A. Sylvan" wrote: > > > > Here's the fix that allows me to once again build automated RPMs. > > > > -- > > Kayvan A. Sylvan | Proud husband of | Father to my kids: > > Sylvan Associates, Inc.

Re: ``make dist'' fix

2000-08-15 Thread Garst R. Reese
"Kayvan A. Sylvan" wrote: > > Here's the fix that allows me to once again build automated RPMs. > > -- > Kayvan A. Sylvan | Proud husband of | Father to my kids: > Sylvan Associates, Inc.| Laura Isabella Sylvan | Katherine Yelena > http://www.successlinks.com/k