I can not build from source
i had download SW client and save it at "D:\Essam\Software\SW" the add to 
Path
and i can run SW in command line and see WS information as follow
D:\Tutorial\Git\tesseract\build>sw --version
sw.client.sw version 1.0.0
git revision 083bb99144549c1f361298e8284daa6b54422965
assembled on 30.01.2020 18:36:29 Egypt Standard Time

then i run the following commands to compile from source as describe in the 
following link
https://github.com/tesseract-ocr/tesseract/wiki/Compiling
<https://github.com/tesseract-ocr/tesseract/wiki/Compiling>
the command are

git clone https://github.com/tesseract-ocr/tesseract tesseract
cd tesseract
mkdir build && cd build
cmake .. -G "Visual Studio 15 2017 Win64" -DCMAKE_INSTALL_PREFIX=inst

i receive the following error

"-- Selecting Windows SDK version 10.0.17763.0 to target Windows 10.0.18363.
Configuring tesseract version 5.0.0-alpha-621-ga1a17...
-- target changed from "auto" to "kaby-lake"
CMake Error at CMakeLists.txt:197 (find_package):
By not providing "FindSW.cmake" in CMAKE_MODULE_PATH this project has asked
CMake to find a package configuration file provided by "SW", but CMake did
not find one.

Could not find a package configuration file provided by "SW" with any of
the following names:

SWConfig.cmake
sw-config.cmake

Add the installation prefix of "SW" to CMAKE_PREFIX_PATH or set "SW_DIR" to
a directory containing one of the above files. If "SW" provides a separate
development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred!
See also "D:/Tutorial/Git/tesseract/build/CMakeFiles/CMakeOutput.log"."

the log file attached

CMakeOutput.log 
<https://github.com/tesseract-ocr/tesseract/files/4143734/CMakeOutput.log>

-- 
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 tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/b590507d-d8a6-4b2d-92fe-887cb2e0cadc%40googlegroups.com.
The system is: Windows - 10.0.18363 - AMD64
Compiling the C compiler identification source file "CMakeCCompilerId.c" 
succeeded.
Compiler:  
Build flags: 
Id flags:  

The output was:
0
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 2/2/2020 11:17:15 AM.
Project 
"D:\Tutorial\Git\tesseract\build\CMakeFiles\3.15.3\CompilerIdC\CompilerIdC.vcxproj"
 on node 1 (default targets).
PrepareForBuild:
  Creating directory "Debug\".
  Creating directory "Debug\CompilerIdC.tlog\".
InitializeBuildStatus:
  Creating "Debug\CompilerIdC.tlog\unsuccessfulbuild" because "AlwaysCreate" 
was specified.
ClCompile:
  C:\Program Files (x86)\Microsoft Visual 
Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\CL.exe /c 
/nologo /W0 /WX- /diagnostics:classic /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS 
/fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" 
/Fd"Debug\vc141.pdb" /Gd /TC /FC /errorReport:queue CMakeCCompilerId.c
  CMakeCCompilerId.c
Link:
  C:\Program Files (x86)\Microsoft Visual 
Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\link.exe 
/ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO 
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib 
shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST 
/MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed 
/PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT 
/IMPLIB:".\CompilerIdC.lib" /MACHINE:X64 Debug\CMakeCCompilerId.obj
  CompilerIdC.vcxproj -> 
D:\Tutorial\Git\tesseract\build\CMakeFiles\3.15.3\CompilerIdC\.\CompilerIdC.exe
PostBuildEvent:
  for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
  :VCEnd
  CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual 
Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\Hostx86\x64\cl.exe
FinalizeBuildStatus:
  Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
  Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
Done Building Project 
"D:\Tutorial\Git\tesseract\build\CMakeFiles\3.15.3\CompilerIdC\CompilerIdC.vcxproj"
 (default targets).

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:01.24


Compilation of the C compiler identification source "CMakeCCompilerId.c" 
produced "CompilerIdC.exe"

Compilation of the C compiler identification source "CMakeCCompilerId.c" 
produced "CompilerIdC.vcxproj"

The C compiler identification is MSVC, found in 
"D:/Tutorial/Git/tesseract/build/CMakeFiles/3.15.3/CompilerIdC/CompilerIdC.exe"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" 
succeeded.
Compiler:  
Build flags: 
Id flags:  

The output was:
0
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 2/2/2020 11:17:17 AM.
Project 
"D:\Tutorial\Git\tesseract\build\CMakeFiles\3.15.3\CompilerIdCXX\CompilerIdCXX.vcxproj"
 on node 1 (default targets).
PrepareForBuild:
  Creating directory "Debug\".
  Creating directory "Debug\CompilerIdCXX.tlog\".
InitializeBuildStatus:
  Creating "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" because "AlwaysCreate" 
was specified.
ClCompile:
  C:\Program Files (x86)\Microsoft Visual 
Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\CL.exe /c 
/nologo /W0 /WX- /diagnostics:classic /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS 
/fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" 
/Fd"Debug\vc141.pdb" /Gd /TP /FC /errorReport:queue CMakeCXXCompilerId.cpp
  CMakeCXXCompilerId.cpp
