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.



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

Reply via email to