pspp-users
[Top][All Lists]
Advanced

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

Re: PSPP on CentOS


From: Alan Mead
Subject: Re: PSPP on CentOS
Date: Thu, 25 Feb 2016 15:41:46 -0600
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

On 2/25/2016 3:23 PM, John Darrington wrote:
> It's segfaulting because the .ui files are not installed.
> make install seems to be failing because you seem to have a rather old
> version of xmllint.  Fortunately we can live without it:
>
> In your makefile look for the four lines similar to:
>
>       $(M_V_at)cat $(top_srcdir)/doc/help-pages-list | while read node ; do \
>        $(XMLLINT) --xpath "$$node" $@,tmp > /dev/null; \
>        if test $$? -ne 0 ; then  echo "$$node does not appear in $@" ; exit 
> 1; fi ; \
>        done 
>
> and delete them.
>
> make install should then work.

This succeeded and in some quick testing psppire seems to work. 
Thanks!  Is there any hope for more recent versions?

-Alan


-- 

Alan D. Mead, Ph.D.
President, Talent Algorithms Inc.

science + technology = better workers

+815.588.3846 (Office)
+267.334.4143 (Mobile)

http://www.alanmead.org

I've... seen things you people wouldn't believe...
functions on fire in a copy of Orion.
I watched C-Sharp glitter in the dark near a programmable gate.
All those moments will be lost in time, like Ruby... on... Rails... Time for Pi.

          --"The Register" user Alister, applying the famous 
            "Blade Runner" speech to software development




reply via email to

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