GNOME Bugzilla – Bug 665289
Build fails with glib 2.31
Last modified: 2011-12-03 08:56:56 UTC
glib 2.31 only allows #include'ing glib.h (and a few exceptions to this). pan currently imports more that that and fails to build. Will provide a patch shortly.
Created attachment 202522 [details] [review] Fix build with glib 2.31 (as much as can be done with pan source) Sadly, I just discovered also a bug in glib itself, which does break its own rule of only including glib.h... so from glib 2.31, you will need at least 2.31.3; 2.31.2 will likely never work for you.
For reference, the glib bug is bug 665293
Created attachment 202586 [details] [review] Updated patch: glibconfig.h is actually indirectly included by gtypes.h is included by glib.h
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.
Up for trial, thanks.
Review of attachment 202586 [details] [review]: Will try, but looks good.