-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Hello all
I have this error:
---
Building tesseract for armv7 from /Users/roberto/Desktop/Targhe/openalpr-ios-master/work/tesseract-3.03
make: *** No rule to make target clean'. Stop. make: *** No rule to make targetdistclean'. Stop.
bundler: failed to load command: ./bin/build_frameworks.rb (./bin/build_frameworks.rb)
RuntimeError: Child returned: pid 43641 exit 1
/Users/roberto/Desktop/Targhe/openalpr-ios-master/lib/alpr/utils.rb:44:in execute' /Users/roberto/Desktop/Targhe/openalpr-ios-master/lib/alpr/utils.rb:74:inlog_execute'
/Users/roberto/Desktop/Targhe/openalpr-ios-master/lib/alpr/package/automake.rb:141:in do_autoconf_build' /Users/roberto/Desktop/Targhe/openalpr-ios-master/lib/alpr/package/automake.rb:58:inbuild_arch'
/Users/roberto/Desktop/Targhe/openalpr-ios-master/lib/alpr/package/base.rb:53:in block in install' /Users/roberto/Desktop/Targhe/openalpr-ios-master/lib/alpr/package/base.rb:52:ineach'
/Users/roberto/Desktop/Targhe/openalpr-ios-master/lib/alpr/package/base.rb:52:in install' /Users/roberto/Desktop/Targhe/openalpr-ios-master/bin/build_frameworks.rb:76:in<top (required)>'
---
while doing "bundle exec ./bin/build_frameworks.rb"
framework is downloaded but looks like it can't find any suitable makefile.
Any help please ?
Tnx
Roberto