i build pspp with postgres support for ubuntu 11.04 today, run in some trouble with ‘gtk_entry_reset_im_context'. Also "libplot" and "libreadline" have my some trouble, configure dit not find them (solved by ./configure --without-libplot).
You may wish to install them to obtain additional functionality: libreadline (which may itself require libncurses or libtermcap) configure: error: The following required prerequisites are not installed. You must install them before PSPP can be built:
libplot (or use --without-libplot)
I Solved the 'gtk_entry_reset_im_context' problem by temprary coment out line 312 in /usr/include/gtk-2.0/gtk/gtkentry.h: