jacklicn / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

no compile for 3.01 on Mac OS Snow Leopard #584

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. extract tarball
2. cd tesseract-3.01
3. ./configure

What is the expected output? What do you see instead?
I expect no errorfrom configure but it says:

    ...
    checking for pixCreate in -llept... yes
    configure: creating ./config.status
    config.status: error: cannot find input file: `Makefile.in'

What version of the product are you using? On what operating system?
3.01 on newest Snow Leopard, with XCode

Please provide any additional information below.

    mac-mini:tesseract-3.01 $ automake
    aclocal.m4:20: warning: this file was generated for autoconf 2.65.
    You have another version of autoconf.  It may work, but is not guaranteed to.
    If you have problems, you may need to regenerate the build system entirely.
    To do so, use the procedure documented by the package, typically `autoreconf'.
    configure.ac:156: error: Autoconf version 2.62 or higher is required
    aclocal.m4:8496: AM_INIT_AUTOMAKE is expanded from...
    configure.ac:156: the top level
    autom4te: /usr/bin/gm4 failed with exit status: 63
    automake: /usr/bin/autoconf failed with exit status: 63
    mac-mini:tesseract-3.01 $ autoreconf
    aclocal: couldn't open directory `m4': No such file or directory
    autoreconf: aclocal failed with exit status: 1

Original issue reported on code.google.com by gtrw...@gmail.com on 22 Nov 2011 at 6:08

GoogleCodeExporter commented 9 years ago
run ./autogen.sh. It is written in README (included in tarball)

Original comment by zde...@gmail.com on 23 Nov 2011 at 8:14

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by gtrw...@gmail.com on 24 Nov 2011 at 10:05

GoogleCodeExporter commented 9 years ago

Original comment by zde...@gmail.com on 24 Nov 2011 at 11:46

GoogleCodeExporter commented 9 years ago
Thanks mister zde...@gmail.com. i forget to read the Read_me <<<

Original comment by nalin4li...@gmail.com on 9 Apr 2012 at 6:53