-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macos high sierra installation #7
Comments
Could you send me the output you get when executing |
Hi , This is the output of ./configure
Hope those helps, |
Could you please re-attach the output in your response above so as to be more readable? text seems to not include any newline. |
Of course, results of the two commands are
Configure: yes -n checking whether sort accepts -m... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /Library/Developer/CommandLineTools/usr/bin/ld checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin17.4.0 dyld checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking whether gcc supports -g... yes checking whether gcc supports -Wall... yes checking whether g++ supports -g... yes checking whether g++ supports -Wall... yes checking whether g++ supports -Wno-deprecated... yes checking whether to disable compiler optimizations... no checking whether gcc supports -O2... yes checking whether g++ supports -O2... yes checking whether to enable profiling... no checking whether to enable code testing... no checking whether the compiler implements namespaces... yes checking whether the compiler supports ISO C++ standard library... yes checking whether the compiler supports Standard Template Library... yes checking whether g++ supports -std=c++11... yes checking for log in -lm... yes checking for pthread_create in -lpthread... yes checking for __gmpz_init in -lgmp... yes checking for inflate in -lz... yes checking for BZ2_bzdopen in -lbz2... yes checking for lzma_code in -llzma... yes checking for accept in -ldb_cxx... no checking for leveldb_open in -lleveldb... no checking for strlen in -lcppunit... no checking for ANSI C header files... (cached) yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking whether time.h and sys/time.h may both be included... yes checking for stdbool.h that conforms to C99... no checking for _Bool... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for ssize_t... yes checking for off_t... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for gettimeofday... yes checking for pow... yes checking for getdelim... yes checking if getline() is supported... yes checking for doxygen... no checking whether to enable combination with casmacat library... no checking whether to enable kenlm library... no checking whether to enable faster-rnnlm library... no checking whether to enable casmacat home edition configuration... no checking whether to disable fast lm downhill simplex algorithm... no checking whether to enable updating of phrase model linear interpolation weights... no checking whether to enable online updating of log-linear weights... no checking whether to enable downhill simplex algorithm for log-linear weight updating... no checking whether to enable IBM 2 model as alignment model... no checking whether to enable viterbi training for HMM-based alignment models... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating m4/Makefile config.status: creating src/Makefile config.status: creating src/hat_trie/Makefile config.status: creating src/picojson/Makefile config.status: creating src/nlp_common/Makefile config.status: creating src/incr_models/Makefile config.status: creating src/sw_models/Makefile config.status: creating src/phrase_models/Makefile config.status: creating src/smt_preproc/Makefile config.status: creating src/error_correction/Makefile config.status: creating src/downhill_simplex/Makefile config.status: creating src/stack_dec/Makefile config.status: creating src/exper/Makefile config.status: creating src/testing/Makefile config.status: creating utils/Makefile config.status: creating utils/nlp_common/Makefile config.status: creating utils/incr_models/Makefile config.status: creating utils/sw_models/Makefile config.status: creating utils/phrase_models/Makefile config.status: creating utils/smt_preproc/Makefile config.status: creating utils/error_correction/Makefile config.status: creating utils/downhill_simplex/Makefile config.status: creating utils/stack_dec/Makefile config.status: creating utils/exper/Makefile config.status: creating examples/Makefile config.status: creating examples/cfg_templates/Makefile config.status: creating examples/toy_corpus/Makefile config.status: creating examples/ini_files/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing ./src/thot_config.h commands config.status: creating ./src/thot_config.h - prefix THOT for config.h defines config.status: ./src/thot_config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands |
Thanks. Could you tell me which parameters did you use when executing |
I didnt use any, I was following the manual pdf of thot. Should I use any? |
Hello @daormar any news on that issue ? Thanks |
Hi, sorry for the delayed response. Parameters provided to |
Hello, thanks for answering, contents of the dir are Makefile |
Hello @daormar any news on the issue? Thanks |
Hello,
Trying to install on high sierra, at the make step I got the error:
Any idea for how to solve this ?
Thanks
The text was updated successfully, but these errors were encountered: