-
Notifications
You must be signed in to change notification settings - Fork 35
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
bundler: failed to load command: ./bin/build_frameworks.rb (./bin/build_frameworks.rb) #31
Comments
Same problem, did you find a fix @burf2000 ? |
Same problem |
🆙 |
@emericspiroux PRs are welcome |
bundle exec ./bin/build_frameworks.rb |
Same here :/ |
A error that seems common but I not seen how to fix it
I run bundle exec ./bin/build_frameworks.rb
options: {}
Package opencv2 is already installed. Skipping build.
Package leptonica is already installed. Skipping build.
Building tesseract for armv7 from /Users/burfies1/openalpr/openalpr-ios/work/tesseract-3.03
make: *** No rule to make target
clean'. Stop. make: *** No rule to make target
distclean'. Stop.bundler: failed to load command: ./bin/build_frameworks.rb (./bin/build_frameworks.rb)
RuntimeError: Child returned: pid 73905 exit 1
/Users/burfies1/openalpr/openalpr-ios/lib/alpr/utils.rb:44:in
execute' /Users/burfies1/openalpr/openalpr-ios/lib/alpr/utils.rb:74:in
log_execute'/Users/burfies1/openalpr/openalpr-ios/lib/alpr/package/automake.rb:141:in
do_autoconf_build' /Users/burfies1/openalpr/openalpr-ios/lib/alpr/package/automake.rb:58:in
build_arch'/Users/burfies1/openalpr/openalpr-ios/lib/alpr/package/base.rb:53:in
block in install' /Users/burfies1/openalpr/openalpr-ios/lib/alpr/package/base.rb:52:in
each'/Users/burfies1/openalpr/openalpr-ios/lib/alpr/package/base.rb:52:in
install' /Users/burfies1/openalpr/openalpr-ios/bin/build_frameworks.rb:76:in
<top (required)>'I am using latest xcode (8), have xcode command line tools install, cmake, autoconf etc
The text was updated successfully, but these errors were encountered: