GNOME Bugzilla – Bug 165316
libgnomecanvasmm Win32 compile doesn't work
Last modified: 2005-02-08 11:55:54 UTC
It is not possible to get running versions of the demo canvas_demo in Win32. Libgnomecanvas compiles without problems, and also the demos there work fine. Some compile problems can be prevented by adding some configure.in magic, but the demo still gives "This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information." when run. Attached is the patch for configure.in.
Created attachment 36556 [details] [review] Patch for configure.in to make it compile, but not work
Could you comment on your target platform : cygwin/mingw, native (win32) or through the cygwin posix layer.
I compiled it using the current mingw distribution, the changes for the configure script are from other gtkmm-wrapped libraries. Included in the patch is also the align stuff for structs. The configure patch should maybe applied regardless of this bug because it is used in other gtkmm modules to make them run on windows.
Thanks for the patch. I applied it to CVS head. I also added support for shared libraries (DLL). In the future, could you also patch ChangeLog and add a small description of your changes ? Murray, could you change the status to RESOLVED ? Thanks !