-
Notifications
You must be signed in to change notification settings - Fork 52
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
No ./configure in github - need to run autoconf? #130
Comments
Yes. You should run "autoreconf -i". The source is distributed in maintainer mode, rather than developer mode. We probably should have an autogen.sh or, at least, fix the documentation. |
- documentation should make it clear to run autoreconf before configure.
Thanks @AidanDelaney . Not sure I'll ever fully understand autotools! |
Just an extra comment on this using Ubuntu, in case others run into the same problem. The second error above:
means that libtool needs to be installed:
|
sorry,this method doesn't work for me ,i had tried all the method above |
Which of the supported installation methods did you use? |
Please fix this, and put configure in the source tree. Impossible to run autoconf w/o errors. |
@AidanDelaney Thanks, It works for me. But first, it throw the error below: So, I upgrade autoconfig to 2.69, then everything is OK |
someone can help me... |
This problem suggests you need to install pkg-config, based on DanBloomberg/leptonica#334. |
For someone ends here by googling
Try this first |
The INSTALL says to run
./configure
but there is no script. There was noautogen.sh
either, so I ranautoconf
and it did create theconfigure
script with a few warnings (Ubuntu 12 server):The text was updated successfully, but these errors were encountered: