Hi all,

I'm trying to compile tesseract for microblaze but after different
things to disable GRAPHICS, I have some problem
on compile libtesseract_api

mb-linux-g++ -DHAVE_CONFIG_H -I. -I..  -I../ccutil -I../ccstruct -I../
image -I../viewer -I../ccops -I../dict -I../classify -I../ccmain -I../
wordrec -I../cutil -I../textord   -g -O2 -MT baseapi.o -MD -MP -
MF .deps/baseapi.Tpo -c -o baseapi.o baseapi.cpp
mv -f .deps/baseapi.Tpo .deps/baseapi.Po
ar cru libtesseract_api.a libtesseract_api.o ; ranlib
libtesseract_api.a
ar: libtesseract_api.o: No such file or directory
ranlib: 'libtesseract_api.a': No such file
make[1]: *** [libtesseract_api.a] Error 1

The problem is that it unable to generate the object file.
libtesseract_api.o: baseapi.o \
    ../ccmain/libtesseract_main.a \
    ../textord/libtesseract_textord.a \
    ../wordrec/libtesseract_wordrec.a \
    ../classify/libtesseract_classify.a \
    ../dict/libtesseract_dict.a \
    ../ccstruct/libtesseract_ccstruct.a \
    ../image/libtesseract_image.a \
    ../cutil/libtesseract_cutil.a \
    ../viewer/libtesseract_viewer.a \
    ../ccutil/libtesseract_ccutil.a

This is the tag but I don't see any rule to create

Any point on this?

Best Regards
Michael Trimarchi

-- 
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.

Reply via email to