[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: Re: GUI irresponsive & no history
From: |
Ben Pfaff |
Subject: |
PSPP-BUG: Re: GUI irresponsive & no history |
Date: |
Sat, 03 Nov 2007 23:07:15 -0700 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Marc Lijour <address@hidden> writes:
> The GUI is there too but I get nothing when I run descriptive statistics (eg.
> Frequencies). In fact most of the menus do not respond. I see no error
> message.
Most of the items under the Analyze menu are not implemented.
The Descriptives command and perhaps a few others should be
available.
Before the next release, we will remove the menu items for the
dialog boxes that have not yet been implemented.
> Also I don't have the history feature enabled in pspp although I have
> libhistory and libreadline installed.
>
> # ldconfig -p | grep libhistory
> libhistory.so.5 (libc6,x86-64) => /lib64/libhistory.so.5
> # ldconfig -p | grep libreadline
> libreadline.so.5 (libc6,x86-64) => /lib64/libreadline.so.5
Do you have the development versions of those libraries
installed? That is, if you type something like
gcc -lreadline -lhistory /dev/null
then do you get an error message like this?
/usr/bin/ld: cannot find -lreadline
(One like "undefined reference to `main'" would be normal and
expected, if in fact those libraries are installed.)
--
Ben Pfaff
http://benpfaff.org
- PSPP-BUG: Unrecognized record type 7, subtype 1 encountered in system file., Marc Lijour, 2007/11/03
- Re: PSPP-BUG: Unrecognized record type 7, subtype 1 encountered in system file., Ben Pfaff, 2007/11/03
- Solved with 4.0.3! (was Re: PSPP-BUG: Unrecognized record type 7, subtype 1 encountered in system file.), Marc Lijour, 2007/11/04
- GUI irresponsive & no history (was Re: PSPP-BUG: Unrecognized record type 7, subtype 1 encountered in system file.), Marc Lijour, 2007/11/04
- PSPP-BUG: Re: GUI irresponsive & no history,
Ben Pfaff <=
- PSPP-BUG: Re: GUI irresponsive & no history, Marc Lijour, 2007/11/04
- PSPP-BUG: Re: GUI irresponsive & no history, Ben Pfaff, 2007/11/04
- PSPP-BUG: Re: GUI irresponsive & no history, Marc Lijour, 2007/11/04
- PSPP-BUG: Re: GUI irresponsive & no history, Ben Pfaff, 2007/11/04
- Re: PSPP-BUG: Re: GUI irresponsive & no history, John Darrington, 2007/11/05