Open KoppeKTop opened 7 years ago
I've tried to execute last instructions from build.log:
$ cd work/tesseract-3.03/ccutil
$ /bin/sh ../libtool --tag=CXX --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -O2 -DNDEBUG -arch armv7 -pipe -no-cpp-precomp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.sdk -miphoneos-version-min=9.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.sdk/usr/include/ -I/Users/andrey/Develop/black-sheep/taxi/license-ocr/openalpr-ios/output/leptonica.framework/Headers -I/Users/andrey/Develop/black-sheep/taxi/license-ocr/openalpr-ios/output/leptonica.framework/Headers/leptonica -DTESSDATA_PREFIX=/usr/local/share/ -arch armv7 -pipe -no-cpp-precomp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.sdk -miphoneos-version-min=9.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.sdk/usr/include/ -I/Users/andrey/Develop/black-sheep/taxi/license-ocr/openalpr-ios/output/leptonica.framework/Headers -std=c++11 -MT ambigs.lo -MD -MP -MF .deps/ambigs.Tpo -c -o ambigs.lo ambigs.cpp
And get libtool error:
libtool: Version mismatch error. This is libtool 2.4.2 Debian-2.4.2-1ubuntu1, but the
libtool: definition of this LT_INIT comes from libtool 2.4.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 Debian-2.4.2-1ubuntu1
libtool: and run autoconf again.
make[3]: *** [ambigs.lo] Error 63
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Still no clue what goes wrong.
Hello,
Following build instructions trying to run
build_frameworks.rb
for commit 7e8040b81c007fe9af8558a5bd3d211f93ac9776, but it finishes with error.Also build.log.txt please find attached.
Version info:
Maybe I've missed something? Appreciate any help.