------------------------------------------------------------------------

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 ChangeLog
--- src/frontends/gtk//ChangeLog        24 Jan 2006 14:05:08 -0000      1.144
+++ src/frontends/gtk//ChangeLog        25 Jan 2006 14:03:23 -0000
@@ -1,3 +1,7 @@
+2006-01-25  Georg Baum  <[EMAIL PROTECTED]>
+
+       * xftFontLoader.C: remove obsolete header
+
 2006-01-24  John Spray <[EMAIL PROTECTED]>
        * GTabular.[Ch], glade/tabular.glade: Add tabular dialog (incomplete)
        * LyXGtkLengthEntry.[Ch]: Add length entry widget
Index: src/frontends/gtk//xftFontLoader.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/gtk/xftFontLoader.C,v
retrieving revision 1.11
diff -u -p -r1.11 xftFontLoader.C
--- src/frontends/gtk//xftFontLoader.C  29 Jan 2005 15:09:14 -0000      1.11
+++ src/frontends/gtk//xftFontLoader.C  25 Jan 2006 14:03:23 -0000
@@ -19,7 +19,6 @@
 #endif
#include "xftFontLoader.h"
-#include "FontInfo.h"
 #include "gettext.h"
 #include "debug.h"
 #include "lyxrc.h"   // lyxrc.font_*


I applied your patch but the problem is still present

frontends/gtk/.libs/libgtk.a(Dialogs.o): In function `Dialogs::build(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':Dialogs.C:(.text+0x4056): undefined reference to `lyx::frontend::GTabular::GTabular(lyx::frontend::Dialog&)' frontends/gtk/.libs/libgtk.a(lyx_gui.o): In function `lyx_gui::parse_init(int&, char**)':lyx_gui.C:(.text+0x1f4): undefined reference to `lyx::graphics::LyXGdkImage::newImage()' :lyx_gui.C:(.text+0x2a9): undefined reference to `lyx::graphics::LyXGdkImage::loadableFormats()'


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.

Reply via email to