I tried building from source on Mac OSX 10.8.4 homebrew based on these 
instructions:
     http://emop.tamu.edu/node/45

and got different errors:

svn checkout http://tesseract-ocr.googlecode.com/svn/trunk/ tesseract-ocr
cd tesseract-ocr
sh ./autogen.sh
./configure
make
  :
  :
/usr/bin/ranlib: file: .libs/libtesseract.a(quadratc.o) has no symbols
libtool: link: ranlib .libs/libtesseract.a
ranlib: file: .libs/libtesseract.a(quadratc.o) has no symbols
libtool: link: rm -fr .libs/libtesseract.lax
libtool: link: ( cd ".libs" && rm -f "libtesseract.la" && ln -s 
"../libtesseract.la" "libtesseract.la" )
g++ -DHAVE_CONFIG_H -I. -I..  -O3 -DNDEBUG 
-DLOCALEDIR=\"/usr/local/share/locale\" -I../ccutil -I../ccstruct -I../image 
-I../viewer -I../textord -I../dict -I../classify -I../ccmain -I../wordrec 
-I../cutil   -I/usr/local/include/leptonica  -g -O2 -MT 
tesseract-tesseractmain.o -MD -MP -MF .deps/tesseract-tesseractmain.Tpo -c -o 
tesseract-tesseractmain.o `test -f '../api/tesseractmain.cpp' || echo 
'./'`../api/tesseractmain.cpp
mv -f .deps/tesseract-tesseractmain.Tpo .deps/tesseract-tesseractmain.Po
/bin/sh ../libtool  --tag=CXX   --mode=link g++  -g -O2   -o tesseract 
tesseract-tesseractmain.o libtesseract.la  -llept 
libtool: link: g++ -g -O2 -o .libs/tesseract tesseract-tesseractmain.o 
-Wl,-bind_at_load  ./.libs/libtesseract.dylib -llept
make[2]: *** No rule to make target `tesseractmain.h', needed by `all-am'.  
Stop.
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I've found that brew install tesseract does work, so there may be a clue 
there.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to