install error libxslt

free-admin

New member
Joined
Sep 17, 2012
Messages
1
I update CustomBuild and receive error.
Code:
/bin/rm: cannot remove `libtoolT': No such file or directory
Done. Making libxslt-1.1.26...
Trying to make libxslt...
make  all-recursive
make[1]: Entering directory `/usr/local/directadmin/custombuild/libxslt-1.1.26'
Making all in libxslt
make[2]: Entering directory `/usr/local/directadmin/custombuild/libxslt-1.1.26/libxslt'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -I/usr/local/include/libxml2    -g -O2 -Wall -MT attrvt.lo -MD -MP -MF .deps/attrvt.Tpo -c -o attrvt.lo attrvt.c
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -I/usr/local/include/libxml2    -g -O2 -Wall -MT xslt.lo -MD -MP -MF .deps/xslt.Tpo -c -o xslt.lo xslt.c
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -I/usr/local/include/libxml2    -g -O2 -Wall -MT xsltlocale.lo -MD -MP -MF .deps/xsltlocale.Tpo -c -o xsltlocale.lo xsltlocale.c
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -I/usr/local/include/libxml2    -g -O2 -Wall -MT xsltutils.lo -MD -MP -MF .deps/xsltutils.Tpo -c -o xsltutils.lo xsltutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -I/usr/local/include/libxml2 -g -O2 -Wall -MT attrvt.lo -MD -MP -MF .deps/attrvt.Tpo -c attrvt.c  -fPIC -DPIC -o .libs/attrvt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -I/usr/local/include/libxml2 -g -O2 -Wall -MT xsltlocale.lo -MD -MP -MF .deps/xsltlocale.Tpo -c xsltlocale.c  -fPIC -DPIC -o .libs/xsltlocale.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -I/usr/local/include/libxml2 -g -O2 -Wall -MT xslt.lo -MD -MP -MF .deps/xslt.Tpo -c xslt.c  -fPIC -DPIC -o .libs/xslt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -I/usr/local/include/libxml2 -g -O2 -Wall -MT xsltutils.lo -MD -MP -MF .deps/xsltutils.Tpo -c xsltutils.c  -fPIC -DPIC -o .libs/xsltutils.o
xsltutils.c: In function 'xsltSaveResultTo':
xsltutils.c:1541: warning: passing argument 1 of 'xmlBufferWriteQuotedString' from incompatible pointer type
/usr/local/include/libxml2/libxml/tree.h:1123: note: expected 'xmlBufferPtr' but argument is of type 'xmlBufPtr'
xsltutils.c:1554: warning: passing argument 1 of 'xmlBufferWriteQuotedString' from incompatible pointer type
/usr/local/include/libxml2/libxml/tree.h:1123: note: expected 'xmlBufferPtr' but argument is of type 'xmlBufPtr'
xsltutils.c: In function 'xsltSaveResultToString':
xsltutils.c:1758: error: dereferencing pointer to incomplete type
xsltutils.c:1759: error: dereferencing pointer to incomplete type
xsltutils.c:1761: error: dereferencing pointer to incomplete type
xsltutils.c:1762: error: dereferencing pointer to incomplete type
make[2]: *** [xsltutils.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -I/usr/local/include/libxml2 -g -O2 -Wall -MT xsltlocale.lo -MD -MP -MF .deps/xsltlocale.Tpo -c xsltlocale.c -o xsltlocale.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -I/usr/local/include/libxml2 -g -O2 -Wall -MT attrvt.lo -MD -MP -MF .deps/attrvt.Tpo -c attrvt.c -o attrvt.o >/dev/null 2>&1
mv -f .deps/xsltlocale.Tpo .deps/xsltlocale.Plo
mv -f .deps/attrvt.Tpo .deps/attrvt.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -I/usr/local/include/libxml2 -g -O2 -Wall -MT xslt.lo -MD -MP -MF .deps/xslt.Tpo -c xslt.c -o xslt.o >/dev/null 2>&1
mv -f .deps/xslt.Tpo .deps/xslt.Plo
make[2]: Leaving directory `/usr/local/directadmin/custombuild/libxslt-1.1.26/libxslt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/libxslt-1.1.26'
make: *** [all] Error 2
 
Back
Top