GNOME Bugzilla – Bug 324665
glib-java Cygwin build fixes
Last modified: 2006-01-28 11:57:42 UTC
I'm attaching a patch that fixes a few issues building glib-java-0.2.2 on Cygwin.
Created attachment 56236 [details] [review] glib-java-0.2.2 Cygwin patch
A few things will have to be checked: - is dropping the required glib version ok (the actual dependencies are in libgtk-java, but whatever)? - is mucking with the library name going to cause a mess? The patch seems to have added the right clauses, but we'll need to test carefully (I for one don't have the autoconf expertise to evaluate the implications of these changes, but I can guess)
I spoke to Andrew Cagney about this; he suggested that the patch should be ok and that as long as it builds for us on Linux submitter can certainly take care of the Cygwin side of things. I'll give it a try. AfC