Advertisement
Guest User

Untitled

a guest
Jan 18th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. Building and testing XML-LibXSLT-1.93 ... cp LibXSLT.pm
  2. blib/lib/XML/LibXSLT.pm
  3.  
  4. Running Mkbootstrap for XML::LibXSLT ()
  5.  
  6. chmod 644 "LibXSLT.bs"
  7.  
  8. "/home/travis/perl5/perlbrew/perls/5.18/bin/perl"
  9. "/home/travis/perl5/perlbrew/perls/5.18/lib/5.18.2/ExtUtils/xsubpp"
  10. -typemap
  11. "/home/travis/perl5/perlbrew/perls/5.18/lib/5.18.2/ExtUtils/typemap"
  12. -typemap "typemap" LibXSLT.xs > LibXSLT.xsc && mv LibXSLT.xsc LibXSLT.c
  13.  
  14. cc -c -I/usr/include/libxml2 -I/usr/include/libxml2
  15. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include
  16. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.93\"
  17. -DXS_VERSION=\"1.93\" -fPIC
  18. "-I/home/travis/perl5/perlbrew/perls/5.18/lib/5.18.2/x86_64-linux/CORE"
  19. -DHAVE_BLANK
  20. -DHAVE_BLANK -DHAVE_EXSLT LibXSLT.c
  21.  
  22. LibXSLT.xs: In function ‘XS_XML__LibXSLT_max_vars’:
  23.  
  24. LibXSLT.xs:878:18: error: ‘xsltMaxVars’ undeclared (first use in this
  25. function)
  26.  
  27. LibXSLT.xs:878:18: note: each undeclared identifier is reported only
  28. once for each function it appears in
  29.  
  30. make: *** [LibXSLT.o] Error 1
  31.  
  32. FAIL
  33.  
  34. ! Installing XML::LibXSLT failed. See
  35. /home/travis/.cpanm/work/1421610233.5764/build.log for details. Retry
  36. with --force to force install it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement