Re: Removing lengthcommon.cpp from tex2lyx

2008-03-20 Thread José Matos
On Thursday 20 March 2008 14:53:15 Pavel Sanda wrote: > this is really the only flag you give? how is "O2" possible ? Because I have changed configure.ac to set the first alpha, that where that is coming. Without the change I get the same but with -O instead of -O2 > pavel -- José Abílio

Re: Removing lengthcommon.cpp from tex2lyx

2008-03-20 Thread Pavel Sanda
> > > > If it works without it, go for that. However, I comple perfectly well > > > > with build_dir != src_dir now. > > > > > > The reason why it fails is that no rule is issued to lengthcommon.cpp > > > when I use a different directories. I am not sure if this an automake, or > > > even make bu

Re: Removing lengthcommon.cpp from tex2lyx

2008-03-20 Thread José Matos
On Thursday 20 March 2008 14:19:18 Pavel Sanda wrote: > > On Thursday 20 March 2008 13:04:52 Jean-Marc Lasgouttes wrote: > > > José Matos <[EMAIL PROTECTED]> writes: > > > > I propose to apply this patch to src/tex2lyx. Without this patch I > > > > can not compile lyx with build_dir != src_dir. Any

Re: Removing lengthcommon.cpp from tex2lyx

2008-03-20 Thread Pavel Sanda
> On Thursday 20 March 2008 13:04:52 Jean-Marc Lasgouttes wrote: > > José Matos <[EMAIL PROTECTED]> writes: > > > I propose to apply this patch to src/tex2lyx. Without this patch I can > > > not compile lyx with build_dir != src_dir. Any objection? > > > > If it works without it, go for that. Howev

Re: Removing lengthcommon.cpp from tex2lyx

2008-03-20 Thread José Matos
On Thursday 20 March 2008 13:39:37 Jean-Marc Lasgouttes wrote: > I do not think that fixing blindly make sense here. We are using the upper version after all. > Note that a 'make distclean' will probably be needed to recover. OK. I have running make distclean more than I would like. :-( > Jos

Re: Removing lengthcommon.cpp from tex2lyx

2008-03-20 Thread Jean-Marc Lasgouttes
José Matos <[EMAIL PROTECTED]> writes: >> If it works without it, go for that. However, I comple perfectly well >> with build_dir != src_dir now. > > The reason why it fails is that no rule is issued to > lengthcommon.cpp when I use a different directories. I am not sure > if this an automake, o

Re: Removing lengthcommon.cpp from tex2lyx

2008-03-20 Thread José Matos
On Thursday 20 March 2008 13:04:52 Jean-Marc Lasgouttes wrote: > José Matos <[EMAIL PROTECTED]> writes: > > I propose to apply this patch to src/tex2lyx. Without this patch I can > > not compile lyx with build_dir != src_dir. Any objection? > > If it works without it, go for that. However, I comple

Re: Removing lengthcommon.cpp from tex2lyx

2008-03-20 Thread Jean-Marc Lasgouttes
José Matos <[EMAIL PROTECTED]> writes: > I propose to apply this patch to src/tex2lyx. Without this patch I can not > compile lyx with build_dir != src_dir. Any objection? If it works without it, go for that. However, I comple perfectly well with build_dir != src_dir now. JMarc