Installing gsl fixes the gsl dependency (of course) and Issue 112 returns: http://code.google.com/p/ocropus/issues/detail?id=112
Applying the patch described on that page, I get $ build --with-tesseract=/usr/local --without-leptonica ... $ make Making all in . make[1]: *** No rule to make target `ocr-autoclean/ocr- orientation.cc', needed by `ocr-orientation.o'. Stop. make: *** [all-recursive] Error 1 $ This was described at http://groups.google.com/group/ocropus/browse_thread/thread/7874d8154a530c46 Removing references to the missing files from the Makefile, $ make Making all in . g++ -I/sw/include -I/opt/local/include -fopenmp -Wall -Wno-sign- compare -Wno-write-strings -Wno-deprecated -I/sw/include -I/opt/local/ include -fopenmp -L/sw/lib -L/opt/local/lib -L/usr/local/lib -L/usr/ local/lib -L/usr/local/include/liblept/../../lib -lgomp -o ocropus ocropus.o libocropus.a -lgomp -lSDL_gfx -lSDL -lblas -lgsl -lgslcblas - llept -ltesseract_full -lpthread -liulib -ltiff -ljpeg -lpng -lz /usr/bin/ld: Undefined symbols: iulib::dsection_set(char const*) iulib::dactive() collect2: ld returned 1 exit status make[1]: *** [ocropus] Error 1 make: *** [all-recursive] Error 1 $ which, like most compiler errors, is beyond my abilities to diagnose. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ocropus" 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/ocropus?hl=en -~----------~----~----~----~------~----~------~--~---
