Xlslib installation, Aclocal-1.13:command not found, installation upgrade autoconf-2.65.tar.gz, automake-1.13.tar.gz two files

Source: Internet
Author: User
Tags automake

Question 1:
$ make Cdpath="${zsh_version+.}:" && CD. && aclocal-1.13 -/bin/sh:aclocal-1.13127

Need to install an upgrade to autoconf-2.65.tar.gz, automake-1.13.tar.gz two files

Question 2:
When the Xlslib is compiled, it appears:
In file included fromXlslib/assert_assist.cpp: to:0:./common/systype.h:253: -: error:missing BinaryoperatorBefore token"(" #if__has_feature (Attribute_analyzer_noreturn) ^make[1]: * * * [Assert_assist.lo] Error1make[1]: Leaving directory '/home/op/xlslib/github_xlslib/xlslib/xlslib/src'Make: * * * [all-recursive] Error1

At this point, you need to be above the
#ifndef Clang_analyzer_noreturn #if __has_feature (attribute_analyzer_noreturn)#define Clang_analyzer_noreturn __attribute__ ( Analyzer_noreturn))#else#define clang_analyzer_noreturn#endif#endif
Add the following definition:
// GCC does not understand __has_feature. #if !defined (__has_feature)0#endif

Reference: http://clang-analyzer.llvm.org/annotations.html

Https://github.com/gcc-mirror/gcc/blob/master/libsanitizer/include/sanitizer/common_interface_defs.h

Xlslib installation, Aclocal-1.13:command not found, installation upgrade autoconf-2.65.tar.gz, automake-1.13.tar.gz two files

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.