GNOME Bugzilla – Bug 764015
Libsoup 2.54.0 fails to build with --without-gnome
Last modified: 2016-03-23 12:25:19 UTC
+./configure --prefix=/usr --without-gnome --disable-silent-rules --disable-static --disable-nls --disable-vala +make make all-recursive make[1]: Entering directory '/mnt/pkg/pkgmk_work/libsoup/src/libsoup-2.54.0' Making all in libsoup make[2]: Entering directory '/mnt/pkg/pkgmk_work/libsoup/src/libsoup-2.54.0/libsoup' Makefile:2171: *** Need to define SoupGNOME_2_4_gir_MSVC_FILES. Stop. make[2]: Leaving directory '/mnt/pkg/pkgmk_work/libsoup/src/libsoup-2.54.0/libsoup' Makefile:562: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/mnt/pkg/pkgmk_work/libsoup/src/libsoup-2.54.0' Makefile:465: recipe for target 'all' failed make: *** [all] Error 2
Created attachment 324538 [details] [review] Fix build with --without-gnome Chun-wei / nacho, is this fix OK on Windows?
Hi Dan, Sorry for the delay... Since this is not about dist'ing the package at this point, I think this patch should be fine. Sorry for not seeing this when doing the patches for Visual Studio support. With blessings, thank you!
Review of attachment 324538 [details] [review]: Yeah it should be fine
Fixed in git, and put out a new 2.54.0.1 tarball. Thanks everyone.