Re: 0.8.5 Compile errors

2015-10-28 Thread Robert Messer
John, No, I didn’t modify any of the .texi files. I just did a straight download of the tarball and then immediately ran ./configure and then make. However, I did find a two other solutions to the problem. First, I was going to follow your instructions about deleting the 4 lines, so I did a sea

Re: 0.8.5 Compile errors

2015-10-28 Thread John Darrington
A couple of people have reported this. The proximate cause is that your version of xmllint doesn't understand the --xpath option. There are two possible solutions: 1. Upgrade xmllint. I use version 20901 and that works for me. 2. In your Makefile, delete the 4 lines: $(AM_V_at)cat do

Re: 0.8.5 Compile errors

2015-10-28 Thread Robert Messer
I’m writing to follow-up on a thread from a few months back. I’m getting the exact same error that Daniel Harper reported back in August. The archived thread is here: http://lists.gnu.org/archive/html/pspp-users/2015-08/msg00020.html

Re: 0.8.5 Compile errors

2015-08-20 Thread Daniel Harper
Thanks for the help. I just grabbed the 0.8.5 release tarball from here http://mirror.lagoon.nc/pub/gnu/pspp/ I do indeed have xmllint installed on this system ... /usr/tcg/dialer-utils/pspp> locate xmllint /usr/bin/xmllint /usr/share/doc/libxml2-devel-2.6.26/xmllint.html /usr/share/man/man1/xml

Re: 0.8.5 Compile errors

2015-08-20 Thread Ben Pfaff
On Wed, Aug 19, 2015 at 07:04:07PM +0200, John Darrington wrote: > On Wed, Aug 19, 2015 at 09:34:22AM -0700, Ben Pfaff wrote: > On Wed, Aug 19, 2015 at 06:57:04AM +0200, John Darrington wrote: > > You need to install the xmllint program. I have no idea where that is > > on Cento -

Re: 0.8.5 Compile errors

2015-08-20 Thread Daniel Harper
I deleted the directory and extracted the files again and its there ... /usr/tcg/dialer-utils/pspp/pspp-0.8.5> find | grep pspp.xml ./doc/pspp.xml I then do a ./configure --without-cairo --without-gui and the file is still there and then I do a make and I get the same error. If I rename the x

Re: 0.8.5 Compile errors

2015-08-20 Thread John Darrington
On Thu, Aug 20, 2015 at 09:40:04AM +1200, Daniel Harper wrote: Thanks for the help. I just grabbed the 0.8.5 release tarball from here http://mirror.lagoon.nc/pub/gnu/pspp/ Presumably that is an official GNU mirror. I do indeed have xmllint installed on this system

Re: 0.8.5 Compile errors

2015-08-19 Thread John Darrington
On Wed, Aug 19, 2015 at 09:34:22AM -0700, Ben Pfaff wrote: On Wed, Aug 19, 2015 at 06:57:04AM +0200, John Darrington wrote: > You need to install the xmllint program. I have no idea where that is > on Cento - ask a Cento expert. I guess that we should probably document t

Re: 0.8.5 Compile errors

2015-08-19 Thread Ben Pfaff
On Wed, Aug 19, 2015 at 06:57:04AM +0200, John Darrington wrote: > You need to install the xmllint program. I have no idea where that is > on Cento - ask a Cento expert. I guess that we should probably document that xmllint is necessary, and perhaps modify configure.ac to report an error if it i

Re: 0.8.5 Compile errors

2015-08-18 Thread John Darrington
On Wed, Aug 19, 2015 at 01:13:24PM +1200, Daniel Harper wrote: 0.7.9 compiles and install fine but 0.8.5 won't. Please note, the 0.7.x versions were never tested or officially released. Use them at your own risk. I am on Cento 5.5 64bit. Last bit of make below. Any in