Installation Can';t在mac上安装tweeboparser

Installation Can';t在mac上安装tweeboparser,installation,clang,osx-mavericks,fatal-error,Installation,Clang,Osx Mavericks,Fatal Error,我试图在我的MacBookPro(10.9.5)上安装tweeboparser,但它不起作用。我还试着设置这些标志 export CFLAGS=-Qunused-arguments export CPPFLAGS=-Qunused-arguments 但我不知道这样做是否正确。我还更新了我的命令行工具,但它不起作用。 以下是config.log输出: configure:2270: checking for a BSD-compatible install configure:2338: re

我试图在我的MacBookPro(10.9.5)上安装tweeboparser,但它不起作用。我还试着设置这些标志

export CFLAGS=-Qunused-arguments
export CPPFLAGS=-Qunused-arguments
但我不知道这样做是否正确。我还更新了我的命令行工具,但它不起作用。 以下是config.log输出:

configure:2270: checking for a BSD-compatible install
configure:2338: result: /usr/bin/install -c
configure:2349: checking whether build environment is sane
configure:2399: result: yes
configure:2540: checking for a thread-safe mkdir -p
configure:2579: result: ./install-sh -c -d
configure:2592: checking for gawk
configure:2622: result: no
configure:2592: checking for mawk
configure:2622: result: no
configure:2592: checking for nawk
configure:2622: result: no
configure:2592: checking for awk
configure:2608: found /usr/bin/awk
configure:2619: result: awk
configure:2630: checking whether make sets $(MAKE)
configure:2652: result: yes
configure:2785: checking for g++
configure:2801: found /usr/bin/g++
configure:2812: result: g++
configure:2839: checking for C++ compiler version
configure:2848: g++ --version >&5
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:2859: $? = 0
configure:2848: g++ -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:2859: $? = 0
configure:2848: g++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2859: $? = 1
configure:2848: g++ -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:2859: $? = 1
configure:2879: checking whether the C++ compiler works
configure:2901: g++    conftest.cpp  >&5
configure:2905: $? = 0
configure:2953: result: yes
configure:2956: checking for C++ compiler default output file name
configure:2958: result: a.out
configure:2964: checking for suffix of executables
configure:2971: g++ -o conftest    conftest.cpp  >&5
configure:2975: $? = 0
configure:2997: result: 
configure:3019: checking whether we are cross compiling
configure:3027: g++ -o conftest    conftest.cpp  >&5
configure:3031: $? = 0
configure:3038: ./conftest
configure:3042: $? = 0
configure:3057: result: no
configure:3062: checking for suffix of object files
configure:3084: g++ -c   conftest.cpp >&5
configure:3088: $? = 0
configure:3109: result: o
configure:3113: checking whether we are using the GNU C++ compiler
configure:3132: g++ -c   conftest.cpp >&5
configure:3132: $? = 0
configure:3141: result: yes
configure:3150: checking whether g++ accepts -g
configure:3170: g++ -c -g  conftest.cpp >&5
configure:3170: $? = 0
configure:3211: result: yes
configure:3245: checking for style of include used by make
configure:3273: result: GNU
configure:3299: checking dependency style of g++
configure:3410: result: gcc3
configure:3473: checking for gcc
configure:3489: found /usr/bin/gcc
configure:3500: result: gcc
configure:3729: checking for C compiler version
configure:3738: gcc --version >&5
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:3749: $? = 0
configure:3738: gcc -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:3749: $? = 0
configure:3738: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3749: $? = 1
configure:3738: gcc -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:3749: $? = 1
configure:3753: checking whether we are using the GNU C compiler
configure:3772: gcc -c   conftest.c >&5
configure:3772: $? = 0
configure:3781: result: yes
configure:3790: checking whether gcc accepts -g
configure:3810: gcc -c -g  conftest.c >&5
configure:3810: $? = 0
configure:3851: result: yes
configure:3868: checking for gcc option to accept ISO C89
configure:3932: gcc  -c -g -O2  conftest.c >&5
configure:3932: $? = 0
configure:3945: result: none needed
configure:3967: checking dependency style of gcc
configure:4078: result: gcc3
configure:4141: checking how to run the C preprocessor
configure:4172: gcc -E -I../../deps/local/include -I/ad3 conftest.c
configure:4172: $? = 0
configure:4186: gcc -E -I../../deps/local/include -I/ad3 conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^
1 error generated.
configure:4186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "TurboParser"
| #define PACKAGE_TARNAME "TurboParser"
| #define PACKAGE_VERSION "2.1.0"
| #define PACKAGE_STRING "TurboParser 2.1.0"
| #define PACKAGE_BUGREPORT "afm@cs.cmu.edu"
| #define PACKAGE_URL "http://www.ark.cs.cmu.edu/TurboParser/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4211: result: gcc -E
configure:4231: gcc -E -I../../deps/local/include -I/ad3 conftest.c
configure:4231: $? = 0
configure:4245: gcc -E -I../../deps/local/include -I/ad3 conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^
1 error generated.
configure:4245: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "TurboParser"
| #define PACKAGE_TARNAME "TurboParser"
| #define PACKAGE_VERSION "2.1.0"
| #define PACKAGE_STRING "TurboParser 2.1.0"
| #define PACKAGE_BUGREPORT "afm@cs.cmu.edu"
| #define PACKAGE_URL "http://www.ark.cs.cmu.edu/TurboParser/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4274: checking for grep that handles long lines and -e
configure:4332: result: /usr/bin/grep
configure:4337: checking for egrep
configure:4399: result: /usr/bin/grep -E
configure:4404: checking for ANSI C header files
configure:4424: gcc -c -g -O2 -I../../deps/local/include -I/ad3 conftest.c >&5
configure:4424: $? = 0
configure:4497: gcc -o conftest -g -O2 -I../../deps/local/include -I/ad3  conftest.c  >&5
configure:4497: $? = 0
configure:4497: ./conftest
configure:4497: $? = 0
configure:4508: result: yes
configure:4521: checking for sys/types.h
configure:4521: gcc -c -g -O2 -I../../deps/local/include -I/ad3 conftest.c >&5
configure:4521: $? = 0
configure:4521: result: yes
configure:4521: checking for sys/stat.h
configure:4521: gcc -c -g -O2 -I../../deps/local/include -I/ad3 conftest.c >&5
configure:4521: $? = 0
configure:4521: result: yes
configure:4521: checking for stdlib.h
configure:4521: gcc -c -g -O2 -I../../deps/local/include -I/ad3 conftest.c >&5
configure:4521: $? = 0
configure:4521: result: yes
configure:4521: checking for string.h
configure:4521: gcc -c -g -O2 -I../../deps/local/include -I/ad3 conftest.c >&5
configure:4521: $? = 0
configure:4521: result: yes
configure:4521: checking for memory.h
configure:4521: gcc -c -g -O2 -I../../deps/local/include -I/ad3 conftest.c >&5
configure:4521: $? = 0
configure:4521: result: yes
configure:4521: checking for strings.h
configure:4521: gcc -c -g -O2 -I../../deps/local/include -I/ad3 conftest.c >&5
configure:4521: $? = 0
configure:4521: result: yes
configure:4521: checking for inttypes.h
configure:4521: gcc -c -g -O2 -I../../deps/local/include -I/ad3 conftest.c >&5
configure:4521: $? = 0
configure:4521: result: yes
configure:4521: checking for stdint.h
configure:4521: gcc -c -g -O2 -I../../deps/local/include -I/ad3 conftest.c >&5
configure:4521: $? = 0
configure:4521: result: yes
configure:4521: checking for unistd.h
configure:4521: gcc -c -g -O2 -I../../deps/local/include -I/ad3 conftest.c >&5
configure:4521: $? = 0
configure:4521: result: yes
configure:4536: checking stddef.h usability
configure:4536: gcc -c -g -O2 -I../../deps/local/include -I/ad3 conftest.c >&5
configure:4536: $? = 0
configure:4536: result: yes
configure:4536: checking stddef.h presence
configure:4536: gcc -E -I../../deps/local/include -I/ad3 conftest.c
configure:4536: $? = 0
configure:4536: result: yes
configure:4536: checking for stddef.h
configure:4536: result: yes
configure:4536: checking for string.h
configure:4536: result: yes
configure:4536: checking sys/time.h usability
configure:4536: gcc -c -g -O2 -I../../deps/local/include -I/ad3 conftest.c >&5
configure:4536: $? = 0
configure:4536: result: yes
configure:4536: checking sys/time.h presence
configure:4536: gcc -E -I../../deps/local/include -I/ad3 conftest.c
configure:4536: $? = 0
configure:4536: result: yes
configure:4536: checking for sys/time.h
configure:4536: result: yes
configure:4548: checking for stdbool.h that conforms to C99
configure:4615: gcc -c -g -O2 -I../../deps/local/include -I/ad3 conftest.c >&5
configure:4615: $? = 0
configure:4622: result: yes
configure:4624: checking for _Bool
configure:4624: gcc -c -g -O2 -I../../deps/local/include -I/ad3 conftest.c >&5
configure:4624: $? = 0
configure:4624: gcc -c -g -O2 -I../../deps/local/include -I/ad3 conftest.c >&5
conftest.c:58:20: error: expected expression
if (sizeof ((_Bool)))
                   ^
