GNOME Bugzilla – Bug 322895
libgnome Cygwin build fixes
Last modified: 2006-12-06 19:52:11 UTC
Version details: 2.12.0.1 I'm attaching a patch which fixes a few issues building libgnome-2.12.0.1 on Cygwin.
Created attachment 55455 [details] [review] libgnome-2.12.0.1 Cygwin patch
Is this relevant for 2.13.x too?
This is all build-system related, and I didn't see any relevant changes to the affected files in ViewCVS.
Sorry, I should have been clearer. The reason I asked was that the patch didn't apply cleanly.
Created attachment 57179 [details] [review] libgnome-2.13 Cygwin patch OK, I think I see the problem; the gnome-vfs-2.0 requirement is no longer conditional, even on MinGW.[1] Please try this. [1] http://cvs.gnome.org/viewcvs/libgnome/configure.in?r1=1.218&r2=1.219
This is what I get on HEAD: [kmaraas@localhost libgnome]$ patch -p1 < ~/libgnome2-2.12.0.1-1.patch patching file configure.in Hunk #1 FAILED at 69. 1 out of 1 hunk FAILED -- saving rejects to file configure.in.rej patching file monikers/GNOME_Moniker_std.server.in.in patching file monikers/Makefile.am Hunk #1 FAILED at 5. Hunk #2 succeeded at 32 (offset 7 lines). 1 out of 2 hunks FAILED -- saving rejects to file monikers/Makefile.am.rej [kmaraas@localhost libgnome]$ rm monikers/Makefile.am. Makefile.am.orig Makefile.am.rej [kmaraas@localhost libgnome]$ vi monikers/Makefile.am.rej
Btw, the monikers/Makefile.am part fails on the gnome-2-12 branch as well. Please do patches against CVS, not tarballs. Thanks for the work though :)
Created attachment 77790 [details] [review] libgnome-2.16.0 patch
Commited. Thanks.