Thanks, Nick. I downloaded the bz2 file, unpacked it and ran make in the njwtesstools directory. The results:
$ make cc `pkg-config --cflags --libs MagickWand` boxer.c -o boxer /tmp/ccDGrakP.o: In function `main': boxer.c:(.text+0xc0): undefined reference to `MagickWandGenesis' boxer.c:(.text+0xc5): undefined reference to `NewMagickWand' boxer.c:(.text+0xce): undefined reference to `NewPixelWand' boxer.c:(.text+0xeb): undefined reference to `MagickReadImage' boxer.c:(.text+0x20d): undefined reference to `MagickSetLastIterator' boxer.c:(.text+0x219): undefined reference to `MagickGetIteratorIndex' boxer.c:(.text+0x23e): undefined reference to `MagickSetIteratorIndex' boxer.c:(.text+0x24a): undefined reference to `MagickGetImageHeight' boxer.c:(.text+0x256): undefined reference to `NewDrawingWand' boxer.c:(.text+0x26e): undefined reference to `DrawSetFont' boxer.c:(.text+0x282): undefined reference to `DrawSetTextEncoding' boxer.c:(.text+0x28e): undefined reference to `PushDrawingWand' boxer.c:(.text+0x2a2): undefined reference to `PixelSetColor' boxer.c:(.text+0x2b6): undefined reference to `DrawSetStrokeColor' boxer.c:(.text+0x2c8): undefined reference to `DrawSetStrokeOpacity' boxer.c:(.text+0x2da): undefined reference to `DrawSetFillOpacity' boxer.c:(.text+0x39a): undefined reference to `DrawRectangle' boxer.c:(.text+0x3cb): undefined reference to `DrawSetFontSize' boxer.c:(.text+0x3dd): undefined reference to `DrawSetStrokeOpacity' boxer.c:(.text+0x3ef): undefined reference to `DrawSetFillOpacity' boxer.c:(.text+0x403): undefined reference to `DrawSetFillColor' boxer.c:(.text+0x480): undefined reference to `DrawAnnotation' boxer.c:(.text+0x4b1): undefined reference to `DrawSetFontSize' boxer.c:(.text+0x4cd): undefined reference to `MagickQueryFontMetrics' boxer.c:(.text+0x51b): undefined reference to `PixelSetColor' boxer.c:(.text+0x52f): undefined reference to `DrawSetFillColor' boxer.c:(.text+0x5e5): undefined reference to `DrawAnnotation' boxer.c:(.text+0x60c): undefined reference to `PopDrawingWand' boxer.c:(.text+0x620): undefined reference to `MagickDrawImage' boxer.c:(.text+0x654): undefined reference to `MagickWriteImages' boxer.c:(.text+0x68c): undefined reference to `DestroyMagickWand' boxer.c:(.text+0x69c): undefined reference to `DestroyDrawingWand' boxer.c:(.text+0x6ac): undefined reference to `DestroyPixelWand' boxer.c:(.text+0x6b5): undefined reference to `MagickWandTerminus' collect2: ld returned 1 exit status make: *** [boxer] Error 1 On Friday, 21 September 2012 03:12:50 UTC+12, Nick White wrote: > > Everything looks as it should, in what you sent me. > > Can you try out the package of tools here: > http://www.dur.ac.uk/nick.white/tools/njwtesstools-20120919.tar.bz2 > > Unpack it, then run 'make' from the njwtesstools directory. > > If that doesn't work, I'm sort of out of ideas. Would it be possible > for you to temporarily give me SSH access to your box? If not that's > OK, it's just that it's really hard to work out what's going wrong > without being able to reproduce your problem. > I would prefer not to do that. I would have to set it up and it's a long time since I used ssh, encryption etc. Would it help if we document how to set up lazytrain and use it to train tesseract? In the process we may find that I haven't done something that you are assuming that I have. I set up all this stuff on another machine under Ubuntu 12.04 on VirtualBox and got the same results. Donaldo -- 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

