I/Pspell leftovers (was: Re: [Cvslog] r27798 - /lyx-devel/trunk/src/Makefile.am)

2008-12-08 Thread Pavel Sanda
Uwe Stöhr wrote: > > is this really true wrt pspell? > > Yes, Pspell.h/cpp was removed. It was decided only to leave Aspell, JMarc > knows more. ok, just greping through sources revealed there are still references to those: 1. lyxrc.h/cpp - there are variables claming they belongs to ispell, als

Re: [Cvslog] r27798 - /lyx-devel/trunk/src/Makefile.am

2008-12-07 Thread Uwe Stöhr
> is this really true wrt pspell? Yes, Pspell.h/cpp was removed. It was decided only to leave Aspell, JMarc knows more. regards Uwe

Re: [Cvslog] r27798 - /lyx-devel/trunk/src/Makefile.am

2008-12-07 Thread Pavel Sanda
[EMAIL PROTECTED] wrote: > Author: uwestoehr > Date: Sun Dec 7 18:09:18 2008 > New Revision: 27798 > > URL: http://www.lyx.org/trac/changeset/27798 > Log: > Makefile.am: PSpell and ISpell was removed for LyX 2.0 at the developer > meeting is this really true wrt pspell? pavel

Re: [Cvslog] r23836 - in /lyx-devel/trunk/src: Makefile.am client/Make...

2008-03-20 Thread José Matos
On Thursday 20 March 2008 11:36:34 Pavel Sanda wrote: > this file is created when you give monolithic options to configure. > pavel OK. You are right. The interference between the different options of configure is giving me headaches. I have reverted the patch. -- José Abílio

Re: [Cvslog] r23836 - in /lyx-devel/trunk/src: Makefile.am client/Make...

2008-03-20 Thread Pavel Sanda
> > uhrrrm. are you sure about this? > > imho you broke monolithic builds. > > I don't see any lyxclient.cpp in the directory, where does that comes from? this file is created when you give monolithic options to configure. pavel

Re: [Cvslog] r23836 - in /lyx-devel/trunk/src: Makefile.am client/Make...

2008-03-20 Thread José Matos
On Wednesday 19 March 2008 20:06:17 Pavel Sanda wrote: > > Modified: lyx-devel/trunk/src/client/Makefile.am > > URL: > > http://www.lyx.org/trac/file/lyx-devel/trunk/src/client/Makefile.am?rev=2 > >3836 > > = > >= --- lyx-d

Re: [Cvslog] r23836 - in /lyx-devel/trunk/src: Makefile.am client/Make...

2008-03-19 Thread Pavel Sanda
> imho you broke monolithic builds. like this make[4]: Entering directory `/home/installer/lyx/g-free-trunk/src/client' /bin/sh ../../libtool --tag=CXX --mode=link g++ -O -o lyxclient client.o ../../src/support/liblyxsupport.la ../../boost/liblyxboost.la -laspell -lSM -lICE -lz -lX11

Re: [Cvslog] r23836 - in /lyx-devel/trunk/src: Makefile.am client/Make...

2008-03-19 Thread Pavel Sanda
> Modified: lyx-devel/trunk/src/client/Makefile.am > URL: > http://www.lyx.org/trac/file/lyx-devel/trunk/src/client/Makefile.am?rev=23836 > == > --- lyx-devel/trunk/src/client/Makefile.am (original) > +++ lyx-devel/tr

Re: r23527 - in /lyx-devel/trunk/src: Makefile.am MenuBackend...

2008-03-08 Thread Abdelrazak Younes
Andre Poenitz wrote: On Sat, Mar 08, 2008 at 09:51:21AM +0100, Abdelrazak Younes wrote: [EMAIL PROTECTED] wrote: Author: poenitz Date: Fri Mar 7 01:21:23 2008 New Revision: 23527 URL: http://www.lyx.org/trac/changeset/23527 Log: merge MenuBackend into frontend/Menus I did not dare to do that

Re: r23527 - in /lyx-devel/trunk/src: Makefile.am MenuBackend...

2008-03-08 Thread Andre Poenitz
On Sat, Mar 08, 2008 at 09:51:21AM +0100, Abdelrazak Younes wrote: > [EMAIL PROTECTED] wrote: >> Author: poenitz >> Date: Fri Mar 7 01:21:23 2008 >> New Revision: 23527 >> URL: http://www.lyx.org/trac/changeset/23527 >> Log: >> merge MenuBackend into frontend/Menus > > I did not dare to do that my

Re: r23527 - in /lyx-devel/trunk/src: Makefile.am MenuBackend...

2008-03-08 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: poenitz Date: Fri Mar 7 01:21:23 2008 New Revision: 23527 URL: http://www.lyx.org/trac/changeset/23527 Log: merge MenuBackend into frontend/Menus I did not dare to do that myself ;-) Do you plan to do the same for the toolbar backend? That would be great. If

Re: [Cvslog] r23468 - in /lyx-devel/trunk/src: Makefile.am factory.cpp...

2008-03-04 Thread Andre Poenitz
On Wed, Mar 05, 2008 at 02:26:03AM +0100, Pavel Sanda wrote: > > Author: poenitz > > Date: Wed Mar 5 01:21:05 2008 > > New Revision: 23468 > > > > URL: http://www.lyx.org/trac/changeset/23468 > > Log: > > make code look a bit more uniform > > > > Removed: > > lyx-devel/trunk/src/insets/Inset

Re: [Cvslog] r23468 - in /lyx-devel/trunk/src: Makefile.am factory.cpp...

2008-03-04 Thread Pavel Sanda
> Author: poenitz > Date: Wed Mar 5 01:21:05 2008 > New Revision: 23468 > > URL: http://www.lyx.org/trac/changeset/23468 > Log: > make code look a bit more uniform > > Removed: > lyx-devel/trunk/src/insets/InsetTheorem.cpp > lyx-devel/trunk/src/insets/InsetTheorem.h ... > -#if 0 > -

Re: lyx-devel boost/: ChangeLog boost/libs/regex/src/: Makefile.am...

2002-11-10 Thread Herbert Voss
Timm schrieb: Lars Gullik Bjønnes wrote: Herbert Voss <[EMAIL PROTECTED]> writes: | ../../../../boost/boost/regex/detail/regex_match.hpp: In member function |`unsigned int boost::RegEx::GrepFiles(bool (*)(const char*, const |boost::RegEx&), const char*, bool, unsigned int)': | ../../

