AmitGorvadiya / tesseract-ocr

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

Missing files in SVN trunk #232

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
tesseractmain.cpp and possible otehr files are missing from the SVN trunk.

Original issue reported on code.google.com by popz...@gmail.com on 13 Aug 2009 at 9:56

GoogleCodeExporter commented 9 years ago
It moved to the (new) api directory. All the makefiles.am and makefile.in 
reflect
this change, so nothing should bev looking for it in the old place.

Original comment by theraysm...@gmail.com on 13 Aug 2009 at 11:00

GoogleCodeExporter commented 9 years ago
Issue 231 has been merged into this issue.

Original comment by theraysm...@gmail.com on 13 Aug 2009 at 11:00

GoogleCodeExporter commented 9 years ago
~/Documents/Programming/Tesseract-OCR/tesseract-ocr-read-only> ls
AUTHORS           README            ccstruct/         dlltest/          
leptonlib.dll*    runautoconf*      tesseract.vcproj*
COPYING           ReleaseNotes      ccutil/           doc/              lib/    
          tessdata/         testing/
ChangeLog         StdAfx.cpp        classify/         eurotext.tif      
libimage.dll*     tessdll.cpp       textord/
INSTALL           StdAfx.h          config/           glut32.dll*       
libpng13.dll*     tessdll.dll*      training/
INSTALL.SVN       acinclude.m4      configure*        image/            
librle3.dll*      tessdll.h         viewer/
Makefile.am       aclocal.m4        configure.ac      include/          
libtiff3.dll*     tessdll.vcproj*   wordrec/
Makefile.in       api/              cutil/            java/             
makemoredists*    tesseract.sln*    zlib1.dll*
NEWS              ccmain/           dict/             jpeg62.dll*       
phototest.tif     tesseract.spec
~/Documents/Programming/Tesseract-OCR/tesseract-ocr-read-only> ./configure 
configure: error: cannot find sources (ccmain/tesseractmain.cpp) in . or ..

This is just after I got the source from SVN, today just a couple of minutes 
ago.

Original comment by popz...@gmail.com on 14 Aug 2009 at 5:07

GoogleCodeExporter commented 9 years ago
It worked after I ran 
`./runautoconf`
Seems like the configure script wasn't updated/rebuilt.

Original comment by popz...@gmail.com on 14 Aug 2009 at 5:09