On Sun, Apr 21, 2013 at 1:15 PM, TedJ <[email protected]> wrote:

> *The following error has occurred during XML parsing:*
> *
> *
> *File:
> I:\Android\Tesseract\tesseract-3.02.02\tesseract-ocr-3.02-API-Example-vs2008\APIExample\baseapitester\baseapitester.vcproj
> *
> *Line: 27*
> *Column: 4*
> *Error Message:*
> *Property sheet file '..\..\include\tesseract_versionnumbers.vsprops' was
> not found or failed to load.*
> *The file
> 'I:\Android\Tesseract\tesseract-3.02.02\tesseract-ocr-3.02-API-Example-vs2008\APIExample\baseapitester\baseapitester.vcproj'
> has failed to load.*
>
> tesseract_versionnumbers.vsprops doesn't exist in the APIExample directory
> or its subdir.  However, those exist in my:
> tesseract-3.02.02-win32-lib-include-dirs\include and
> tesseract-3.02.02-win32-lib-include-dirs-vs2008\include directories.  I
> copied the latter to the same directory as your sln file.  I ran VC again.
>  Same error.  I copied it to the baseapitester subdir instead.  Same error.
>  The Line referenced in the error message refers to the line in
> baseapitester.vcproj that reads:
> } else if (image == NULL) {
> which seems totally irrelevant to the error.
>
>
I don't have a very clear idea of how you structured your Build directory
(this is *crucial* to success when using a VS solution that can be
relocated since it has to do everything using *relative* file paths).
However, one tip I can give you is that all the paths are relative to the
location of the relevant .vcproj file (not the .sln file). So in this case,
your include and lib directories *have* to be in the
'I:\Android\Tesseract\*tesseract-3.02.02\tesseract-ocr-3.02-API-Example-vs2008\
*folder*.
*



> Actually, I chose MinGW toolchain in Eclipse because OpenCV242\build\x86
> had only MinGW and vc9 and vc10 directories to choose from for includes and
> libs.  Not having vc at the time, I thought it would offer the best chance
> of success.  So, the OpenCV part of my program (which I didn't mention
> earlier) DOES compile and link.
>
> I downloaded TortoiseSVN-1.7.11.23600-x64-svn-1.7.8.msi.  When I run it,
> the following dialog pops up:
>
> *Windows Installer
> *
> *This installation package is not supported by this processor type.
>  Contact your product vendor.*
>
>
In a previous post you mentioned that you are using a 32-bit version of
Windows? In that case, you need the 32-bit version of TortoiseSVN *not* the
64 bit version which you are trying to use. And that error message sounds
like what you would get if you tried to run a 64-bit exe on 32-bit Windows.



> I just have ALL the luck, don't I?  Still, your suggestion about recent
> code variations is worth exploring and I'll find some other client to
> download it with. Eclipse has a facility (or available plug-in) for linking
> to repositories.  Just gotta figure out the nitty gritty.  Do I need to
> register for a username and password at Google as part of repository access
> or will 'anonymous' do?  I just want to build a simple c++ exe, so I fail
> to see how the latest and greatest is going to help.  And point taken about
> Github/Google.  Thank you so much for the time you've spent in trying to
> help.  -Ted
>
Just follow my instructions at [1] and it should be trivial.

(Pretty sure anonymous works fine as long as you aren't trying to commit
*back* to the googlecode repository. Also since you already have a gmail
account, that can be used to login to googlecode.)

Most of the people who answer questions here (especially the most helpful
like zdenko), are using the latest SVN version. And it makes it easier for
them (reduces the number of possibilities to consider) if you are also
using the latest.

[1]
http://tesseract-ocr.googlecode.com/svn/trunk/vs2008/doc/setup.html#using-the-latest-tesseractocr-sources

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