The official binaries for wxPython from wxpython.org are configured with '--enable-graphics_ctx' to enable the GraphicsContext classes. I have received some bug reports from FreeBSD users of my software that show that this is not enabled in the binary builds. Looking at the latest head of the makefile for wxgtk confirms this: http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11-toolkits/wxgtk28/Makefile?rev=1.45;content-type=text%2Fplain It would be nice if the FreeBSD binaries for wxWidgets would be configured with this support so that wxPython software written against the official wxpython.org binaries that use these classes would be compatible and runnable on FreeBSD. Thanks, Cody Fix: Add --enable-graphics_ctx to CONFIGURE_ARGS in the Makefile for wxGtk
Responsible Changed From-To: freebsd-ports-bugs->fjoe Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed wxgtk28 now builds with --enable-graphics_ctx
fjoe 2008-09-01 15:31:10 UTC FreeBSD ports repository Modified files: x11-toolkits/wxgtk28 Makefile Log: - Build with --enable-graphics_ctx - Bump PORTREVISION PR: 126583 Revision Changes Path 1.46 +4 -3 ports/x11-toolkits/wxgtk28/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"