M1chae1

Results 6 comments of M1chae1

Hi, **Text Output** ``` Microsoft (R) C/C++ Optimizing Compiler Version 17.00.61030 for x86 Copyright (C) Microsoft Corporation. All rights reserved. 1.c Note: including file: C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\stdio.h...

`tree` command output in `C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC` ``` Folder PATH listing for volume OS Volume serial number is 0A09-A8EE C:. ├───atlmfc │ ├───include │ │ ├───Aqua │...

There is the result of `tree /f` inside `C:\Program Files (x86)\Microsoft Visual Studio 11.0` attached [tree.txt](https://github.com/SoftwareNetwork/sw/files/7326177/tree.txt)

Run `sw build -static -platform x86` in command prompt ``` Downloading database from origin remote Downloading: [org.sw.demo.nlohmann.json-3.10.3]/[Source Archive] Unpacking : [org.sw.demo.nlohmann.json-3.10.3]/[Source Archive] Downloading: [pub.egorpugin.primitives.tools.embedder-0.3.0]/[Source Archive] Unpacking : [pub.egorpugin.primitives.tools.embedder-0.3.0]/[Source Archive] Exception...

Three version of Visual Studio are installed on my PC. Visual Studio 2019/2017/2012 Professional. Actually, my final purpose is building tesseract in x86 and x64 with Visual Studio 2019.

My PC already has the VS2012 runtime version 11.0.61030 installed ![image](https://user-images.githubusercontent.com/5714586/137657986-2c73a404-36cd-42af-b252-5b6c67d77bda.png) I have tried to choose repair on both x86/x64 redistributable After repair ![image](https://user-images.githubusercontent.com/5714586/137659209-de35cd32-e72c-4909-aa7f-606e5169ebbe.png) Now, running `sw build -static`...It is...