Link:
  C:\Program Files (x86)\Microsoft Visual 
Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\link.exe 
/ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO 
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib 
shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST 
/MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed 
/PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT 
/IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X64 Debug\CMakeCXXCompilerId.obj
  CompilerIdCXX.vcxproj -> 
D:\Tutorial\Git\tesseract\build\CMakeFiles\3.15.3\CompilerIdCXX\.\CompilerIdCXX.exe
PostBuildEvent:
  for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
  :VCEnd
  CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual 
Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\Hostx86\x64\cl.exe
FinalizeBuildStatus:
  Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild".
  Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
Done Building Project 
"D:\Tutorial\Git\tesseract\build\CMakeFiles\3.15.3\CompilerIdCXX\CompilerIdCXX.vcxproj"
 (default targets).

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:01.02


Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" 
produced "CompilerIdCXX.exe"

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" 
produced "CompilerIdCXX.vcxproj"

The CXX compiler identification is MSVC, found in 
"D:/Tutorial/Git/tesseract/build/CMakeFiles/3.15.3/CompilerIdCXX/CompilerIdCXX.exe"

Determining if the C compiler works passed with the following output:
Change Dir: D:/Tutorial/Git/tesseract/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual 
Studio/2017/Enterprise/MSBuild/15.0/Bin/MSBuild.exe cmTC_b8dab.vcxproj 
/p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=15.0 /v:m && 
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.



  Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27035 for x64

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D 
"CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t 
/Zc:forScope /Zc:inline /Fo"cmTC_b8dab.dir\Debug\\" 
/Fd"cmTC_b8dab.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue 
D:\Tutorial\Git\tesseract\build\CMakeFiles\CMakeTmp\testCCompiler.c

  testCCompiler.c

  

  cmTC_b8dab.vcxproj -> 
D:\Tutorial\Git\tesseract\build\CMakeFiles\CMakeTmp\Debug\cmTC_b8dab.exe




Detecting C compiler ABI info compiled with the following output:
Change Dir: D:/Tutorial/Git/tesseract/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual 
Studio/2017/Enterprise/MSBuild/15.0/Bin/MSBuild.exe cmTC_63b81.vcxproj 
/p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=15.0 /v:m && 
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.



  Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27035 for x64

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D 
"CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t 
/Zc:forScope /Zc:inline /Fo"cmTC_63b81.dir\Debug\\" 
/Fd"cmTC_63b81.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue "C:\Program 
Files\CMake\share\cmake-3.15\Modules\CMakeCCompilerABI.c"

  CMakeCCompilerABI.c

  

  cmTC_63b81.vcxproj -> 
D:\Tutorial\Git\tesseract\build\CMakeFiles\CMakeTmp\Debug\cmTC_63b81.exe




Determining if the CXX compiler works passed with the following output:
Change Dir: D:/Tutorial/Git/tesseract/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual 
Studio/2017/Enterprise/MSBuild/15.0/Bin/MSBuild.exe cmTC_10918.vcxproj 
/p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=15.0 /v:m && 
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.



  Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27035 for x64

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D 
"CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise 
/Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_10918.dir\Debug\\" 
/Fd"cmTC_10918.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue 
D:\Tutorial\Git\tesseract\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx

  testCXXCompiler.cxx

  

  cmTC_10918.vcxproj -> 
D:\Tutorial\Git\tesseract\build\CMakeFiles\CMakeTmp\Debug\cmTC_10918.exe




Detecting CXX compiler ABI info compiled with the following output:
Change Dir: D:/Tutorial/Git/tesseract/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual 
Studio/2017/Enterprise/MSBuild/15.0/Bin/MSBuild.exe cmTC_e6d7d.vcxproj 
/p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=15.0 /v:m && 
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.



  Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27035 for x64

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D 
"CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise 
/Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_e6d7d.dir\Debug\\" 
/Fd"cmTC_e6d7d.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue "C:\Program 
Files\CMake\share\cmake-3.15\Modules\CMakeCXXCompilerABI.cpp"

  CMakeCXXCompilerABI.cpp

  

  cmTC_e6d7d.vcxproj -> 
D:\Tutorial\Git\tesseract\build\CMakeFiles\CMakeTmp\Debug\cmTC_e6d7d.exe




Performing C++ SOURCE FILE Test check_cxx_compiler_flag__arch_AVX2 succeeded 
with the following output:
Change Dir: D:/Tutorial/Git/tesseract/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual 
Studio/2017/Enterprise/MSBuild/15.0/Bin/MSBuild.exe cmTC_c8b0a.vcxproj 
/p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=15.0 /v:m && 
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.



  Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27035 for x64

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D 
check_cxx_compiler_flag__arch_AVX2 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- 
/EHsc /RTC1 /MDd /GS /arch:AVX2 /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline 
/GR /Fo"cmTC_c8b0a.dir\Debug\\" /Fd"cmTC_c8b0a.dir\Debug\vc141.pdb" /Gd /TP 
/errorReport:queue D:\Tutorial\Git\tesseract\build\CMakeFiles\CMakeTmp\src.cxx

  src.cxx

  

  cmTC_c8b0a.vcxproj -> 
D:\Tutorial\Git\tesseract\build\CMakeFiles\CMakeTmp\Debug\cmTC_c8b0a.exe



Source file was:
#include <cstdio>
      int main() { return 0; }

Reply via email to