On Thursday 27 March 2008 12:50:41 Duncan wrote:
> Keith Richie <[EMAIL PROTECTED]>
> posted [EMAIL PROTECTED], excerpted below, on  Mon, 24 Mar
> 2008
>
> 18:50:25 +0000:
> > Upgraded to gcc4.3 today on Arch 64bit. Copy, pasted and applied
> > the undiluted patch,  everything went well from a fresh svn check
> > out.
>
> Not so lucky here.
>
> First, gentoo's epatch (package managed patching) choked on the first
> two entries... to the same place of the same file.  I combined them
> into one, and it applied fine.
>
> However, that wasn't the only issue, tho the other isn't gcc 4.3
> related I don't think.  glib 2.16 appears to be a missing function
> (g_assert) that pan wants from glib.  It was in glib 2.14 (I just
> redownloaded and checked the sources for 2.14.6), but not the
> 2.16(.1) I have installed here.
>
> http://bugzilla.gnome.org/show_bug.cgi?id=524620
>
> I'll probably revert to glib 2.14.x here shortly.

Why? g_assert only moved to a different file. You will want to

#include <glib/gtestutils.h>

That should do the trick with glib 2.16

-Daniel


_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to