pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] Re: Anyone get pan compiling with gcc 4.3 yet?


From: Daniel Rahn
Subject: Re: [Pan-users] Re: Anyone get pan compiling with gcc 4.3 yet?
Date: Thu, 27 Mar 2008 13:02:26 +0100
User-agent: KMail/1.9.9

On Thursday 27 March 2008 12:50:41 Duncan wrote:
> Keith Richie <address@hidden>
> posted address@hidden, 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]