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


_______________________________________________
Pspp-users mailing list
Pspp-users@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-users

Reply via email to