GNOME Bugzilla – Bug 163917
[CYGWIN] Make check fails due to abicheck.sh failure
Last modified: 2005-01-13 15:19:36 UTC
abicheck.sh should not be run in a Cygwin environment. Currently, it's not even UNIX-compatible, since it hardcodes the library name (not all UNIX systems support shared libraries, or have DSOs ending with .so). The attached patch makes this test Linux-specific, as has been previously done with glib. Regards, Roger
Created attachment 35938 [details] [review] gtk-2.6.1-abicheck.diff Make abicheck.sh only run on Linux platforms.
Created attachment 35947 [details] [review] gtk-2.6.1-configure-abicheck.diff The first patch didn't include the necessary configure logic. I've put this in this additional patch. This is taken from the GLib 2.6.1 configure.in.
2005-01-13 Matthias Clasen <mclasen@redhat.com> * configure.in: Add an OS_LINUX conditional. * gdk/Makefile.am (TESTS): * gdk-pixbuf/Makefile.am (TESTS): * gtk/Makefile.am (TESTS): Only run abicheck on Linux. (#163917, Roger Leigh)