pan-users
[Top][All Lists]
Advanced

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

[Pan-users] Re: Trouble compiling pan 0.126


From: walt
Subject: [Pan-users] Re: Trouble compiling pan 0.126
Date: Thu, 29 Mar 2007 23:43:41 +0000 (UTC)
User-agent: Pan/0.126 (Demon Sweat)

On Thu, 29 Mar 2007 00:10:15 -0700, Jeff Berman wrote:

...
> header-pane.cc:650: error:
> 'gtk_tree_view_get_visible_range' was not declared in this scope

I notice that header-pane.cc uses this construct:

extern "C" {
  #include <config.h>
  #include <glib/gi18n.h>
  #include <gtk/gtk.h>
}

But, on the other hand, it then also includes header-pane.h, which
does this:
#include <gtk/gtk.h>

I wonder if wrapping that in an extern "C" would fix your problem.
Worth a try, anyway.





reply via email to

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