On Tue, Oct 03, 2006 at 03:54:39PM +0200, strk wrote: > On Tue, Oct 03, 2006 at 01:46:43PM +0200, Patrice Dumas wrote: > > Hello, > > Applied your patch, have another problem with make distcheck though: > > make[1]: *** No rule to make target `kde_glue_cairo.cpp', needed by > `distdir'. Stop. > > Indeed there's no kde_glue_cairo.cpp file under gui/ > Does anyone have it or is it an error in gui/Makefile.am ?
In any case this prevent make distcheck since months. I have a local patch but when I sent it to the list some time ago it was said that this would be corrected for the next version. In this patch I also add gtk_glue.h to the sources, I think this could be applied anyway. -- Pat
Index: gui/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/gui/Makefile.am,v retrieving revision 1.19 diff -u -3 -p -r1.19 Makefile.am --- gui/Makefile.am 23 Sep 2006 19:22:48 -0000 1.19 +++ gui/Makefile.am 3 Oct 2006 14:24:40 -0000 @@ -52,14 +52,14 @@ endif # ! USE_RENDERER_OPENGL if USE_RENDERER_CAIRO GTK_CAIRO_SRCS = gtk_glue_cairo.cpp gtk_glue_cairo.h -KDE_CAIRO_SRCS = kde_glue_cairo.cpp kde_glue_cairo.h +KDE_CAIRO_SRCS = #kde_glue_cairo.cpp kde_glue_cairo.h else GTK_CAIRO_SRCS = KDE_CAIRO_SRCS = endif if USE_GUI_GTK -GTK_SRCS = gtk.cpp gtksup.h $(GTK_CAIRO_SRCS) $(GTK_OPENGL_SRCS) +GTK_SRCS = gtk.cpp gtksup.h gtk_glue.h $(GTK_CAIRO_SRCS) $(GTK_OPENGL_SRCS) else GTK_SRCS = endif
_______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