Re: lyx-devel boost/: ChangeLog boost/libs/regex/src/: Makefile.am ...

2002-11-10 Thread Timm
Lars Gullik Bjønnes wrote: > Herbert Voss <[EMAIL PROTECTED]> writes: > > | ../../../../boost/boost/regex/detail/regex_match.hpp: In member function > |`unsigned int boost::RegEx::GrepFiles(bool (*)(const char*, const > |boost::RegEx&), const char*, bool, unsigned int)': > | ../../../../b

Re: lyx-devel boost/: ChangeLog boost/libs/regex/src/: Makefile.am ...

2002-11-08 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | ../../../../boost/boost/regex/detail/regex_match.hpp: In member function |`unsigned int boost::RegEx::GrepFiles(bool (*)(const char*, const |boost::RegEx&), const char*, bool, unsigned int)': | ../../../../boost/boost/regex/detail/regex_match.hpp:

Re: lyx-devel boost/: ChangeLog boost/libs/regex/src/: Makefile.am...

2002-11-07 Thread Herbert Voss
[EMAIL PROTECTED] schrieb: CVSROOT: /usr/local/lyx/cvsroot Module name: lyx-devel Repository: lyx-devel/src/frontends/controllers/ Changes by: [EMAIL PROTECTED] 02/11/07 16:24:07 Modified files: lyx-devel/boost/: ChangeLog lyx-devel/boost/libs/regex/src/: Makefile.am lyx-devel/src

Re: autogen.sh: warning from src/Makefile.am andsrc/frontends/Makefile.am

2002-04-03 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | Hi, > | When I run ./autogen.sh, I get: > | [...] | src/Makefile.am:12: LIBS was set with `+=' and is now set with `=' | src/frontends/Makefile.am:12: LIBS was set with `+=' and is now set with `=' | [..

autogen.sh: warning from src/Makefile.am and src/frontends/Makefile.am

2002-04-03 Thread R. Lahaye
Hi, When I run ./autogen.sh, I get: [...] src/Makefile.am:12: LIBS was set with `+=' and is now set with `=' src/frontends/Makefile.am:12: LIBS was set with `+=' and is now set with `=' [...] I use automake (GNU automake) 1.5 Autoconf version 2.13 Regards, Rob.

Re: src/Makefile.am

2002-03-12 Thread John Levon
On Tue, Mar 12, 2002 at 08:35:39PM +0100, Lars Gullik Bjønnes wrote: > It even looks like I put it there... actually this has been there > since version 1.1 of this file. wow ! how many times have we all read that file ... john -- I am a complete moron for forgetting about endianness. May I

Re: src/Makefile.am

2002-03-12 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | it's not intended that Makefile.in is listed in _SOURCES is it ? No. that should not be there. It even looks like I put it there... actually this has been there since version 1.1 of this file. but of course automake just ignores it... -- Lgb

src/Makefile.am

2002-03-12 Thread John Levon
it's not intended that Makefile.in is listed in _SOURCES is it ? regards john -- I am a complete moron for forgetting about endianness. May I be forever marked as such.