Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-25 Thread Frederic-Emmanuel PICCA
It is very strange now everything compile with only make clean make distclean ./configure --with-frontend=gtk make It is kind of automake black magic. Frederic

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-25 Thread Jean-Marc Lasgouttes
> "Frederic-Emmanuel" == Frederic-Emmanuel PICCA <[EMAIL PROTECTED]> writes: Frederic-Emmanuel> I do not understand the build from root and not Frederic-Emmanuel> from src/ Frederic-Emmanuel> I always compiled from the lyx-devel root (where I Frederic-Emmanuel> run the ./configure) It is OK,

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-25 Thread Frederic-Emmanuel PICCA
I think the package is correctly named. The confusion is at the gnome side: The libraries of the latest gtkmm (version 2.8.2, installed from source) are named libgtkmm-2.4.la libgtkmm-2.4.so libgtkmm-2.4.so.1 libgtkmm-2.4.so.1.0.24 If I would package this up, I would name the package "libgtkmm-2

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-25 Thread Georg Baum
Frederic-Emmanuel PICCA wrote: > I am using libglade 2.6 even if gtkmm2.4 package on debian was > unproperly named. gtkmm2.4 provide gtkmm2.6 ? > I sent a bug to debian about this. I think the package is correctly named. The confusion is at the gnome side: The libraries of the latest gtkmm (versi

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-25 Thread Frederic-Emmanuel PICCA
Jean-Marc Lasgouttes wrote: John> Sounds like you didn't ./configure with John> "--enable-maintainer-mode" - try running configure again. --enable-maintainer-mode is default nowadays. I think it is better to build from the root build directory, not src/. Now it compiles with the --enable-ma

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-25 Thread Jean-Marc Lasgouttes
> "John" == John Spray <[EMAIL PROTECTED]> writes: John> Am Mittwoch, den 25.01.2006, 11:33 +0100 schrieb John> Frederic-Emmanuel PICCA: >> since yesterday I can not compile the gtk frontend. >> >> here the messages of the compilation John> Sounds like you didn't ./configure with John> "--en

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-25 Thread Frederic-Emmanuel PICCA
Index: src/frontends/gtk//ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/gtk/ChangeLog,v retrieving revision 1.144 diff -u -p -r1.144

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-25 Thread John Spray
Am Mittwoch, den 25.01.2006, 11:33 +0100 schrieb Frederic-Emmanuel PICCA: > since yesterday I can not compile the gtk frontend. > > here the messages of the compilation Sounds like you didn't ./configure with "--enable-maintainer-mode" - try running configure again. John

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-25 Thread Georg Baum
Frederic-Emmanuel PICCA wrote: > since yesterday I can not compile the gtk frontend. me neither, but it bails out at compile time and not build for me. The attached patch fixes the problem (there was still included a header from the xforms frontend). This is going in right now. Note also that the

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-25 Thread Frederic-Emmanuel PICCA
Jean-Marc Lasgouttes wrote: "John" == John C Spray <[EMAIL PROTECTED]> writes: John> On Tue, 2006-01-24 at 16:21 +0100, Jean-Marc Lasgouttes wrote: John> I've also attached a patch to configure.ac John> (noxforms-config.patch) that someone else will need to review John> and apply. It removes t

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-24 Thread Jean-Marc Lasgouttes
> "John" == John C Spray <[EMAIL PROTECTED]> writes: John> On Tue, 2006-01-24 at 16:21 +0100, Jean-Marc Lasgouttes wrote: John> I've also attached a patch to configure.ac John> (noxforms-config.patch) that someone else will need to review John> and apply. It removes the automatic adding of xfo

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-24 Thread John C. Spray
On Tue, 2006-01-24 at 16:21 +0100, Jean-Marc Lasgouttes wrote: > John> I've also attached a patch to configure.ac > John> (noxforms-config.patch) that someone else will need to review > John> and apply. It removes the automatic adding of xforms to the > John> frontends list when gtk is selected. >

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-24 Thread Jean-Marc Lasgouttes
> "John" == John Spray <[EMAIL PROTECTED]> writes: John> I've also attached a patch to configure.ac John> (noxforms-config.patch) that someone else will need to review John> and apply. It removes the automatic adding of xforms to the John> frontends list when gtk is selected. Hmm, shall I com

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-24 Thread Jean-Marc Lasgouttes
> "John" == John Spray <[EMAIL PROTECTED]> writes: John> Hi, One big patch due to overlapping changes to Dialogs.C, sorry John> about that. John> * Start implementing GTabular dialog (quite unfinished) * John> Start implementing GtkLengthEntry class (a gtk widget for John> lengths with