To compile Pan on NetBSD, I have to apply the patch below. The signature
of the iconv() function apparently differs between NetBSD and Linux.
The 2nd argument needs to be a (const char **) on NetBSD, which it
already is without the cast that is in the source. With the cast, gcc
complains and termi
walt posted on Sat, 27 Oct 2012 15:18:43 -0700 as excerpted:
> Hi Heinrich. (I'm posting to user instead of devel to accommodate
> Duncan, who seems to be having some trouble with usenet technology ;)
>
> I just hit the following asserts in header-pane.cc:
>
> (pan:30080): Gtk-CRITICAL **: IA__
Hi Heinrich. (I'm posting to user instead of devel to accommodate Duncan, who
seems to be having some trouble with usenet technology ;)
I just hit the following asserts in header-pane.cc:
(pan:30080): Gtk-CRITICAL **: IA__gtk_tree_path_compare: assertion `a != NULL'
failed
(pan:30080): Gtk-CR