1 error generated.
configure:4624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "TurboParser"
| #define PACKAGE_TARNAME "TurboParser"
| #define PACKAGE_VERSION "2.1.0"
| #define PACKAGE_STRING "TurboParser 2.1.0"
| #define PACKAGE_BUGREPORT "afm@cs.cmu.edu"
| #define PACKAGE_URL "http://www.ark.cs.cmu.edu/TurboParser/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
|       return 0;
|   ;
|   return 0;
| }
configure:4624: result: yes
configure:4640: checking for inline
configure:4656: gcc -c -g -O2 -I../../deps/local/include -I/ad3 conftest.c >&5
configure:4656: $? = 0
configure:4664: result: inline
configure:4686: checking for gettimeofday
configure:4686: gcc -o conftest -g -O2 -I../../deps/local/include -I/ad3  conftest.c  >&5
configure:4686: $? = 0
configure:4686: result: yes
configure:4836: creating ./config.status
configure:2270:检查BSD兼容安装
配置:2338:结果:/usr/bin/install-c
配置:2349:检查生成环境是否正常
配置:2399:结果:是
配置:2540:检查线程安全mkdir-p
配置:2579:结果:./install sh-c-d
配置:2592:检查是否有呆滞
配置:2622:结果:否
配置:2592:检查mawk
配置:2622:结果:否
配置:2592:检查nawk
配置:2622:结果:否
配置:2592:检查awk
配置:2608:found/usr/bin/awk
配置:2619:结果:awk
配置:2630:检查make是否设置$(make)
配置:2652:结果:是
配置:2785:检查是否存在g++
配置:2801:found/usr/bin/g++
配置:2812:结果:g++
配置:2839:检查C++编译器版本
配置:2848:g++--版本>&5
苹果LLVM版本6.0(clang-600.0.56)(基于LLVM 3.5svn)
目标:x86_64-apple-darwin13.4.0
线程模型:posix
配置为:--prefix=/Applications/Xcode.app/Contents/Developer/usr--gxx include dir=/usr/include/c++/4.2.1
配置:2859:$?=0
配置:2848:g++-v>&5
配置为:--prefix=/Applications/Xcode.app/Contents/Developer/usr--gxx include dir=/usr/include/c++/4.2.1
苹果LLVM版本6.0(clang-600.0.56)(基于LLVM 3.5svn)
目标:x86_64-apple-darwin13.4.0
线程模型:posix
配置:2859:$?=0
配置:2848:g++-V>&5
叮当声:错误:'-V'的参数丢失(应为1个值)
叮当声:错误:没有输入文件
配置:2859:$?=1.
配置:2848:g++-qversion>&5
叮当声:错误:未知参数:'-qversion'
叮当声:错误:没有输入文件
配置:2859:$?=1.
配置:2879:检查C++编译器是否工作
配置:2901:g++conftest.cpp>&5
配置:2905:$?=0
配置:2953:结果:是
配置:2956:检查C++编译器默认输出文件名
配置:2958:结果:a.out
配置:2964:检查可执行文件的后缀
配置:2971:g++-o conftest conftest.cpp>&5
配置:2975:$?=0
配置:2997:结果:
配置:3019:检查我们是否正在交叉编译
配置:3027:g++-o conftest conftest.cpp>&5
配置:3031:$?=0
配置:3038:./conftest
配置:3042:$?=0
配置:3057:结果:否
配置:3062:检查对象文件的后缀
配置:3084:g++-c conftest.cpp>&5
配置:3088:$?=0
配置:3109:结果:o
配置:3113:检查我们是否使用GNU C++编译器
配置:3132:g++-c conftest.cpp>&5
配置:3132:$?=0
配置:3141:结果:是
configure:3150:检查g++是否接受-g
配置:3170:g++-c-g conftest.cpp>&5
配置:3170:$?=0
配置:3211:结果:是
配置:3245:检查make使用的包含样式
配置:3273:结果:GNU
配置:3299:检查g的依赖项样式++
配置:3410:结果:gcc3
配置:3473:检查gcc
配置:3489:found/usr/bin/gcc
配置:3500:结果:gcc
配置:3729:检查C编译器版本
配置:3738:gcc--版本>&5
苹果LLVM版本6.0(clang-600.0.56)(基于LLVM 3.5svn)
目标:x86_64-apple-darwin13.4.0
线程模型:posix
配置为:--prefix=/Applications/Xcode.app/Contents/Developer/usr--gxx include dir=/usr/include/c++/4.2.1
配置:3749:$?=0
配置:3738:gcc-v>&5
配置为:--prefix=/Applications/Xcode.app/Contents/Developer/usr--gxx include dir=/usr/include/c++/4.2.1
苹果LLVM版本6.0(clang-600.0.56)(基于LLVM 3.5svn)
目标:x86_64-apple-darwin13.4.0
线程模型:posix
配置:3749:$?=0
配置:3738:gcc-V>&5
叮当声:错误:'-V'的参数丢失(应为1个值)
叮当声:错误:没有输入文件
配置:3749:$?=1.
配置:3738:gcc-qversion>&5
叮当声:错误:未知参数:'-qversion'
叮当声:错误:没有输入文件
配置:3749:$?=1.
configure:3753:检查是否正在使用GNU C编译器
配置:3772:gcc-c conftest.c>&5
配置:3772:$?=0
配置:3781:结果:是
配置:3790:检查gcc是否接受-g
配置:3810:gcc-c-g conftest.c>&5
配置:3810:$?=0
配置:3851:结果:是
配置:3868:检查gcc选项以接受ISO C89
配置:3932:gcc-c-g-O2 conftest.c>&5
配置:3932:$?=0
配置:3945:结果:无需
配置:3967:检查gcc的依赖项样式
配置:4078:结果:gcc3
配置:4141:检查如何运行C预处理器
配置:4172:gcc-E-I..//deps/local/include-I/ad3 conftest.c
配置:4172:$?=0
配置:4186:gcc-E-I..//deps/local/include-I/ad3 conftest.c
conftest.c:9:10:致命错误:“未找到ac_nonexistent.h”文件
#包括
^
生成1个错误。
配置:4186:$?=1.
配置:失败的程序是:
|/*confdefs.h*/
|#定义包_名称“TurboParser”
|#定义包_TARNAME“TurboParser”
|#定义软件包_版本“2.1.0”
|#定义包_字符串“TurboParser 2.1.0”
|#定义包_BUGREPORT“afm@cs.cmu.edu"
|#定义程序包_URL“http://www.ark.cs.cmu.edu/TurboParser/"
|/*end CONDEFS.h*/
|#包括
配置:4211:结果:gcc-E
配置:4231:gcc-E-I..//deps/local/include-I/ad3 conftest.c
配置:4231:$?=0
配置:4245:gcc-E-I..//deps/local/include-I/ad3 conftest.c
conftest.c:9:10:致命错误:“未找到ac_nonexistent.h”文件
#包括
^
生成1个错误。
配置:4245:$?=1.
配置:失败的程序是:
|/*confdefs.h*/
|#定义包_名称“TurboParser”
|#定义包_TARNAME“TurboParser”
|#定义软件包_版本“2.1.0”
|#定义包_字符串“TurboParser 2.1.0”
|#定义包_BUGREPORT“afm@cs.cmu.edu"
|#定义程序包_URL“http://www.ark