pspp-users
[Top][All Lists]
Advanced

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

0.8.5 Compile errors


From: Daniel Harper
Subject: 0.8.5 Compile errors
Date: Wed, 19 Aug 2015 13:13:24 +1200

0.7.9 compiles and install fine but 0.8.5 won't.

I am on Cento 5.5 64bit.

Last bit of make below. Any insight would be appreciated ...

Cheers,

Daniel

./gl/xalloc.h:179: warning: no previous prototype for ‘x2nrealloc’
mv -f utilities/.deps/utilities_pspp_convert-pspp-convert.Tpo
utilities/.deps/utilities_pspp_convert-pspp-convert.Po
/bin/sh ./libtool  --tag=CC   --mode=link gcc -std=gnu99 -Wall -W
-Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare
-Wmissing-prototypes -g -O2     -o utilities/pspp-convert
utilities/utilities_pspp_convert-pspp-convert.o src/libpspp-core.la
-lncurses -lgslcblas -lz -lm
libtool: link: gcc -std=gnu99 -Wall -W -Wwrite-strings
-Wstrict-prototypes -Wpointer-arith -Wno-sign-compare
-Wmissing-prototypes -g -O2 -o utilities/.libs/pspp-convert
utilities/utilities_pspp_convert-pspp-convert.o
src/.libs/libpspp-core.so -lncurses -lgslcblas -lz -lm -Wl,-rpath
-Wl,/usr/local/lib/pspp
/bin/sh /usr/tcg/dialer-utils/pspp/pspp-0.8.5/build-aux/missing
makeinfo -DMISSING_CLICKSEQUENCE --docbook -I . \
./doc/pspp.texi -o - \
| /bin/sed -e 's/Time-&-Date/Time-\&-Date/g' \
-e 's/“/\“/g' \
-e 's/”/\”/g' \
-e 's/‘/\‘/g' \
-e 's/’/\’/g' \
-e 's/—/\—/g' \
-e 's/–/\′/g' \
                -e 's/é/\é/g' \
-e 's/©/\©/g' \
-e 's/−/\−/g' \
-e 's/…/\…/g' \
-e 's/•/\ߦ/g' \
-e 's/././g' \
-e 's%\(<figure [^>]*\)>%\1/>%g' \
| gawk '/<para>.*<table.*>.*<\/para>/{x=sub("</para>",""); print;
s=1;next}/<\/table>/{print; if (s==1) print "</para>"; s=0; next}1' \
> doc/pspp.xml,tmp
./doc//function-index.texi:3: warning: address@hidden fn' omitted since
writing to stdout.
./doc//command-index.texi:3: warning: address@hidden vr' omitted since
writing to stdout.
./doc//concept-index.texi:3: warning: address@hidden cp' omitted since
writing to stdout.
Element stack index : -7

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



reply via email to

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