Re: Building PSPP from source problem

2009-03-11 Thread Michel Boaventura
> The output that you send to us from configure don't really help. > There's more info in other places, who will tell us exactly why > configure can't find gtk. Sorry, only now I see that you had send config.log to us ___ Pspp-users mailing list Pspp-u

Re: Building PSPP from source problem

2009-03-11 Thread Michel Boaventura
Hello Eric, The PKG_CONFIG_PATH only tells system where the pkg-config is. I guess that this is not the problem. You should try to use the var PKG_CONFIG_LIBDIR instead. It will tell the system where pkg-config will find the .pc files. In your case,I guess it should be /usr/lib/pkgconfig, so you s

Re: Building PSPP from source problem

2009-03-11 Thread Ben Pfaff
ErikF writes: > Note: I also did an: "export PKG_CONFIG_PATH=/usr/lib/:$PKG_CONFIG_PATH" in > root console just in case that was the problem. Evidently not as /.configure > is still missing gtk+ etc... I doubt that adding /usr/lib to PKG_CONFIG_PATH would help, because .pc files are not typical

Re: Building PSPP from source problem

2009-03-11 Thread Ben Pfaff
ErikF writes: > Here is the config.log. Relevant part is probably: > checking for GTK... no > configure: WARNING: You must install gtk+ 2.0 v2.12 or later (or use > --without-gui) before building PSPP. > checking for GLADE... no Here is what the log says about GTK+: configure:17852: checkin

Re: Building PSPP from source problem

2009-03-11 Thread Erik Frebold
-Original Message- > Date: Wed Mar 11 23:02:45 PDT 2009 > From: "Ben Pfaff" > Subject: Re: Building PSPP from source problem > > Is there a gtk+-2.0 file in the pkg-config search path? (On my > system, at least, that is /usr/lib/pkgconfig.) > -- ErikF replies: In /usr/lib/pkgconfig,

Re: Building PSPP from source problem

2009-03-11 Thread ErikF
Note: I also did an: "export PKG_CONFIG_PATH=/usr/lib/:$PKG_CONFIG_PATH" in root console just in case that was the problem. Evidently not as /.configure is still missing gtk+ etc... Hum, i guess gtk2 = gtk2+. Can you please send your config.log file? Maybe it shows us where the problem is.

Re: Building PSPP from source problem

2009-03-11 Thread ErikF
Here is the config.log. Relevant part is probably: checking for GTK... no configure: WARNING: You must install gtk+ 2.0 v2.12 or later (or use --without-gui) before building PSPP. checking for GLADE... no configure: WARNING: You must install libglade 2.0 v2.6.0 or later (or use --without-gui) befo

Re: Building PSPP from source problem

2009-03-11 Thread Michel Boaventura
Hum, i guess gtk2 = gtk2+. Can you please send your config.log file? Maybe it shows us where the problem is. ___ Pspp-users mailing list Pspp-users@gnu.org http://lists.gnu.org/mailman/listinfo/pspp-users

Re: Building PSPP from source problem

2009-03-11 Thread ErikF
Michel Boaventura wrote: > > Did you have the "dev" gtk and libglade packages? > > Yast says I do have installed gtk2 (v2.12.0-5.8), gtk2-devel, > gtk2-engines, libglade2, libglade2-devel, libxml2, and libxml2-devel. > "gtk+" is not an available package on the SuSE 10.3 repository, so I > assu

Possible to adjust output formatting for stat procedures?

2009-03-11 Thread ErikF
When I perform a procedure in pspp (for example NPAR TESTS /BINOMIAL ...) the data come to the output window in F8.2 format. Is there a way to get greater precision? (Tried "FORMATS" command, but this only seems to affect how variables are displayed). Is this unchangeable, or may I apply something

Re: Building PSPP from source problem

2009-03-11 Thread Michel Boaventura
Did you have the "dev" gtk and libglade packages? > configure: error: The following required prerequisites are not installed. > You must install them before PSPP can be built: >        gtk+ 2.0 v2.12 or later (or use --without-gui) >        libglade 2.0 v2.6.0 or later (or use --without-gui) ___

Building PSPP from source problem

2009-03-11 Thread ErikF
Tried to build from pspp-stable-20090311.tar.gz downloaded from http://pspp.benpfaff.org/~blp/. I have an intel P4 running openSuSE 10.3, so I've followed instructions from http://jstover.motd.org/cgi-bin/oddmuse.cgi/openSUSE. All required dependencies according to this list are conf