Open ghost opened 9 years ago
I have a similar issue
PlatformToolset: Successfully configured msvs PlatformToolset v120
Tesseract: Debug, x64, v120
Msbuild: Project - C:\Windows\system32\openalpr\windows\tesseract-ocr\dependencies\giflib\giflib.vcxproj
Msbuild: OutDir - C:\Windows\system32\openalpr\windows\build\artifacts\2.1.0\v120\Debug\x64\tesseract
Msbuild: Matrix - Debug, x64, v120
Microsoft (R) Build Engine version 12.0.31101.0 [Microsoft .NET Framework, version 4.0.30319.34014] Copyright (C) Microsoft Corporation. All rights reserved.
MSBUILD : error MSB1009: Project file does not exist. Switch: C:\Windows\system32\openalpr\windows\tesseract-ocr\dependencies\giflib\giflib.vcxproj
Die : C:\Program Files (x86)\MSBuild\12.0\Bin\msbuild.exe returned a non-zero exit code At C:\Windows\system32\openalpr\windows\build.ps1:194 char:9
- CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
- FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Die
any solution??
thanks
The build script assumes that your OS is 64-bit. My Windows was 32-bit and therefore there was no Program Files (x86)
directory. So I just removed the (x86)
from the build script file and went on.
My OS is 64-bit and there is a "C:\Program Files (x86)\MSBuild\12.0\Bin\msbuild.exe" other solution??
thanks
Removing the "(x86)" from line 249 fixed this issue for me.
i have same problem, my msbuild.exe aslo x86 but still show error
@seekerquoc did you try to remove the "(x86)" from line 249 of build.ps1?
no, i dont remove, problem with sln libteressact, i fixed it, build succesful.
Thanks
this error is for openaplr-windows dependency subProject
please download or clone : 1-opencv (in root folder) 2-tesseract (in 'tesseract-ocr/tesseract' folder)
My build tools:
Command to build the suit:
Output:
Any thoughts?