ऑटोकैनफ़ स्थापित करें, पीसीआर स्थापित करने की कोशिश कर रहा है


1

मैं homebrew या पोर्ट केवल स्रोत कोड / बाइनरी से नहीं पूछ रहा हूं

मैं pcre स्थापित करने की कोशिश कर रहा था ...

$ cd /Volumes/ADATAHD/macOS/Source_Codes/pcre-8.39
$ ./configure --prefix=/usr/local/Custom/pcre --enable-unicode-properties --enable-pcre16 --enable-pcre32

pcre-8.39 configuration summary:

    Install prefix .................. : /usr/local/Custom/pcre
    C preprocessor .................. : gcc -E
    C compiler ...................... : gcc
    C++ preprocessor ................ : g++ -E
    C++ compiler .................... : g++
    Linker .......................... : /Library/Developer/CommandLineTools/usr/bin/ld
    C preprocessor flags ............ : 
    C compiler flags ................ : -g -O2 -fvisibility=hidden
    C++ compiler flags .............. : -O2 -fvisibility=hidden -fvisibility-inlines-hidden
    Linker flags .................... : 
    Extra libraries ................. : 

    Build 8 bit pcre library ........ : yes
    Build 16 bit pcre library ....... : yes
    Build 32 bit pcre library ....... : yes
    Build C++ library ............... : yes
    Enable JIT compiling support .... : no
    Enable UTF-8/16/32 support ...... : yes
    Unicode properties .............. : yes
    Newline char/sequence ........... : lf
    \R matches only ANYCRLF ......... : no
    EBCDIC coding ................... : no
    EBCDIC code for NL .............. : n/a
    Rebuild char tables ............. : no
    Use stack recursion ............. : yes
    POSIX mem threshold ............. : 10
    Internal link size .............. : 2
    Nested parentheses limit ........ : 250
    Match limit ..................... : 10000000
    Match limit recursion ........... : MATCH_LIMIT
    Build shared libs ............... : yes
    Build static libs ............... : yes
    Use JIT in pcregrep ............. : no
    Buffer size for pcregrep ........ : 20480
    Link pcregrep with libz ......... : no
    Link pcregrep with libbz2 ....... : no
    Link pcretest with libedit ...... : no
    Link pcretest with libreadline .. : no
    Valgrind support ................ : no
    Code coverage ................... : no

अब ... बनाओ

$ make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /Volumes/ADATAHD/macOS/Source_Codes/pcre-8.39/missing aclocal-1.15 -I m4
/Volumes/ADATAHD/macOS/Source_Codes/pcre-8.39/missing: line 81: aclocal-1.15: command not found
WARNING: 'aclocal-1.15' is missing on your system.
        You should only need it if you modified 'acinclude.m4' or
        'configure.ac' or m4 files included by 'configure.ac'.
        The 'aclocal' program is part of the GNU Automake package:
        <http://www.gnu.org/software/automake>
        It also requires GNU Autoconf, GNU m4 and Perl in order to run:
        <http://www.gnu.org/software/autoconf>
        <http://www.gnu.org/software/m4/>
        <http://www.perl.org/>
make: *** [aclocal.m4] Error 127
$ 

आइए, ऑटोकॉनफ़ स्थापित करने के लिए चलते हैं

$ tar zxvf /Volumes/ADATAHD/Downloads/autoconf-2.69.tar.gz -C /Volumes/ADATAHD/macOS/Source_Codes/
$ cd /Volumes/ADATAHD/macOS/Source_Codes/autoconf-2.69

चल रहा है

$ sudo ./configure && make && sudo make install

मेरे पास यह त्रुटि संदेश है:

standards.texi:3229: Unknown command `guilsinglleft'.
standards.texi:3229: Misplaced {.
standards.texi:3229: Misplaced }.
standards.texi:3229: Unknown command `guilsinglright'.
standards.texi:3229: Misplaced {.
standards.texi:3229: Misplaced }.
makeinfo: Removing output file `standards.info' due to errors; use --force to preserve.
make[2]: *** [standards.info] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
$ 

इस त्रुटि को कैसे हल करें? एक और सवाल, लिबास का पता क्यों नहीं चला?

जवाबों:


0

यह समस्या इसलिए होती है क्योंकि आप बाहरी हार्ड ड्राइव का उपयोग कर रहे हैं। फिर कॉन्फ़िगरेशन स्क्रिप्ट कुछ फ़ाइलों की तारीख और समय को बदल नहीं सकती है जैसे:

acinclude.m4
configure.ac

दूसरी ओर आप touch ...स्वयं का उपयोग करके आवश्यक फ़ाइलों की तारीख और समय को अपडेट कर सकते हैं ।

संबंधित: कैसे संकलन करने के लिए "aclocal-1.15 'आपके सिस्टम से गायब है" चेतावनी?


स्क्रिप्ट ठीक उसी कोड का उपयोग करती है जो डेटा और फाइलों के समय को छूने के लिए करता है। मैं शर्त लगाता हूं कि स्क्रिप्ट टच का उपयोग करती है
मार्क

मेरे लिए ठीक काम करता है, इससे आगे /Volumes/ADATAHD/macOS/Source_Codes/pcre-8.39बढ़कर/Users/myuser/Documents/pcre-8.39
Chepe lucho

1

आप समस्या को हल करने के लिए यहां प्रकाशित काम-का उपयोग कर सकते हैं:

https://github.com/iriscouch/build-couchdb/issues/77

काम के आसपास जानकारी पृष्ठों (मैनुअल) की पीढ़ी को अक्षम करने के होते हैं।

ऐसा लगता है कि यह त्रुटि है क्योंकि आपके पास TeX का पुराना, असंगत संस्करण है। शायद आप ओएस एक्स के पुराने संस्करण का उपयोग कर रहे हैं।

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.