On Tue, Oct 31, 2006 at 02:02:50PM +0100, Udo Giacomozzi wrote: > Hello strk, > > Tuesday, October 31, 2006, 1:53:48 PM, you wrote: > s> Argh... yet another AGG version problem... this patch broke > s> build with *my* AGG 2.4 :-( > > Can't be! Just very simple c++ code added. > > Can you compile cvs-head?
Will try. BTW, since you're subscribed to AGG mailing list, could you submit the attached patch for review/inclusion (autoconf built of AGG-2.5 broken) --strk;
--- src/platform/X11/Makefile.am.000 2006-10-31 14:08:27.000000000 +0100 +++ src/platform/X11/Makefile.am 2006-10-31 14:08:04.000000000 +0100 @@ -4,5 +4,5 @@ libaggplatformX11_la_LDFLAGS = -version-info @AGG_LIB_VERSION@ [EMAIL PROTECTED]@ libaggplatformX11_la_SOURCES = agg_platform_support.cpp -libaggplatformX11_la_CXXFLAGS = -I$(top_srcdir)/include @x_includes@ +libaggplatformX11_la_CXXFLAGS = -I$(top_srcdir)/include [EMAIL PROTECTED]@ libaggplatformX11_la_LIBADD = -lX11 endif
_______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
