On Sat, Jan 12, 2002 at 09:27:30PM +1000 or thereabouts, Allan Rae wrote: > > This looks reasonable. It should still work with gnome-libs-1.2.x. > > Do you want me to apply it or do you have some other work to add that > will include a ChangeLog? >
I've got some fairly big changes for the gnome frontend coming soon, but for now this change will do. I've attached the full patch, including ChangeLog Cheers, -- ======================================================================== | Michael Koziarski |"Conventional wisdom is often | | Data Engineer, Linux user | long on convention and short | | & Objectivist. | on wisdom" -- | | http://www.koziarski.com | Warren E. Buffett, BRK.A | ========================================================================
? chlg.diff ? fix-gnome-includes.diff Index: ChangeLog =================================================================== RCS file: /cvs/lyx/lyx-devel/ChangeLog,v retrieving revision 1.809 diff -u -r1.809 ChangeLog --- ChangeLog 2002/01/09 09:36:31 1.809 +++ ChangeLog 2002/01/12 19:58:49 @@ -1,3 +1,7 @@ +2002-01-13 Michael A. Koziarski <[EMAIL PROTECTED]> + + * configure.in: Fix the includes for gnome. + 2002-01-08 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> * configure.in: remove test for -lpt on SCO. Hopefully it is not Index: configure.in =================================================================== RCS file: /cvs/lyx/lyx-devel/configure.in,v retrieving revision 1.85 diff -u -r1.85 configure.in --- configure.in 2002/01/09 09:36:32 1.85 +++ configure.in 2002/01/12 19:58:52 @@ -208,8 +208,8 @@ FRONTEND="gnome" FRONTEND_GUILIB="gnome/libgnome.la" FRONTEND_LDFLAGS="\$(GNOMEMM_LIBDIR)" - FRONTEND_INCLUDES="-I\${srcdir}/gnome \$(GNOMEMM_INCLUDEDIR) \$(GTKMM_CFLAGS)" - FRONTEND_LIBS="\$(GNOMEMM_LIBS) \$(GTKMM_LIBS) `gnome-config --libs libglade`";; + FRONTEND_INCLUDES="-I\${srcdir}/gnome \$(GNOMEMM_INCLUDEDIR) \$(GTKMM_CFLAGS) +`gnome-config --cflags libglade gnomeui`" + FRONTEND_LIBS="\$(GNOMEMM_LIBS) \$(GTKMM_LIBS) `gnome-config --libs libglade +gnomeui`";; qt2) QT2_DO_IT_ALL FRONTEND="qt2"