On Mon, 2006-07-31 at 11:53 +0100, Rob Kendrick wrote:
On Mon, 2006-07-31 at 02:52 +0100, James Bursa wrote:
> The GTK+ build is no longer compiling for me:
>
> i486-linux-gtk/gtk_window.o(.text+0xa07): In function
`gui_create_browser_window':
> gtk/gtk_window.c:319: undefined reference to
`gtk_entry_completion_set_popup_set_width'
> i486-linux-gtk/gtk_window.o(.text+0xa1a):gtk/gtk_window.c:320: undefined reference
to `gtk_entry_completion_set_popup_single_match'
>
> Do I need a newer GTK+? Up to now it has been compiling on Debian stable which
> has 2.6.4-3.1.
My bad. Yes, these calls were introduced in GTK 2.8. You can access
these settings via properties, which I'll try, which will hopefully mean
it'll work under earlier versions.
r2803 has this fix. Does it work now?
B.