bug-gnu-pspp
[Top][All Lists]
Advanced

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

PSPP-BUG: pspp with postgres support ubuntu 11.04


From: mathias vermeire
Subject: PSPP-BUG: pspp with postgres support ubuntu 11.04
Date: Tue, 19 Jul 2011 15:05:31 +0300

Hi,

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:

//void        gtk_entry_reset_im_context                   (GtkEntry             *entry);

I know this is probability not the best solution but it works for me.

output from make check:

make  check-recursive
make[1]: Entering directory `/home/mathias/Downloads/pspp/pspp-0.6.2'
Making check in gl
make[2]: Entering directory `/home/mathias/Downloads/pspp/pspp-0.6.2/gl'
make  check-recursive
make[3]: Entering directory `/home/mathias/Downloads/pspp/pspp-0.6.2/gl'
make[4]: Entering directory `/home/mathias/Downloads/pspp/pspp-0.6.2/gl'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/mathias/Downloads/pspp/pspp-0.6.2/gl'
make[3]: Leaving directory `/home/mathias/Downloads/pspp/pspp-0.6.2/gl'
make[2]: Leaving directory `/home/mathias/Downloads/pspp/pspp-0.6.2/gl'
Making check in po
make[2]: Entering directory `/home/mathias/Downloads/pspp/pspp-0.6.2/po'
make[2]: Leaving directory `/home/mathias/Downloads/pspp/pspp-0.6.2/po'
make[2]: Entering directory `/home/mathias/Downloads/pspp/pspp-0.6.2'
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -I./gl -I./gl -DNO_CHARTS -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -I./src -I./lib -DPKGDATADIR=\"/usr/local/share/pspp\"  -pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1   -Wall -g -O2 -Wdeclaration-after-statement -MT lib/gtksheet/lib_gtksheet_libgtksheet_a-gtkitementry.o -MD -MP -MF lib/gtksheet/.deps/lib_gtksheet_libgtksheet_a-gtkitementry.Tpo -c -o lib/gtksheet/lib_gtksheet_libgtksheet_a-gtkitementry.o `test -f 'lib/gtksheet/gtkitementry.c' || echo './'`lib/gtksheet/gtkitementry.c
lib/gtksheet/gtkitementry.c:148:21: error: static declaration of ‘gtk_entry_reset_im_context’ follows non-static declaration
/usr/include/gtk-2.0/gtk/gtkentry.h:311:13: note: previous declaration of ‘gtk_entry_reset_im_context’ was here
lib/gtksheet/gtkitementry.c:2196:1: warning: ‘gtk_entry_update_primary_selection’ defined but not used
make[2]: *** [lib/gtksheet/lib_gtksheet_libgtksheet_a-gtkitementry.o] Error 1
make[2]: Leaving directory `/home/mathias/Downloads/pspp/pspp-0.6.2'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/mathias/Downloads/pspp/pspp-0.6.2'
make: *** [check] Error 2

Best regards
Mathias



reply via email to

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