You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
./configure: line 3911: AX_SPLIT_VERSION: command not found
./configure: line 3912: s/^[^0-9]//: No such file or directory
./configure: line 3914: s/^([0-9][0-9]).*/\1/: No such file or directory
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
./configure: line 4128: syntax error near unexpected token -Werror=unused-command-line-argument,' ./configure: line 4128: AX_CHECK_COMPILE_FLAG(-Werror=unused-command-line-argument, WERROR=-Werror=unused-command-line-argument)'
when i execute configure,output this log,how can i continue to install
The text was updated successfully, but these errors were encountered:
Please respect guidelines for posting issues: use tesseract user forum for asking questions/support.
Please fix the reported problems before you made any post to forum.
Environment
Current Behavior:./configure
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
./configure: line 3911: AX_SPLIT_VERSION: command not found
./configure: line 3912: s/^[^0-9]//: No such file or directory
./configure: line 3914: s/^([0-9][0-9]).*/\1/: No such file or directory
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
./configure: line 4128: syntax error near unexpected token
-Werror=unused-command-line-argument,' ./configure: line 4128:
AX_CHECK_COMPILE_FLAG(-Werror=unused-command-line-argument, WERROR=-Werror=unused-command-line-argument)'when i execute configure,output this log,how can i continue to install
The text was updated successfully, but these errors were encountered: