[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 0.8.5 Compile errors
From: |
John Darrington |
Subject: |
Re: 0.8.5 Compile errors |
Date: |
Wed, 19 Aug 2015 06:57:04 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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 insight would be appreciated ...
You need to install the xmllint program. I have no idea where that is
on Cento - ask a Cento expert.
J'
output /dev/null doc/pspp.xml,tmp
make[2]: output: Command not found
make[2]: [doc/pspp.xml] Error 127 (ignored)
cat doc/help-pages-list | while read node ; do \
--xpath "$node" doc/pspp.xml,tmp > /dev/null; \
if test $? -ne 0 ; then echo "$node does not appear in doc/pspp.xml"
; exit 1; fi ; \
done
/bin/sh: line 1: --xpath: command not found
//address@hidden'AGGREGATE'] does not appear in doc/pspp.xml
make[2]: *** [doc/pspp.xml] Error 1
make[2]: Leaving directory `/usr/tcg/dialer-utils/pspp/pspp-0.8.5'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/tcg/dialer-utils/pspp/pspp-0.8.5'
make: *** [all] Error 2
--
Avoid eavesdropping. Send strong encryted email.
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.
signature.asc
Description: Digital signature
- 0.8.5 Compile errors, Daniel Harper, 2015/08/18
- Re: 0.8.5 Compile errors,
John Darrington <=
- Re: 0.8.5 Compile errors, Ben Pfaff, 2015/08/19
- Re: 0.8.5 Compile errors, John Darrington, 2015/08/19
- Re: 0.8.5 Compile errors, Ben Pfaff, 2015/08/20
- Re: 0.8.5 Compile errors, Daniel Harper, 2015/08/20
- Re: 0.8.5 Compile errors, John Darrington, 2015/08/20
- Re: 0.8.5 Compile errors, Daniel Harper, 2015/08/20