Bad build environment and discussion about visual studio cmake?
- Dominant language
- C++
- Stars
- 8.6k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
Platform: Windows 10
method: visual studio cmake
Commands I am using:
```cmd
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" .. -DPYTHON_EXECUTABLE="C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\python.exe" -DCMAKE_INSTALL_PREFIX="C:\Users\Creation\Downloads\git\retdec-vs" -G"Visual Studio 14 2015 Win64"
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build . --config Release -- -m
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build . --config Release --target install
```
Output of commands (when I ran them the second time):
```
C:\Users\Creation\Downloads\git\retdec-vs\build>BUILD.bat
-- Capstone: using remote Capstone revision.
-- JsonCpp: using remote JsonCpp revision.
-- LLVM: using remote LLVM revision.
-- RapidJSON: using remote RapidJSON revision.
-- TinyXML: using remote TinyXML revision.
-- ELFIO: using remote ELFIO revision.
-- LibDwarf: using remote LibDwarf revision.
-- PeLib: using remote PeLib revision.
-- YaraCpp: using remote YaraCpp revision.
-- YaraMod: using remote YaraMod revision.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/Creation/Downloads/git/retdec-vs/build
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 9/20/2019 1:40:37 PM.
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" on node 1 (default targets).
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
2>InitializeBuildStatus:
Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
2>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ZERO_CHECK.vcxproj" (default targets).
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\deps\libdwarf\libdwarf-project.vcxproj" (3) on node 1 (default targets).
3>InitializeBuildStatus:
Creating "x64\Release\libdwarf-project\libdwarf-project.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\deps\capstone\capstone-project.vcxproj" (4) on node 2 (default targets).
4>InitializeBuildStatus:
Creating "x64\Release\capstone-project\capstone-project.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\deps\elfio\elfio-project.vcxproj" (5) on node 3 (default targets).
5>InitializeBuildStatus:
Creating "x64\Release\elfio-project\elfio-project.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
4>FinalizeBuildStatus:
Deleting file "x64\Release\capstone-project\capstone-project.tlog\unsuccessfulbuild".
Touching "x64\Release\capstone-project\capstone-project.tlog\capstone-project.lastbuildstate".
4>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\capstone\capstone-project.vcxproj" (default targets
).
5>FinalizeBuildStatus:
Deleting file "x64\Release\elfio-project\elfio-project.tlog\unsuccessfulbuild".
Touching "x64\Release\elfio-project\elfio-project.tlog\elfio-project.lastbuildstate".
5>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\elfio\elfio-project.vcxproj" (default targets).
3>FinalizeBuildStatus:
Deleting file "x64\Release\libdwarf-project\libdwarf-project.tlog\unsuccessfulbuild".
Touching "x64\Release\libdwarf-project\libdwarf-project.tlog\libdwarf-project.lastbuildstate".
3>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\libdwarf\libdwarf-project.vcxproj" (default targets
).
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\deps\llvm\llvm-project.vcxproj" (6) on node 2 (default targets).
6>InitializeBuildStatus:
Creating "x64\Release\llvm-project\llvm-project.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\deps\pelib\pelib-project.vcxproj" (7) on node 3 (default targets).
7>InitializeBuildStatus:
Creating "x64\Release\pelib-project\pelib-project.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\deps\rapidjson\rapidjson-project.vcxproj" (8) on node 1 (default targets).
8>InitializeBuildStatus:
Creating "x64\Release\rapidjson-project\rapidjso.45EA8334.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
6>FinalizeBuildStatus:
Deleting file "x64\Release\llvm-project\llvm-project.tlog\unsuccessfulbuild".
Touching "x64\Release\llvm-project\llvm-project.tlog\llvm-project.lastbuildstate".
6>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\llvm\llvm-project.vcxproj" (default targets).
7>FinalizeBuildStatus:
Deleting file "x64\Release\pelib-project\pelib-project.tlog\unsuccessfulbuild".
Touching "x64\Release\pelib-project\pelib-project.tlog\pelib-project.lastbuildstate".
7>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\pelib\pelib-project.vcxproj" (default targets).
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\src\ar-extractor\retdec-ar-extractor.vcxproj" (10) on node 2 (default targets).
10>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\ar-extractor\retdec-ar-extractor.vcxproj" (10) is building "C:\Use
rs\Creation\Downloads\git\retdec-vs\build\deps\whereami\whereami.vcxproj" (13) on node 2 (default targets).
13>InitializeBuildStatus:
Creating "whereami.dir\Release\whereami.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
8>FinalizeBuildStatus:
Deleting file "x64\Release\rapidjson-project\rapidjso.45EA8334.tlog\unsuccessfulbuild".
Touching "x64\Release\rapidjson-project\rapidjso.45EA8334.tlog\rapidjson-project.lastbuildstate".
8>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\rapidjson\rapidjson-project.vcxproj" (default targe
ts).
13>CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\deps\jsoncpp\jsoncpp-project.vcxproj" (11) on node 4 (default targets).
11>InitializeBuildStatus:
Creating "x64\Release\jsoncpp-project\jsoncpp-project.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\src\bin2llvmirtool\retdec-bin2llvmirtool.vcxproj" (15) on node 1 (default targets).
15>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmirtool\retdec-bin2llvmirtool.vcxproj" (15) is building "C:
\Users\Creation\Downloads\git\retdec-vs\build\src\debugformat\retdec-debugformat.vcxproj" (21) on node 1 (default targets).
21>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\debugformat\retdec-debugformat.vcxproj" (21) is building "C:\Users
\Creation\Downloads\git\retdec-vs\build\src\pdbparser\retdec-pdbparser.vcxproj" (25) on node 3 (default targets).
25>InitializeBuildStatus:
Creating "retdec-pdbparser.dir\Release\retdec-pdbparser.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
13>Lib:
All outputs are up-to-date.
whereami.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\deps\whereami\Release\whereami.lib
25>Lib:
All outputs are up-to-date.
retdec-pdbparser.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\pdbparser\Release\retdec-pdbparser.lib
11>FinalizeBuildStatus:
Deleting file "x64\Release\jsoncpp-project\jsoncpp-project.tlog\unsuccessfulbuild".
Touching "x64\Release\jsoncpp-project\jsoncpp-project.tlog\jsoncpp-project.lastbuildstate".
11>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\jsoncpp\jsoncpp-project.vcxproj" (default targets).
25>FinalizeBuildStatus:
Deleting file "retdec-pdbparser.dir\Release\retdec-pdbparser.tlog\unsuccessfulbuild".
Touching "retdec-pdbparser.dir\Release\retdec-pdbparser.tlog\retdec-pdbparser.lastbuildstate".
25>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\pdbparser\retdec-pdbparser.vcxproj" (default targets
).
15>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmirtool\retdec-bin2llvmirtool.vcxproj" (15) is building "C:
\Users\Creation\Downloads\git\retdec-vs\build\deps\yaracpp\yaracpp-project.vcxproj" (30) on node 2 (default targets).
30>InitializeBuildStatus:
Creating "x64\Release\yaracpp-project\yaracpp-project.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\src\cpdetect\retdec-cpdetect.vcxproj" (32) on node 1 (default targets).
32>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\cpdetect\retdec-cpdetect.vcxproj" (32) is building "C:\Users\Creat
ion\Downloads\git\retdec-vs\build\deps\tinyxml2\tinyxml2-project.vcxproj" (36) on node 1 (default targets).
36>InitializeBuildStatus:
Creating "x64\Release\tinyxml2-project\tinyxml2-project.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\src\bin2pat\retdec-bin2pat.vcxproj" (31) on node 3 (default targets).
31>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2pat\retdec-bin2pat.vcxproj" (31) is building "C:\Users\Creatio
n\Downloads\git\retdec-vs\build\deps\yaramod\yaramod-project.vcxproj" (38) on node 4 (default targets).
38>InitializeBuildStatus:
Touching "x64\Release\yaramod-project\yaramod-project.tlog\unsuccessfulbuild".
30>FinalizeBuildStatus:
Deleting file "x64\Release\yaracpp-project\yaracpp-project.tlog\unsuccessfulbuild".
Touching "x64\Release\yaracpp-project\yaracpp-project.tlog\yaracpp-project.lastbuildstate".
30>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\yaracpp\yaracpp-project.vcxproj" (default targets).
13>FinalizeBuildStatus:
Deleting file "whereami.dir\Release\whereami.tlog\unsuccessfulbuild".
Touching "whereami.dir\Release\whereami.tlog\whereami.lastbuildstate".
13>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\whereami\whereami.vcxproj" (default targets).
36>FinalizeBuildStatus:
Deleting file "x64\Release\tinyxml2-project\tinyxml2-project.tlog\unsuccessfulbuild".
Touching "x64\Release\tinyxml2-project\tinyxml2-project.tlog\tinyxml2-project.lastbuildstate".
36>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\tinyxml2\tinyxml2-project.vcxproj" (default targets
).
38>CustomBuild:
Creating directories for 'yaramod-project'
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\src\ar-extractortool\retdec-ar-extractortool.vcxproj" (9) on node 3 (default targets).
9>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\ar-extractortool\retdec-ar-extractortool.vcxproj" (9) is building
"C:\Users\Creation\Downloads\git\retdec-vs\build\src\utils\retdec-utils.vcxproj" (12) on node 3 (default targets).
12>InitializeBuildStatus:
Creating "retdec-utils.dir\Release\retdec-utils.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
retdec-utils.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\utils\Release\retdec-utils.lib
FinalizeBuildStatus:
Deleting file "retdec-utils.dir\Release\retdec-utils.tlog\unsuccessfulbuild".
Touching "retdec-utils.dir\Release\retdec-utils.tlog\retdec-utils.lastbuildstate".
12>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\utils\retdec-utils.vcxproj" (default targets).
15>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmirtool\retdec-bin2llvmirtool.vcxproj" (15) is building "C:
\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj" (18) on node 1 (default targets).
18>InitializeBuildStatus:
Touching "retdec-crypto.dir\Release\retdec-crypto.tlog\unsuccessfulbuild".
15>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmirtool\retdec-bin2llvmirtool.vcxproj" (15) is building "C:
\Users\Creation\Downloads\git\retdec-vs\build\src\ctypes\retdec-ctypes.vcxproj" (19) on node 3 (default targets).
19>InitializeBuildStatus:
Creating "retdec-ctypes.dir\Release\retdec-ctypes.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
18>CustomBuild:
All outputs are up-to-date.
19>CustomBuild:
All outputs are up-to-date.
10>InitializeBuildStatus:
Creating "retdec-ar-extractor.dir\Release\retdec-a.46A30D03.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
15>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmirtool\retdec-bin2llvmirtool.vcxproj" (15) is building "C:
\Users\Creation\Downloads\git\retdec-vs\build\src\llvm-support\retdec-llvm-support.vcxproj" (27) on node 2 (default targets).
27>InitializeBuildStatus:
Creating "retdec-llvm-support.dir\Release\retdec-l.149035EE.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
19>ClCompile:
All outputs are up-to-date.
27>CustomBuild:
All outputs are up-to-date.
18>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\Users\Creation\Downloads\git\retdec-vs\i
nclude" /I"C:\Users\Creation\Downloads\git\retdec-vs\deps" /I"C:\Users\Creation\Downloads\git\retdec-vs\deps\whereami" /I"C:\
Users\Creation\Downloads\git\retdec-vs\deps\variant\include" /IC:\devkitPro\msys2\usr\include /nologo /W0 /WX- /O2 /Ob2 /D WI
N32 /D _WINDOWS /D NDEBUG /D NOMINMAX /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:f
orScope /Zc:inline /GR /Fo"retdec-crypto.dir\Release\\" /Fd"retdec-crypto.dir\Release\retdec-crypto.pdb" /Gd /TP /errorReport
:queue -std:c++14 "C:\Users\Creation\Downloads\git\retdec-vs\src\crypto\crc32.cpp" "C:\Users\Creation\Downloads\git\retdec-v
s\src\crypto\crypto.cpp" "C:\Users\Creation\Downloads\git\retdec-vs\src\crypto\hash_context.cpp"
27>ClCompile:
All outputs are up-to-date.
19>Lib:
All outputs are up-to-date.
retdec-ctypes.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\ctypes\Release\retdec-ctypes.lib
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\src\macho-extractor\retdec-macho-extractor.vcxproj" (44) on node 2 (default targets).
44>InitializeBuildStatus:
Creating "retdec-macho-extractor.dir\Release\retdec-m.D32976DF.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
19>FinalizeBuildStatus:
Deleting file "retdec-ctypes.dir\Release\retdec-ctypes.tlog\unsuccessfulbuild".
Touching "retdec-ctypes.dir\Release\retdec-ctypes.tlog\retdec-ctypes.lastbuildstate".
19>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\ctypes\retdec-ctypes.vcxproj" (default targets).
44>CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
retdec-macho-extractor.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\macho-extractor\Release\retdec-macho-ex
tractor.lib
18>ClCompile:
crc32.cpp
15>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmirtool\retdec-bin2llvmirtool.vcxproj" (15) is building "C:
\Users\Creation\Downloads\git\retdec-vs\build\src\ctypesparser\retdec-ctypesparser.vcxproj" (20) on node 2 (default targets).
20>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\ctypesparser\retdec-ctypesparser.vcxproj" (20) is building "C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\demangler\retdec-demangler.vcxproj" (23) on node 2 (default targets).
23>InitializeBuildStatus:
Creating "retdec-demangler.dir\Release\retdec-demangler.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
18>C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C2144: syntax error: '__int64' should be preceded by ';' [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C4430: missing type specifier - int assumed. Note: C++ does not support
default-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C2144: syntax error: 'unsigned __int64' should be preceded by ';' [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C4430: missing type specifier - int assumed. Note: C++ does not support
default-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(245): error C2039: 'nexttowardf': is not a member of '`glo
bal namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(245): error C3861: 'nexttowardf': identifier not found [C:
\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(330): error C2039: 'fabsl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
27>Lib:
All outputs are up-to-date.
retdec-llvm-support.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\llvm-support\Release\retdec-llvm-support.l
ib
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(330): error C3861: 'fabsl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(335): error C2039: 'acosl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(335): error C3861: 'acosl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
23>Lib:
All outputs are up-to-date.
retdec-demangler.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\demangler\Release\retdec-demangler.lib
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(340): error C2039: 'acoshl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(340): error C3861: 'acoshl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(345): error C2039: 'asinl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(345): error C3861: 'asinl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
10>Lib:
All outputs are up-to-date.
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(350): error C2039: 'asinhl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
Lib:
retdec-ar-extractor.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\ar-extractor\Release\retdec-ar-extractor.l
ib
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(350): error C3861: 'asinhl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(355): error C2039: 'atanl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(355): error C3861: 'atanl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(360): error C2039: 'atanhl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(360): error C3861: 'atanhl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(366): error C2039: 'atan2l': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(366): error C3861: 'atan2l': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(371): error C2039: 'cbrtl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(371): error C3861: 'cbrtl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(376): error C2039: 'ceill': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
FinalizeBuildStatus:
Deleting file "retdec-ar-extractor.dir\Release\retdec-a.46A30D03.tlog\unsuccessfulbuild".
Touching "retdec-ar-extractor.dir\Release\retdec-a.46A30D03.tlog\retdec-ar-extractor.lastbuildstate".
10>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\ar-extractor\retdec-ar-extractor.vcxproj" (default t
argets).
23>FinalizeBuildStatus:
Deleting file "retdec-demangler.dir\Release\retdec-demangler.tlog\unsuccessfulbuild".
Touching "retdec-demangler.dir\Release\retdec-demangler.tlog\retdec-demangler.lastbuildstate".
23>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\demangler\retdec-demangler.vcxproj" (default targets
).
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(376): error C3861: 'ceill': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
38>CustomBuild:
Building Custom Rule C:/Users/Creation/Downloads/git/retdec-vs/deps/yaramod/CMakeLists.txt
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(382): error C2039: 'copysignl': is not a member of '`globa
l namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(382): error C3861: 'copysignl': identifier not found [C:\U
sers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(387): error C2039: 'cosl': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(387): error C3861: 'cosl': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
27>FinalizeBuildStatus:
Deleting file "retdec-llvm-support.dir\Release\retdec-l.149035EE.tlog\unsuccessfulbuild".
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(392): error C2039: 'coshl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
FinalizeBuildStatus:
Touching "retdec-llvm-support.dir\Release\retdec-l.149035EE.tlog\retdec-llvm-support.lastbuildstate".
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(392): error C3861: 'coshl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
27>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\llvm-support\retdec-llvm-support.vcxproj" (default t
argets).
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(397): error C2039: 'erfl': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(397): error C3861: 'erfl': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(402): error C2039: 'erfcl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(402): error C3861: 'erfcl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(407): error C2039: 'expl': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(407): error C3861: 'expl': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(412): error C2039: 'exp2l': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(412): error C3861: 'exp2l': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(417): error C2039: 'expm1l': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(417): error C3861: 'expm1l': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(422): error C2039: 'fabsl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(422): error C3861: 'fabsl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(428): error C2039: 'fdiml': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(428): error C3861: 'fdiml': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(433): error C2039: 'floorl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(433): error C3861: 'floorl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(439): error C2039: 'fmal': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(439): error C3861: 'fmal': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(445): error C2039: 'fmaxl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(445): error C3861: 'fmaxl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(451): error C2039: 'fminl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(451): error C3861: 'fminl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(457): error C2039: 'fmodl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(457): error C3861: 'fmodl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(463): error C2039: 'frexpl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(463): error C3861: 'frexpl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
44>FinalizeBuildStatus:
Deleting file "retdec-macho-extractor.dir\Release\retdec-m.D32976DF.tlog\unsuccessfulbuild".
Touching "retdec-macho-extractor.dir\Release\retdec-m.D32976DF.tlog\retdec-macho-extractor.lastbuildstate".
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(474): error C2039: 'ilogbl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
44>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\macho-extractor\retdec-macho-extractor.vcxproj" (def
ault targets).
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(474): error C3861: 'ilogbl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(480): error C2039: 'ldexpl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(480): error C3861: 'ldexpl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(485): error C2039: 'lgammal': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(485): error C3861: 'lgammal': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(490): error C2039: 'llrintl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(490): error C3861: 'llrintl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(495): error C2039: 'llroundl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(495): error C3861: 'llroundl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(500): error C2039: 'logl': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(500): error C3861: 'logl': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(505): error C2039: 'log10l': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(505): error C3861: 'log10l': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(510): error C2039: 'log1pl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(510): error C3861: 'log1pl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(515): error C2039: 'log2l': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(515): error C3861: 'log2l': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(520): error C2039: 'logbl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(520): error C3861: 'logbl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(525): error C2039: 'lrintl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(525): error C3861: 'lrintl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(530): error C2039: 'lroundl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(530): error C3861: 'lroundl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(536): error C2039: 'modfl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(536): error C3861: 'modfl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(541): error C2039: 'nearbyintl': is not a member of '`glob
al namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(541): error C3861: 'nearbyintl': identifier not found [C:\
Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(547): error C2039: 'nextafterl': is not a member of '`glob
al namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(547): error C3861: 'nextafterl': identifier not found [C:\
Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(553): error C2039: 'nexttowardl': is not a member of '`glo
bal namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(553): error C3861: 'nexttowardl': identifier not found [C:
\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(559): error C2039: 'powl': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(559): error C3861: 'powl': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(568): error C2039: 'powl': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(568): error C3861: 'powl': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(574): error C2039: 'remainderl': is not a member of '`glob
al namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(574): error C3861: 'remainderl': identifier not found [C:\
Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(580): error C2039: 'remquol': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(580): error C3861: 'remquol': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(585): error C2039: 'rintl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(585): error C3861: 'rintl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(590): error C2039: 'roundl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(590): error C3861: 'roundl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(596): error C2039: 'scalblnl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(596): fatal error C1003: error count exceeds 100; stopping
compilation [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
20>InitializeBuildStatus:
Creating "retdec-ctypesparser.dir\Release\retdec-c.0639F77A.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
18>ClCompile:
crypto.cpp
20>ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
retdec-ctypesparser.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\ctypesparser\Release\retdec-ctypesparser.l
ib
FinalizeBuildStatus:
Deleting file "retdec-ctypesparser.dir\Release\retdec-c.0639F77A.tlog\unsuccessfulbuild".
Touching "retdec-ctypesparser.dir\Release\retdec-c.0639F77A.tlog\retdec-ctypesparser.lastbuildstate".
20>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\ctypesparser\retdec-ctypesparser.vcxproj" (default t
argets).
38>CustomBuild:
CMake does not need to re-run because C:/Users/Creation/Downloads/git/retdec-vs/build/deps/yaramod/CMakeFiles/generate.stamp
is up-to-date.
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\src\macho-extractortool\retdec-macho-extractortool.vcxproj" (42) on node 3 (default targets).
42>InitializeBuildStatus:
Creating "retdec-macho-extractortool.dir\Release\retdec-m.7F229B83.tlog\unsuccessfulbuild" because "AlwaysCreate" was specifi
ed.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
38>CustomBuild:
Performing download step (download, verify and extract) for 'yaramod-project'
9>InitializeBuildStatus:
Creating "retdec-ar-extractortool.dir\Release\retdec-a.B7A59C5C.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
18>C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C2144: syntax error: '__int64' should be preceded by ';' [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C4430: missing type specifier - int assumed. Note: C++ does not support
default-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C2144: syntax error: 'unsigned __int64' should be preceded by ';' [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C4430: missing type specifier - int assumed. Note: C++ does not support
default-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
ClCompile:
All outputs are up-to-date.
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(245): error C2039: 'nexttowardf': is not a member of '`glo
bal namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(245): error C3861: 'nexttowardf': identifier not found [C:
\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(330): error C2039: 'fabsl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(330): error C3861: 'fabsl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(335): error C2039: 'acosl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(335): error C3861: 'acosl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(340): error C2039: 'acoshl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(340): error C3861: 'acoshl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(345): error C2039: 'asinl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(345): error C3861: 'asinl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(350): error C2039: 'asinhl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(350): error C3861: 'asinhl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(355): error C2039: 'atanl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(355): error C3861: 'atanl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(360): error C2039: 'atanhl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(360): error C3861: 'atanhl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(366): error C2039: 'atan2l': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(366): error C3861: 'atan2l': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(371): error C2039: 'cbrtl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(371): error C3861: 'cbrtl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(376): error C2039: 'ceill': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(376): error C3861: 'ceill': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(382): error C2039: 'copysignl': is not a member of '`globa
l namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(382): error C3861: 'copysignl': identifier not found [C:\U
sers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(387): error C2039: 'cosl': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(387): error C3861: 'cosl': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(392): error C2039: 'coshl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(392): error C3861: 'coshl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(397): error C2039: 'erfl': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(397): error C3861: 'erfl': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(402): error C2039: 'erfcl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(402): error C3861: 'erfcl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(407): error C2039: 'expl': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(407): error C3861: 'expl': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(412): error C2039: 'exp2l': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(412): error C3861: 'exp2l': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(417): error C2039: 'expm1l': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(417): error C3861: 'expm1l': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(422): error C2039: 'fabsl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(422): error C3861: 'fabsl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(428): error C2039: 'fdiml': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(428): error C3861: 'fdiml': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(433): error C2039: 'floorl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(433): error C3861: 'floorl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(439): error C2039: 'fmal': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(439): error C3861: 'fmal': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(445): error C2039: 'fmaxl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(445): error C3861: 'fmaxl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(451): error C2039: 'fminl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(451): error C3861: 'fminl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(457): error C2039: 'fmodl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(457): error C3861: 'fmodl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(463): error C2039: 'frexpl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(463): error C3861: 'frexpl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(474): error C2039: 'ilogbl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(474): error C3861: 'ilogbl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(480): error C2039: 'ldexpl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(480): error C3861: 'ldexpl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(485): error C2039: 'lgammal': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(485): error C3861: 'lgammal': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(490): error C2039: 'llrintl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(490): error C3861: 'llrintl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(495): error C2039: 'llroundl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(495): error C3861: 'llroundl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(500): error C2039: 'logl': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(500): error C3861: 'logl': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(505): error C2039: 'log10l': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(505): error C3861: 'log10l': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(510): error C2039: 'log1pl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(510): error C3861: 'log1pl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(515): error C2039: 'log2l': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(515): error C3861: 'log2l': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(520): error C2039: 'logbl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(520): error C3861: 'logbl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(525): error C2039: 'lrintl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(525): error C3861: 'lrintl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(530): error C2039: 'lroundl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(530): error C3861: 'lroundl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(536): error C2039: 'modfl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(536): error C3861: 'modfl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(541): error C2039: 'nearbyintl': is not a member of '`glob
al namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(541): error C3861: 'nearbyintl': identifier not found [C:\
Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(547): error C2039: 'nextafterl': is not a member of '`glob
al namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(547): error C3861: 'nextafterl': identifier not found [C:\
Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(553): error C2039: 'nexttowardl': is not a member of '`glo
bal namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(553): error C3861: 'nexttowardl': identifier not found [C:
\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(559): error C2039: 'powl': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(559): error C3861: 'powl': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(568): error C2039: 'powl': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(568): error C3861: 'powl': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(574): error C2039: 'remainderl': is not a member of '`glob
al namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(574): error C3861: 'remainderl': identifier not found [C:\
Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(580): error C2039: 'remquol': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(580): error C3861: 'remquol': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(585): error C2039: 'rintl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(585): error C3861: 'rintl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(590): error C2039: 'roundl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(590): error C3861: 'roundl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(596): error C2039: 'scalblnl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(596): fatal error C1003: error count exceeds 100; stopping
compilation [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
42>Link:
All outputs are up-to-date.
18>ClCompile:
hash_context.cpp
42>Link:
retdec-macho-extractortool.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\macho-extractortool\Release\retdec-
macho-extractor.exe
9>Link:
All outputs are up-to-date.
retdec-ar-extractortool.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\ar-extractortool\Release\retdec-ar-ext
ractor.exe
42>FinalizeBuildStatus:
Deleting file "retdec-macho-extractortool.dir\Release\retdec-m.7F229B83.tlog\unsuccessfulbuild".
Touching "retdec-macho-extractortool.dir\Release\retdec-m.7F229B83.tlog\retdec-macho-extractortool.lastbuildstate".
42>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\macho-extractortool\retdec-macho-extractortool.vcxpr
oj" (default targets).
9>FinalizeBuildStatus:
Deleting file "retdec-ar-extractortool.dir\Release\retdec-a.B7A59C5C.tlog\unsuccessfulbuild".
Touching "retdec-ar-extractortool.dir\Release\retdec-a.B7A59C5C.tlog\retdec-ar-extractortool.lastbuildstate".
9>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\ar-extractortool\retdec-ar-extractortool.vcxproj" (d
efault targets).
18>C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C2144: syntax error: '__int64' should be preceded by ';' [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C4430: missing type specifier - int assumed. Note: C++ does not support
default-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C2144: syntax error: 'unsigned __int64' should be preceded by ';' [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C4430: missing type specifier - int assumed. Note: C++ does not support
default-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
18>C:\devkitPro\msys2\usr\include\strings.h(40): error C2371: 'size_t': redefinition; different basic types [C:\Users\Creation\Dow
nloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Users\Creation\Downloads\git\retdec-vs\src\crypto\hash_context.cpp: note: see declaration of 'size_t'
18>C:\devkitPro\msys2\usr\include\wchar.h(86): error C2371: 'mbstate_t': redefinition; different basic types [C:\Users\Creation\Do
wnloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt.h(537): note: see declaration of 'mbstate_t'
18>C:\devkitPro\msys2\usr\include\sys/_intsup.h(68): fatal error C1189: #error: "Unable to determine type definition of intptr_t"
[C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\src\bin2llvmir\retdec-bin2llvmir.vcxproj" (14) on node 3 (default targets).
14>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmir\retdec-bin2llvmir.vcxproj" (14) is building "C:\Users\C
reation\Downloads\git\retdec-vs\build\src\capstone2llvmir\retdec-capstone2llvmir.vcxproj" (16) on node 3 (default targets).
16>InitializeBuildStatus:
Creating "retdec-capstone2llvmir.dir\Release\retdec-c.7FAEF528.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
18>ClCompile:
Generating Code...
16>ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
retdec-capstone2llvmir.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\capstone2llvmir\Release\retdec-capstone
2llvmir.lib
FinalizeBuildStatus:
Deleting file "retdec-capstone2llvmir.dir\Release\retdec-c.7FAEF528.tlog\unsuccessfulbuild".
Touching "retdec-capstone2llvmir.dir\Release\retdec-c.7FAEF528.tlog\retdec-capstone2llvmir.lastbuildstate".
16>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\capstone2llvmir\retdec-capstone2llvmir.vcxproj" (def
ault targets).
18>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj" (default targets) -- F
AILED.
32>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\cpdetect\retdec-cpdetect.vcxproj" (default targets)
-- FAILED.
38>CustomBuild:
-- yaramod-project download command succeeded. See also C:/Users/Creation/Downloads/git/retdec-vs/build/external/src/yaramod
-project-stamp/yaramod-project-download-*.log
No update step for 'yaramod-project'
No patch step for 'yaramod-project'
Performing configure step for 'yaramod-project'
-- yaramod-project configure command succeeded. See also C:/Users/Creation/Downloads/git/retdec-vs/build/external/src/yaramo
d-project-stamp/yaramod-project-configure-*.log
Performing build step for 'yaramod-project'
CMake Error at C:/Users/Creation/Downloads/git/retdec-vs/build/external/src/yaramod-project-stamp/yaramod-project-build-Relea
se.cmake:16 (message):
Command failed: 1
'C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmak
e.exe' '--build' '.' '--config' 'Release'
See also
C:/Users/Creation/Downloads/git/retdec-vs/build/external/src/yaramod-project-stamp/yaramod-project-build-*.log
38>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with
code 1. [C:\Users\Creation\Downloads\git\retdec-vs\build\deps\yaramod\yaramod-project.vcxproj]
38>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\yaramod\yaramod-project.vcxproj" (default targets)
-- FAILED.
31>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2pat\retdec-bin2pat.vcxproj" (default targets) --
FAILED.
14>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmir\retdec-bin2llvmir.vcxproj" (14) is building "C:\Users\C
reation\Downloads\git\retdec-vs\build\src\config\retdec-config.vcxproj" (17) on node 2 (default targets).
17>InitializeBuildStatus:
Creating "retdec-config.dir\Release\retdec-config.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
retdec-config.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\config\Release\retdec-config.lib
FinalizeBuildStatus:
Deleting file "retdec-config.dir\Release\retdec-config.tlog\unsuccessfulbuild".
Touching "retdec-config.dir\Release\retdec-config.tlog\retdec-config.lastbuildstate".
17>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\config\retdec-config.vcxproj" (default targets).
21>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\debugformat\retdec-debugformat.vcxproj" (default tar
gets) -- FAILED.
14>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmir\retdec-bin2llvmir.vcxproj" (default targe
ts) -- FAILED.
15>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmirtool\retdec-bin2llvmirtool.vcxproj" (defau
lt targets) -- FAILED.
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\src\configtool\retdec-configtool.vcxproj" (33) on node 4 (default targets).
33>InitializeBuildStatus:
Creating "retdec-configtool.dir\Release\retdec-c.FF84FDA8.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\src\llvmir2hll\retdec-llvmir2hll.vcxproj" (40) on node 3 (default targets).
40>InitializeBuildStatus:
Creating "retdec-llvmir2hll.dir\Release\retdec-l.8F6E79C2.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
33>CustomBuild:
All outputs are up-to-date.
40>CustomBuild:
All outputs are up-to-date.
33>ClCompile:
All outputs are up-to-date.
Link:
All outputs are up-to-date.
retdec-configtool.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\configtool\Release\retdec-config.exe
FinalizeBuildStatus:
Deleting file "retdec-configtool.dir\Release\retdec-c.FF84FDA8.tlog\unsuccessfulbuild".
Touching "retdec-configtool.dir\Release\retdec-c.FF84FDA8.tlog\retdec-configtool.lastbuildstate".
33>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\configtool\retdec-configtool.vcxproj" (default targe
ts).
40>ClCompile:
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
retdec-llvmir2hll.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\llvmir2hll\Release\retdec-llvmir2hll.lib
FinalizeBuildStatus:
Deleting file "retdec-llvmir2hll.dir\Release\retdec-l.8F6E79C2.tlog\unsuccessfulbuild".
Touching "retdec-llvmir2hll.dir\Release\retdec-l.8F6E79C2.tlog\retdec-llvmir2hll.lastbuildstate".
40>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\llvmir2hll\retdec-llvmir2hll.vcxproj" (default targe
ts).
1>Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\re
tdec-vs\build\src\llvmir2hlltool\retdec-llvmir2hlltool.vcxproj" (41) on node 3 (default targets).
41>InitializeBuildStatus:
Creating "retdec-llvmir2hlltool.dir\Release\retdec-l.7E7F8129.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Link:
All outputs are up-to-date.
retdec-llvmir2hlltool.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\llvmir2hlltool\Release\retdec-llvmir2hll
.exe
FinalizeBuildStatus:
Deleting file "retdec-llvmir2hlltool.dir\Release\retdec-l.7E7F8129.tlog\unsuccessfulbuild".
Touching "retdec-llvmir2hlltool.dir\Release\retdec-l.7E7F8129.tlog\retdec-llvmir2hlltool.lastbuildstate".
41>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\llvmir2hlltool\retdec-llvmir2hlltool.vcxproj" (defau
lt targets).
1>Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (default targets) -- FAILED.
Build FAILED.
"C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (default target) (1) ->
"C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmirtool\retdec-bin2llvmirtool.vcxproj" (default target) (15) ->
"C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj" (default target) (18) ->
(ClCompile target) ->
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C2144: syntax error: '__int64' should be preceded by ';' [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C4430: missing type specifier - int assumed. Note: C++ does not suppor
t default-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C2144: syntax error: 'unsigned __int64' should be preceded by ';' [C:\
Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C4430: missing type specifier - int assumed. Note: C++ does not suppor
t default-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(245): error C2039: 'nexttowardf': is not a member of '`g
lobal namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(245): error C3861: 'nexttowardf': identifier not found [
C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(330): error C2039: 'fabsl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(330): error C3861: 'fabsl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(335): error C2039: 'acosl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(335): error C3861: 'acosl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(340): error C2039: 'acoshl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(340): error C3861: 'acoshl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(345): error C2039: 'asinl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(345): error C3861: 'asinl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(350): error C2039: 'asinhl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(350): error C3861: 'asinhl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(355): error C2039: 'atanl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(355): error C3861: 'atanl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(360): error C2039: 'atanhl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(360): error C3861: 'atanhl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(366): error C2039: 'atan2l': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(366): error C3861: 'atan2l': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(371): error C2039: 'cbrtl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(371): error C3861: 'cbrtl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(376): error C2039: 'ceill': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(376): error C3861: 'ceill': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(382): error C2039: 'copysignl': is not a member of '`glo
bal namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(382): error C3861: 'copysignl': identifier not found [C:
\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(387): error C2039: 'cosl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(387): error C3861: 'cosl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(392): error C2039: 'coshl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(392): error C3861: 'coshl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(397): error C2039: 'erfl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(397): error C3861: 'erfl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(402): error C2039: 'erfcl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(402): error C3861: 'erfcl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(407): error C2039: 'expl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(407): error C3861: 'expl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(412): error C2039: 'exp2l': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(412): error C3861: 'exp2l': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(417): error C2039: 'expm1l': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(417): error C3861: 'expm1l': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(422): error C2039: 'fabsl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(422): error C3861: 'fabsl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(428): error C2039: 'fdiml': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(428): error C3861: 'fdiml': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(433): error C2039: 'floorl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(433): error C3861: 'floorl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(439): error C2039: 'fmal': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(439): error C3861: 'fmal': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(445): error C2039: 'fmaxl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(445): error C3861: 'fmaxl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(451): error C2039: 'fminl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(451): error C3861: 'fminl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(457): error C2039: 'fmodl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(457): error C3861: 'fmodl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(463): error C2039: 'frexpl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(463): error C3861: 'frexpl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(474): error C2039: 'ilogbl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(474): error C3861: 'ilogbl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(480): error C2039: 'ldexpl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(480): error C3861: 'ldexpl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(485): error C2039: 'lgammal': is not a member of '`globa
l namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(485): error C3861: 'lgammal': identifier not found [C:\U
sers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(490): error C2039: 'llrintl': is not a member of '`globa
l namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(490): error C3861: 'llrintl': identifier not found [C:\U
sers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(495): error C2039: 'llroundl': is not a member of '`glob
al namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(495): error C3861: 'llroundl': identifier not found [C:\
Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(500): error C2039: 'logl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(500): error C3861: 'logl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(505): error C2039: 'log10l': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(505): error C3861: 'log10l': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(510): error C2039: 'log1pl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(510): error C3861: 'log1pl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(515): error C2039: 'log2l': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(515): error C3861: 'log2l': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(520): error C2039: 'logbl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(520): error C3861: 'logbl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(525): error C2039: 'lrintl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(525): error C3861: 'lrintl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(530): error C2039: 'lroundl': is not a member of '`globa
l namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(530): error C3861: 'lroundl': identifier not found [C:\U
sers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(536): error C2039: 'modfl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(536): error C3861: 'modfl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(541): error C2039: 'nearbyintl': is not a member of '`gl
obal namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(541): error C3861: 'nearbyintl': identifier not found [C
:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(547): error C2039: 'nextafterl': is not a member of '`gl
obal namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(547): error C3861: 'nextafterl': identifier not found [C
:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(553): error C2039: 'nexttowardl': is not a member of '`g
lobal namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(553): error C3861: 'nexttowardl': identifier not found [
C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(559): error C2039: 'powl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(559): error C3861: 'powl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(568): error C2039: 'powl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(568): error C3861: 'powl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(574): error C2039: 'remainderl': is not a member of '`gl
obal namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(574): error C3861: 'remainderl': identifier not found [C
:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(580): error C2039: 'remquol': is not a member of '`globa
l namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(580): error C3861: 'remquol': identifier not found [C:\U
sers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(585): error C2039: 'rintl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(585): error C3861: 'rintl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(590): error C2039: 'roundl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(590): error C3861: 'roundl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(596): error C2039: 'scalblnl': is not a member of '`glob
al namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(596): fatal error C1003: error count exceeds 100; stoppi
ng compilation [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C2144: syntax error: '__int64' should be preceded by ';' [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C4430: missing type specifier - int assumed. Note: C++ does not suppor
t default-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C2144: syntax error: 'unsigned __int64' should be preceded by ';' [C:\
Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C4430: missing type specifier - int assumed. Note: C++ does not suppor
t default-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(245): error C2039: 'nexttowardf': is not a member of '`g
lobal namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(245): error C3861: 'nexttowardf': identifier not found [
C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(330): error C2039: 'fabsl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(330): error C3861: 'fabsl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(335): error C2039: 'acosl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(335): error C3861: 'acosl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(340): error C2039: 'acoshl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(340): error C3861: 'acoshl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(345): error C2039: 'asinl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(345): error C3861: 'asinl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(350): error C2039: 'asinhl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(350): error C3861: 'asinhl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(355): error C2039: 'atanl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(355): error C3861: 'atanl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(360): error C2039: 'atanhl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(360): error C3861: 'atanhl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(366): error C2039: 'atan2l': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(366): error C3861: 'atan2l': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(371): error C2039: 'cbrtl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(371): error C3861: 'cbrtl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(376): error C2039: 'ceill': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(376): error C3861: 'ceill': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(382): error C2039: 'copysignl': is not a member of '`glo
bal namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(382): error C3861: 'copysignl': identifier not found [C:
\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(387): error C2039: 'cosl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(387): error C3861: 'cosl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(392): error C2039: 'coshl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(392): error C3861: 'coshl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(397): error C2039: 'erfl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(397): error C3861: 'erfl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(402): error C2039: 'erfcl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(402): error C3861: 'erfcl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(407): error C2039: 'expl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(407): error C3861: 'expl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(412): error C2039: 'exp2l': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(412): error C3861: 'exp2l': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(417): error C2039: 'expm1l': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(417): error C3861: 'expm1l': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(422): error C2039: 'fabsl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(422): error C3861: 'fabsl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(428): error C2039: 'fdiml': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(428): error C3861: 'fdiml': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(433): error C2039: 'floorl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(433): error C3861: 'floorl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(439): error C2039: 'fmal': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(439): error C3861: 'fmal': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(445): error C2039: 'fmaxl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(445): error C3861: 'fmaxl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(451): error C2039: 'fminl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(451): error C3861: 'fminl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(457): error C2039: 'fmodl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(457): error C3861: 'fmodl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(463): error C2039: 'frexpl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(463): error C3861: 'frexpl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(474): error C2039: 'ilogbl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(474): error C3861: 'ilogbl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(480): error C2039: 'ldexpl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(480): error C3861: 'ldexpl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(485): error C2039: 'lgammal': is not a member of '`globa
l namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(485): error C3861: 'lgammal': identifier not found [C:\U
sers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(490): error C2039: 'llrintl': is not a member of '`globa
l namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(490): error C3861: 'llrintl': identifier not found [C:\U
sers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(495): error C2039: 'llroundl': is not a member of '`glob
al namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(495): error C3861: 'llroundl': identifier not found [C:\
Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(500): error C2039: 'logl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(500): error C3861: 'logl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(505): error C2039: 'log10l': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(505): error C3861: 'log10l': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(510): error C2039: 'log1pl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(510): error C3861: 'log1pl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(515): error C2039: 'log2l': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(515): error C3861: 'log2l': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(520): error C2039: 'logbl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(520): error C3861: 'logbl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(525): error C2039: 'lrintl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(525): error C3861: 'lrintl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(530): error C2039: 'lroundl': is not a member of '`globa
l namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(530): error C3861: 'lroundl': identifier not found [C:\U
sers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(536): error C2039: 'modfl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(536): error C3861: 'modfl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(541): error C2039: 'nearbyintl': is not a member of '`gl
obal namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(541): error C3861: 'nearbyintl': identifier not found [C
:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(547): error C2039: 'nextafterl': is not a member of '`gl
obal namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(547): error C3861: 'nextafterl': identifier not found [C
:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(553): error C2039: 'nexttowardl': is not a member of '`g
lobal namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(553): error C3861: 'nexttowardl': identifier not found [
C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(559): error C2039: 'powl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(559): error C3861: 'powl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(568): error C2039: 'powl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(568): error C3861: 'powl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(574): error C2039: 'remainderl': is not a member of '`gl
obal namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(574): error C3861: 'remainderl': identifier not found [C
:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(580): error C2039: 'remquol': is not a member of '`globa
l namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(580): error C3861: 'remquol': identifier not found [C:\U
sers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(585): error C2039: 'rintl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(585): error C3861: 'rintl': identifier not found [C:\Use
rs\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(590): error C2039: 'roundl': is not a member of '`global
namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(590): error C3861: 'roundl': identifier not found [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(596): error C2039: 'scalblnl': is not a member of '`glob
al namespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(596): fatal error C1003: error count exceeds 100; stoppi
ng compilation [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C2144: syntax error: '__int64' should be preceded by ';' [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C4430: missing type specifier - int assumed. Note: C++ does not suppor
t default-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C2144: syntax error: 'unsigned __int64' should be preceded by ';' [C:\
Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C4430: missing type specifier - int assumed. Note: C++ does not suppor
t default-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\strings.h(40): error C2371: 'size_t': redefinition; different basic types [C:\Users\Creation\D
ownloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\wchar.h(86): error C2371: 'mbstate_t': redefinition; different basic types [C:\Users\Creation\
Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/_intsup.h(68): fatal error C1189: #error: "Unable to determine type definition of intptr_
t" [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
"C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (default target) (1) ->
"C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2pat\retdec-bin2pat.vcxproj" (default target) (31) ->
"C:\Users\Creation\Downloads\git\retdec-vs\build\deps\yaramod\yaramod-project.vcxproj" (default target) (38) ->
(CustomBuild target) ->
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited wi
th code 1. [C:\Users\Creation\Downloads\git\retdec-vs\build\deps\yaramod\yaramod-project.vcxproj]
0 Warning(s)
216 Error(s)
Time Elapsed 00:00:07.13
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 9/20/2019 1:40:46 PM.
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\install.vcxproj" on node 1 (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\install.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\retdec-vs\b
uild\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
InitializeBuildStatus:
Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ZERO_CHECK.vcxproj" (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\install.vcxproj" (1) is building "C:\Users\Creation\Downloads\git\retdec-vs\b
uild\ALL_BUILD.vcxproj" (3) on node 1 (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\Creation\Downloads\git\retdec-vs
\build\deps\capstone\capstone-project.vcxproj" (4) on node 1 (default targets).
InitializeBuildStatus:
Creating "x64\Release\capstone-project\capstone-project.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
FinalizeBuildStatus:
Deleting file "x64\Release\capstone-project\capstone-project.tlog\unsuccessfulbuild".
Touching "x64\Release\capstone-project\capstone-project.tlog\capstone-project.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\capstone\capstone-project.vcxproj" (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\Creation\Downloads\git\retdec-vs
\build\deps\elfio\elfio-project.vcxproj" (5) on node 1 (default targets).
InitializeBuildStatus:
Creating "x64\Release\elfio-project\elfio-project.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
FinalizeBuildStatus:
Deleting file "x64\Release\elfio-project\elfio-project.tlog\unsuccessfulbuild".
Touching "x64\Release\elfio-project\elfio-project.tlog\elfio-project.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\elfio\elfio-project.vcxproj" (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\Creation\Downloads\git\retdec-vs
\build\deps\jsoncpp\jsoncpp-project.vcxproj" (6) on node 1 (default targets).
InitializeBuildStatus:
Creating "x64\Release\jsoncpp-project\jsoncpp-project.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
FinalizeBuildStatus:
Deleting file "x64\Release\jsoncpp-project\jsoncpp-project.tlog\unsuccessfulbuild".
Touching "x64\Release\jsoncpp-project\jsoncpp-project.tlog\jsoncpp-project.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\jsoncpp\jsoncpp-project.vcxproj" (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\Creation\Downloads\git\retdec-vs
\build\deps\libdwarf\libdwarf-project.vcxproj" (7) on node 1 (default targets).
InitializeBuildStatus:
Creating "x64\Release\libdwarf-project\libdwarf-project.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
FinalizeBuildStatus:
Deleting file "x64\Release\libdwarf-project\libdwarf-project.tlog\unsuccessfulbuild".
Touching "x64\Release\libdwarf-project\libdwarf-project.tlog\libdwarf-project.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\libdwarf\libdwarf-project.vcxproj" (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\Creation\Downloads\git\retdec-vs
\build\deps\llvm\llvm-project.vcxproj" (8) on node 1 (default targets).
InitializeBuildStatus:
Creating "x64\Release\llvm-project\llvm-project.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
FinalizeBuildStatus:
Deleting file "x64\Release\llvm-project\llvm-project.tlog\unsuccessfulbuild".
Touching "x64\Release\llvm-project\llvm-project.tlog\llvm-project.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\llvm\llvm-project.vcxproj" (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\Creation\Downloads\git\retdec-vs
\build\deps\pelib\pelib-project.vcxproj" (9) on node 1 (default targets).
InitializeBuildStatus:
Creating "x64\Release\pelib-project\pelib-project.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
FinalizeBuildStatus:
Deleting file "x64\Release\pelib-project\pelib-project.tlog\unsuccessfulbuild".
Touching "x64\Release\pelib-project\pelib-project.tlog\pelib-project.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\pelib\pelib-project.vcxproj" (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\Creation\Downloads\git\retdec-vs
\build\deps\rapidjson\rapidjson-project.vcxproj" (10) on node 1 (default targets).
InitializeBuildStatus:
Creating "x64\Release\rapidjson-project\rapidjso.45EA8334.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
FinalizeBuildStatus:
Deleting file "x64\Release\rapidjson-project\rapidjso.45EA8334.tlog\unsuccessfulbuild".
Touching "x64\Release\rapidjson-project\rapidjso.45EA8334.tlog\rapidjson-project.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\rapidjson\rapidjson-project.vcxproj" (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\Creation\Downloads\git\retdec-vs
\build\src\ar-extractor\retdec-ar-extractor.vcxproj" (11) on node 1 (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\ar-extractor\retdec-ar-extractor.vcxproj" (11) is building "C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\utils\retdec-utils.vcxproj" (12) on node 1 (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\utils\retdec-utils.vcxproj" (12) is building "C:\Users\Creation\Downloads
\git\retdec-vs\build\deps\whereami\whereami.vcxproj" (13) on node 1 (default targets).
InitializeBuildStatus:
Creating "whereami.dir\Release\whereami.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
whereami.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\deps\whereami\Release\whereami.lib
FinalizeBuildStatus:
Deleting file "whereami.dir\Release\whereami.tlog\unsuccessfulbuild".
Touching "whereami.dir\Release\whereami.tlog\whereami.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\whereami\whereami.vcxproj" (default targets).
InitializeBuildStatus:
Creating "retdec-utils.dir\Release\retdec-utils.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
retdec-utils.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\utils\Release\retdec-utils.lib
FinalizeBuildStatus:
Deleting file "retdec-utils.dir\Release\retdec-utils.tlog\unsuccessfulbuild".
Touching "retdec-utils.dir\Release\retdec-utils.tlog\retdec-utils.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\utils\retdec-utils.vcxproj" (default targets).
InitializeBuildStatus:
Creating "retdec-ar-extractor.dir\Release\retdec-a.46A30D03.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
retdec-ar-extractor.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\ar-extractor\Release\retdec-ar-extractor.lib
FinalizeBuildStatus:
Deleting file "retdec-ar-extractor.dir\Release\retdec-a.46A30D03.tlog\unsuccessfulbuild".
Touching "retdec-ar-extractor.dir\Release\retdec-a.46A30D03.tlog\retdec-ar-extractor.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\ar-extractor\retdec-ar-extractor.vcxproj" (default targets)
.
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\Creation\Downloads\git\retdec-vs
\build\src\ar-extractortool\retdec-ar-extractortool.vcxproj" (14) on node 1 (default targets).
InitializeBuildStatus:
Creating "retdec-ar-extractortool.dir\Release\retdec-a.B7A59C5C.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Link:
All outputs are up-to-date.
retdec-ar-extractortool.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\ar-extractortool\Release\retdec-ar-extractor.
exe
FinalizeBuildStatus:
Deleting file "retdec-ar-extractortool.dir\Release\retdec-a.B7A59C5C.tlog\unsuccessfulbuild".
Touching "retdec-ar-extractortool.dir\Release\retdec-a.B7A59C5C.tlog\retdec-ar-extractortool.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\ar-extractortool\retdec-ar-extractortool.vcxproj" (default
targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\Creation\Downloads\git\retdec-vs
\build\src\bin2llvmir\retdec-bin2llvmir.vcxproj" (15) on node 1 (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmir\retdec-bin2llvmir.vcxproj" (15) is building "C:\Users\Creation
\Downloads\git\retdec-vs\build\src\capstone2llvmir\retdec-capstone2llvmir.vcxproj" (16) on node 1 (default targets).
InitializeBuildStatus:
Creating "retdec-capstone2llvmir.dir\Release\retdec-c.7FAEF528.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
retdec-capstone2llvmir.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\capstone2llvmir\Release\retdec-capstone2llvmir
.lib
FinalizeBuildStatus:
Deleting file "retdec-capstone2llvmir.dir\Release\retdec-c.7FAEF528.tlog\unsuccessfulbuild".
Touching "retdec-capstone2llvmir.dir\Release\retdec-c.7FAEF528.tlog\retdec-capstone2llvmir.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\capstone2llvmir\retdec-capstone2llvmir.vcxproj" (default ta
rgets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmir\retdec-bin2llvmir.vcxproj" (15) is building "C:\Users\Creation
\Downloads\git\retdec-vs\build\src\config\retdec-config.vcxproj" (17) on node 1 (default targets).
InitializeBuildStatus:
Creating "retdec-config.dir\Release\retdec-config.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
retdec-config.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\config\Release\retdec-config.lib
FinalizeBuildStatus:
Deleting file "retdec-config.dir\Release\retdec-config.tlog\unsuccessfulbuild".
Touching "retdec-config.dir\Release\retdec-config.tlog\retdec-config.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\config\retdec-config.vcxproj" (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmir\retdec-bin2llvmir.vcxproj" (15) is building "C:\Users\Creation
\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj" (18) on node 1 (default targets).
InitializeBuildStatus:
Touching "retdec-crypto.dir\Release\retdec-crypto.tlog\unsuccessfulbuild".
CustomBuild:
All outputs are up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\Users\Creation\Downloads\git\retdec-vs\include"
/I"C:\Users\Creation\Downloads\git\retdec-vs\deps" /I"C:\Users\Creation\Downloads\git\retdec-vs\deps\whereami" /I"C:\Users\Creation
\Downloads\git\retdec-vs\deps\variant\include" /IC:\devkitPro\msys2\usr\include /nologo /W0 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D ND
EBUG /D NOMINMAX /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"r
etdec-crypto.dir\Release\\" /Fd"retdec-crypto.dir\Release\retdec-crypto.pdb" /Gd /TP /errorReport:queue -std:c++14 "C:\Users\Creati
on\Downloads\git\retdec-vs\src\crypto\crc32.cpp" "C:\Users\Creation\Downloads\git\retdec-vs\src\crypto\crypto.cpp" "C:\Users\Creatio
n\Downloads\git\retdec-vs\src\crypto\hash_context.cpp"
crc32.cpp
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C2144: syntax error: '__int64' should be preceded by ';' [C:\Users\Creation\Dow
nloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C4430: missing type specifier - int assumed. Note: C++ does not support default
-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C2144: syntax error: 'unsigned __int64' should be preceded by ';' [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C4430: missing type specifier - int assumed. Note: C++ does not support default
-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(245): error C2039: 'nexttowardf': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(245): error C3861: 'nexttowardf': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(330): error C2039: 'fabsl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(330): error C3861: 'fabsl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(335): error C2039: 'acosl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(335): error C3861: 'acosl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(340): error C2039: 'acoshl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(340): error C3861: 'acoshl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(345): error C2039: 'asinl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(345): error C3861: 'asinl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(350): error C2039: 'asinhl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(350): error C3861: 'asinhl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(355): error C2039: 'atanl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(355): error C3861: 'atanl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(360): error C2039: 'atanhl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(360): error C3861: 'atanhl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(366): error C2039: 'atan2l': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(366): error C3861: 'atan2l': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(371): error C2039: 'cbrtl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(371): error C3861: 'cbrtl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(376): error C2039: 'ceill': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(376): error C3861: 'ceill': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(382): error C2039: 'copysignl': is not a member of '`global names
pace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(382): error C3861: 'copysignl': identifier not found [C:\Users\Cr
eation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(387): error C2039: 'cosl': is not a member of '`global namespace'
' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(387): error C3861: 'cosl': identifier not found [C:\Users\Creatio
n\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(392): error C2039: 'coshl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(392): error C3861: 'coshl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(397): error C2039: 'erfl': is not a member of '`global namespace'
' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(397): error C3861: 'erfl': identifier not found [C:\Users\Creatio
n\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(402): error C2039: 'erfcl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(402): error C3861: 'erfcl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(407): error C2039: 'expl': is not a member of '`global namespace'
' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(407): error C3861: 'expl': identifier not found [C:\Users\Creatio
n\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(412): error C2039: 'exp2l': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(412): error C3861: 'exp2l': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(417): error C2039: 'expm1l': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(417): error C3861: 'expm1l': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(422): error C2039: 'fabsl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(422): error C3861: 'fabsl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(428): error C2039: 'fdiml': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(428): error C3861: 'fdiml': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(433): error C2039: 'floorl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(433): error C3861: 'floorl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(439): error C2039: 'fmal': is not a member of '`global namespace'
' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(439): error C3861: 'fmal': identifier not found [C:\Users\Creatio
n\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(445): error C2039: 'fmaxl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(445): error C3861: 'fmaxl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(451): error C2039: 'fminl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(451): error C3861: 'fminl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(457): error C2039: 'fmodl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(457): error C3861: 'fmodl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(463): error C2039: 'frexpl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(463): error C3861: 'frexpl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(474): error C2039: 'ilogbl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(474): error C3861: 'ilogbl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(480): error C2039: 'ldexpl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(480): error C3861: 'ldexpl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(485): error C2039: 'lgammal': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(485): error C3861: 'lgammal': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(490): error C2039: 'llrintl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(490): error C3861: 'llrintl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(495): error C2039: 'llroundl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(495): error C3861: 'llroundl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(500): error C2039: 'logl': is not a member of '`global namespace'
' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(500): error C3861: 'logl': identifier not found [C:\Users\Creatio
n\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(505): error C2039: 'log10l': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(505): error C3861: 'log10l': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(510): error C2039: 'log1pl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(510): error C3861: 'log1pl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(515): error C2039: 'log2l': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(515): error C3861: 'log2l': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(520): error C2039: 'logbl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(520): error C3861: 'logbl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(525): error C2039: 'lrintl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(525): error C3861: 'lrintl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(530): error C2039: 'lroundl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(530): error C3861: 'lroundl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(536): error C2039: 'modfl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(536): error C3861: 'modfl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(541): error C2039: 'nearbyintl': is not a member of '`global name
space'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(541): error C3861: 'nearbyintl': identifier not found [C:\Users\C
reation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(547): error C2039: 'nextafterl': is not a member of '`global name
space'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(547): error C3861: 'nextafterl': identifier not found [C:\Users\C
reation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(553): error C2039: 'nexttowardl': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(553): error C3861: 'nexttowardl': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(559): error C2039: 'powl': is not a member of '`global namespace'
' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(559): error C3861: 'powl': identifier not found [C:\Users\Creatio
n\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(568): error C2039: 'powl': is not a member of '`global namespace'
' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(568): error C3861: 'powl': identifier not found [C:\Users\Creatio
n\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(574): error C2039: 'remainderl': is not a member of '`global name
space'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(574): error C3861: 'remainderl': identifier not found [C:\Users\C
reation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(580): error C2039: 'remquol': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(580): error C3861: 'remquol': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(585): error C2039: 'rintl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(585): error C3861: 'rintl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(590): error C2039: 'roundl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(590): error C3861: 'roundl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(596): error C2039: 'scalblnl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(596): fatal error C1003: error count exceeds 100; stopping compil
ation [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
crypto.cpp
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C2144: syntax error: '__int64' should be preceded by ';' [C:\Users\Creation\Dow
nloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C4430: missing type specifier - int assumed. Note: C++ does not support default
-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C2144: syntax error: 'unsigned __int64' should be preceded by ';' [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C4430: missing type specifier - int assumed. Note: C++ does not support default
-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(245): error C2039: 'nexttowardf': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(245): error C3861: 'nexttowardf': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(330): error C2039: 'fabsl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(330): error C3861: 'fabsl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(335): error C2039: 'acosl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(335): error C3861: 'acosl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(340): error C2039: 'acoshl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(340): error C3861: 'acoshl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(345): error C2039: 'asinl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(345): error C3861: 'asinl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(350): error C2039: 'asinhl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(350): error C3861: 'asinhl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(355): error C2039: 'atanl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(355): error C3861: 'atanl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(360): error C2039: 'atanhl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(360): error C3861: 'atanhl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(366): error C2039: 'atan2l': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(366): error C3861: 'atan2l': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(371): error C2039: 'cbrtl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(371): error C3861: 'cbrtl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(376): error C2039: 'ceill': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(376): error C3861: 'ceill': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(382): error C2039: 'copysignl': is not a member of '`global names
pace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(382): error C3861: 'copysignl': identifier not found [C:\Users\Cr
eation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(387): error C2039: 'cosl': is not a member of '`global namespace'
' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(387): error C3861: 'cosl': identifier not found [C:\Users\Creatio
n\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(392): error C2039: 'coshl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(392): error C3861: 'coshl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(397): error C2039: 'erfl': is not a member of '`global namespace'
' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(397): error C3861: 'erfl': identifier not found [C:\Users\Creatio
n\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(402): error C2039: 'erfcl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(402): error C3861: 'erfcl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(407): error C2039: 'expl': is not a member of '`global namespace'
' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(407): error C3861: 'expl': identifier not found [C:\Users\Creatio
n\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(412): error C2039: 'exp2l': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(412): error C3861: 'exp2l': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(417): error C2039: 'expm1l': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(417): error C3861: 'expm1l': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(422): error C2039: 'fabsl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(422): error C3861: 'fabsl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(428): error C2039: 'fdiml': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(428): error C3861: 'fdiml': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(433): error C2039: 'floorl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(433): error C3861: 'floorl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(439): error C2039: 'fmal': is not a member of '`global namespace'
' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(439): error C3861: 'fmal': identifier not found [C:\Users\Creatio
n\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(445): error C2039: 'fmaxl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(445): error C3861: 'fmaxl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(451): error C2039: 'fminl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(451): error C3861: 'fminl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(457): error C2039: 'fmodl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(457): error C3861: 'fmodl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(463): error C2039: 'frexpl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(463): error C3861: 'frexpl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(474): error C2039: 'ilogbl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(474): error C3861: 'ilogbl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(480): error C2039: 'ldexpl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(480): error C3861: 'ldexpl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(485): error C2039: 'lgammal': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(485): error C3861: 'lgammal': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(490): error C2039: 'llrintl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(490): error C3861: 'llrintl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(495): error C2039: 'llroundl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(495): error C3861: 'llroundl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(500): error C2039: 'logl': is not a member of '`global namespace'
' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(500): error C3861: 'logl': identifier not found [C:\Users\Creatio
n\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(505): error C2039: 'log10l': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(505): error C3861: 'log10l': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(510): error C2039: 'log1pl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(510): error C3861: 'log1pl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(515): error C2039: 'log2l': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(515): error C3861: 'log2l': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(520): error C2039: 'logbl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(520): error C3861: 'logbl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(525): error C2039: 'lrintl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(525): error C3861: 'lrintl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(530): error C2039: 'lroundl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(530): error C3861: 'lroundl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(536): error C2039: 'modfl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(536): error C3861: 'modfl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(541): error C2039: 'nearbyintl': is not a member of '`global name
space'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(541): error C3861: 'nearbyintl': identifier not found [C:\Users\C
reation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(547): error C2039: 'nextafterl': is not a member of '`global name
space'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(547): error C3861: 'nextafterl': identifier not found [C:\Users\C
reation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(553): error C2039: 'nexttowardl': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(553): error C3861: 'nexttowardl': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(559): error C2039: 'powl': is not a member of '`global namespace'
' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(559): error C3861: 'powl': identifier not found [C:\Users\Creatio
n\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(568): error C2039: 'powl': is not a member of '`global namespace'
' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(568): error C3861: 'powl': identifier not found [C:\Users\Creatio
n\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(574): error C2039: 'remainderl': is not a member of '`global name
space'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(574): error C3861: 'remainderl': identifier not found [C:\Users\C
reation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(580): error C2039: 'remquol': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(580): error C3861: 'remquol': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(585): error C2039: 'rintl': is not a member of '`global namespace
'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(585): error C3861: 'rintl': identifier not found [C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(590): error C2039: 'roundl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(590): error C3861: 'roundl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(596): error C2039: 'scalblnl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(596): fatal error C1003: error count exceeds 100; stopping compil
ation [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
hash_context.cpp
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C2144: syntax error: '__int64' should be preceded by ';' [C:\Users\Creation\Dow
nloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C4430: missing type specifier - int assumed. Note: C++ does not support default
-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C2144: syntax error: 'unsigned __int64' should be preceded by ';' [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C4430: missing type specifier - int assumed. Note: C++ does not support default
-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\strings.h(40): error C2371: 'size_t': redefinition; different basic types [C:\Users\Creation\Downloads\
git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Users\Creation\Downloads\git\retdec-vs\src\crypto\hash_context.cpp: note: see declaration of 'size_t'
C:\devkitPro\msys2\usr\include\wchar.h(86): error C2371: 'mbstate_t': redefinition; different basic types [C:\Users\Creation\Downloads
\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt.h(537): note: see declaration of 'mbstate_t'
C:\devkitPro\msys2\usr\include\sys/_intsup.h(68): fatal error C1189: #error: "Unable to determine type definition of intptr_t" [C:\Us
ers\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
Generating Code...
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj" (default targets) -- FAILED.
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmir\retdec-bin2llvmir.vcxproj" (15) is building "C:\Users\Creation
\Downloads\git\retdec-vs\build\src\ctypes\retdec-ctypes.vcxproj" (19) on node 1 (default targets).
InitializeBuildStatus:
Creating "retdec-ctypes.dir\Release\retdec-ctypes.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
retdec-ctypes.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\ctypes\Release\retdec-ctypes.lib
FinalizeBuildStatus:
Deleting file "retdec-ctypes.dir\Release\retdec-ctypes.tlog\unsuccessfulbuild".
Touching "retdec-ctypes.dir\Release\retdec-ctypes.tlog\retdec-ctypes.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\ctypes\retdec-ctypes.vcxproj" (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmir\retdec-bin2llvmir.vcxproj" (15) is building "C:\Users\Creation
\Downloads\git\retdec-vs\build\src\ctypesparser\retdec-ctypesparser.vcxproj" (20) on node 1 (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\ctypesparser\retdec-ctypesparser.vcxproj" (20) is building "C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\demangler\retdec-demangler.vcxproj" (21) on node 1 (default targets).
InitializeBuildStatus:
Creating "retdec-demangler.dir\Release\retdec-demangler.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
retdec-demangler.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\demangler\Release\retdec-demangler.lib
FinalizeBuildStatus:
Deleting file "retdec-demangler.dir\Release\retdec-demangler.tlog\unsuccessfulbuild".
Touching "retdec-demangler.dir\Release\retdec-demangler.tlog\retdec-demangler.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\demangler\retdec-demangler.vcxproj" (default targets).
InitializeBuildStatus:
Creating "retdec-ctypesparser.dir\Release\retdec-c.0639F77A.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
retdec-ctypesparser.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\ctypesparser\Release\retdec-ctypesparser.lib
FinalizeBuildStatus:
Deleting file "retdec-ctypesparser.dir\Release\retdec-c.0639F77A.tlog\unsuccessfulbuild".
Touching "retdec-ctypesparser.dir\Release\retdec-c.0639F77A.tlog\retdec-ctypesparser.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\ctypesparser\retdec-ctypesparser.vcxproj" (default targets)
.
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmir\retdec-bin2llvmir.vcxproj" (15) is building "C:\Users\Creation
\Downloads\git\retdec-vs\build\src\debugformat\retdec-debugformat.vcxproj" (22) on node 1 (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\debugformat\retdec-debugformat.vcxproj" (22) is building "C:\Users\Creati
on\Downloads\git\retdec-vs\build\src\pdbparser\retdec-pdbparser.vcxproj" (25) on node 1 (default targets).
InitializeBuildStatus:
Creating "retdec-pdbparser.dir\Release\retdec-pdbparser.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
retdec-pdbparser.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\pdbparser\Release\retdec-pdbparser.lib
FinalizeBuildStatus:
Deleting file "retdec-pdbparser.dir\Release\retdec-pdbparser.tlog\unsuccessfulbuild".
Touching "retdec-pdbparser.dir\Release\retdec-pdbparser.tlog\retdec-pdbparser.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\pdbparser\retdec-pdbparser.vcxproj" (default targets).
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\debugformat\retdec-debugformat.vcxproj" (default targets) -
- FAILED.
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmir\retdec-bin2llvmir.vcxproj" (15) is building "C:\Users\Creation
\Downloads\git\retdec-vs\build\src\llvm-support\retdec-llvm-support.vcxproj" (26) on node 1 (default targets).
InitializeBuildStatus:
Creating "retdec-llvm-support.dir\Release\retdec-l.149035EE.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
retdec-llvm-support.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\llvm-support\Release\retdec-llvm-support.lib
FinalizeBuildStatus:
Deleting file "retdec-llvm-support.dir\Release\retdec-l.149035EE.tlog\unsuccessfulbuild".
Touching "retdec-llvm-support.dir\Release\retdec-l.149035EE.tlog\retdec-llvm-support.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\llvm-support\retdec-llvm-support.vcxproj" (default targets)
.
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmir\retdec-bin2llvmir.vcxproj" (15) is building "C:\Users\Creation
\Downloads\git\retdec-vs\build\src\stacofin\retdec-stacofin.vcxproj" (29) on node 1 (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\stacofin\retdec-stacofin.vcxproj" (29) is building "C:\Users\Creation\Dow
nloads\git\retdec-vs\build\deps\yaracpp\yaracpp-project.vcxproj" (30) on node 1 (default targets).
InitializeBuildStatus:
Creating "x64\Release\yaracpp-project\yaracpp-project.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
FinalizeBuildStatus:
Deleting file "x64\Release\yaracpp-project\yaracpp-project.tlog\unsuccessfulbuild".
Touching "x64\Release\yaracpp-project\yaracpp-project.tlog\yaracpp-project.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\yaracpp\yaracpp-project.vcxproj" (default targets).
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\stacofin\retdec-stacofin.vcxproj" (default targets) -- FAIL
ED.
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmir\retdec-bin2llvmir.vcxproj" (default targets) --
FAILED.
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\Creation\Downloads\git\retdec-vs
\build\src\bin2pat\retdec-bin2pat.vcxproj" (32) on node 1 (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2pat\retdec-bin2pat.vcxproj" (32) is building "C:\Users\Creation\Downl
oads\git\retdec-vs\build\src\patterngen\retdec-patterngen.vcxproj" (33) on node 1 (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\patterngen\retdec-patterngen.vcxproj" (33) is building "C:\Users\Creation
\Downloads\git\retdec-vs\build\deps\yaramod\yaramod-project.vcxproj" (34) on node 1 (default targets).
InitializeBuildStatus:
Touching "x64\Release\yaramod-project\yaramod-project.tlog\unsuccessfulbuild".
CustomBuild:
Creating directories for 'yaramod-project'
Building Custom Rule C:/Users/Creation/Downloads/git/retdec-vs/deps/yaramod/CMakeLists.txt
CMake does not need to re-run because C:/Users/Creation/Downloads/git/retdec-vs/build/deps/yaramod/CMakeFiles/generate.stamp is up-t
o-date.
Performing download step (download, verify and extract) for 'yaramod-project'
-- yaramod-project download command succeeded. See also C:/Users/Creation/Downloads/git/retdec-vs/build/external/src/yaramod-projec
t-stamp/yaramod-project-download-*.log
No update step for 'yaramod-project'
No patch step for 'yaramod-project'
Performing configure step for 'yaramod-project'
-- yaramod-project configure command succeeded. See also C:/Users/Creation/Downloads/git/retdec-vs/build/external/src/yaramod-proje
ct-stamp/yaramod-project-configure-*.log
Performing build step for 'yaramod-project'
CMake Error at C:/Users/Creation/Downloads/git/retdec-vs/build/external/src/yaramod-project-stamp/yaramod-project-build-Release.cmak
e:16 (message):
Command failed: 1
'C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe'
'--build' '.' '--config' 'Release'
See also
C:/Users/Creation/Downloads/git/retdec-vs/build/external/src/yaramod-project-stamp/yaramod-project-build-*.log
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1
. [C:\Users\Creation\Downloads\git\retdec-vs\build\deps\yaramod\yaramod-project.vcxproj]
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\yaramod\yaramod-project.vcxproj" (default targets) -- FAIL
ED.
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\patterngen\retdec-patterngen.vcxproj" (default targets) --
FAILED.
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2pat\retdec-bin2pat.vcxproj" (default targets) -- FAILED
.
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\Creation\Downloads\git\retdec-vs
\build\src\configtool\retdec-configtool.vcxproj" (35) on node 1 (default targets).
InitializeBuildStatus:
Creating "retdec-configtool.dir\Release\retdec-c.FF84FDA8.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Link:
All outputs are up-to-date.
retdec-configtool.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\configtool\Release\retdec-config.exe
FinalizeBuildStatus:
Deleting file "retdec-configtool.dir\Release\retdec-c.FF84FDA8.tlog\unsuccessfulbuild".
Touching "retdec-configtool.dir\Release\retdec-c.FF84FDA8.tlog\retdec-configtool.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\configtool\retdec-configtool.vcxproj" (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\Creation\Downloads\git\retdec-vs
\build\src\cpdetect\retdec-cpdetect.vcxproj" (36) on node 1 (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\cpdetect\retdec-cpdetect.vcxproj" (36) is building "C:\Users\Creation\Dow
nloads\git\retdec-vs\build\deps\tinyxml2\tinyxml2-project.vcxproj" (37) on node 1 (default targets).
InitializeBuildStatus:
Creating "x64\Release\tinyxml2-project\tinyxml2-project.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
FinalizeBuildStatus:
Deleting file "x64\Release\tinyxml2-project\tinyxml2-project.tlog\unsuccessfulbuild".
Touching "x64\Release\tinyxml2-project\tinyxml2-project.tlog\tinyxml2-project.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\deps\tinyxml2\tinyxml2-project.vcxproj" (default targets).
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\cpdetect\retdec-cpdetect.vcxproj" (default targets) -- FAIL
ED.
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\Creation\Downloads\git\retdec-vs
\build\src\llvmir2hll\retdec-llvmir2hll.vcxproj" (41) on node 1 (default targets).
InitializeBuildStatus:
Creating "retdec-llvmir2hll.dir\Release\retdec-l.8F6E79C2.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
retdec-llvmir2hll.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\llvmir2hll\Release\retdec-llvmir2hll.lib
FinalizeBuildStatus:
Deleting file "retdec-llvmir2hll.dir\Release\retdec-l.8F6E79C2.tlog\unsuccessfulbuild".
Touching "retdec-llvmir2hll.dir\Release\retdec-l.8F6E79C2.tlog\retdec-llvmir2hll.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\llvmir2hll\retdec-llvmir2hll.vcxproj" (default targets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\Creation\Downloads\git\retdec-vs
\build\src\llvmir2hlltool\retdec-llvmir2hlltool.vcxproj" (42) on node 1 (default targets).
InitializeBuildStatus:
Creating "retdec-llvmir2hlltool.dir\Release\retdec-l.7E7F8129.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Link:
All outputs are up-to-date.
retdec-llvmir2hlltool.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\llvmir2hlltool\Release\retdec-llvmir2hll.exe
FinalizeBuildStatus:
Deleting file "retdec-llvmir2hlltool.dir\Release\retdec-l.7E7F8129.tlog\unsuccessfulbuild".
Touching "retdec-llvmir2hlltool.dir\Release\retdec-l.7E7F8129.tlog\retdec-llvmir2hlltool.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\llvmir2hlltool\retdec-llvmir2hlltool.vcxproj" (default targ
ets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\Creation\Downloads\git\retdec-vs
\build\src\macho-extractor\retdec-macho-extractor.vcxproj" (43) on node 1 (default targets).
InitializeBuildStatus:
Creating "retdec-macho-extractor.dir\Release\retdec-m.D32976DF.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
retdec-macho-extractor.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\macho-extractor\Release\retdec-macho-extractor
.lib
FinalizeBuildStatus:
Deleting file "retdec-macho-extractor.dir\Release\retdec-m.D32976DF.tlog\unsuccessfulbuild".
Touching "retdec-macho-extractor.dir\Release\retdec-m.D32976DF.tlog\retdec-macho-extractor.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\macho-extractor\retdec-macho-extractor.vcxproj" (default ta
rgets).
Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\Creation\Downloads\git\retdec-vs
\build\src\macho-extractortool\retdec-macho-extractortool.vcxproj" (44) on node 1 (default targets).
InitializeBuildStatus:
Creating "retdec-macho-extractortool.dir\Release\retdec-m.7F229B83.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
All outputs are up-to-date.
ClCompile:
All outputs are up-to-date.
Link:
All outputs are up-to-date.
retdec-macho-extractortool.vcxproj -> C:\Users\Creation\Downloads\git\retdec-vs\build\src\macho-extractortool\Release\retdec-macho-e
xtractor.exe
FinalizeBuildStatus:
Deleting file "retdec-macho-extractortool.dir\Release\retdec-m.7F229B83.tlog\unsuccessfulbuild".
Touching "retdec-macho-extractortool.dir\Release\retdec-m.7F229B83.tlog\retdec-macho-extractortool.lastbuildstate".
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\src\macho-extractortool\retdec-macho-extractortool.vcxproj" (de
fault targets).
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (default targets) -- FAILED.
Done Building Project "C:\Users\Creation\Downloads\git\retdec-vs\build\install.vcxproj" (default targets) -- FAILED.
Build FAILED.
"C:\Users\Creation\Downloads\git\retdec-vs\build\install.vcxproj" (default target) (1) ->
"C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (default target) (3) ->
"C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2llvmir\retdec-bin2llvmir.vcxproj" (default target) (15) ->
"C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj" (default target) (18) ->
(ClCompile target) ->
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C2144: syntax error: '__int64' should be preceded by ';' [C:\Users\Creation\D
ownloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C4430: missing type specifier - int assumed. Note: C++ does not support defau
lt-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C2144: syntax error: 'unsigned __int64' should be preceded by ';' [C:\Users\C
reation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C4430: missing type specifier - int assumed. Note: C++ does not support defau
lt-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(245): error C2039: 'nexttowardf': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(245): error C3861: 'nexttowardf': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(330): error C2039: 'fabsl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(330): error C3861: 'fabsl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(335): error C2039: 'acosl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(335): error C3861: 'acosl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(340): error C2039: 'acoshl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(340): error C3861: 'acoshl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(345): error C2039: 'asinl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(345): error C3861: 'asinl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(350): error C2039: 'asinhl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(350): error C3861: 'asinhl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(355): error C2039: 'atanl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(355): error C3861: 'atanl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(360): error C2039: 'atanhl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(360): error C3861: 'atanhl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(366): error C2039: 'atan2l': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(366): error C3861: 'atan2l': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(371): error C2039: 'cbrtl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(371): error C3861: 'cbrtl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(376): error C2039: 'ceill': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(376): error C3861: 'ceill': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(382): error C2039: 'copysignl': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(382): error C3861: 'copysignl': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(387): error C2039: 'cosl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(387): error C3861: 'cosl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(392): error C2039: 'coshl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(392): error C3861: 'coshl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(397): error C2039: 'erfl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(397): error C3861: 'erfl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(402): error C2039: 'erfcl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(402): error C3861: 'erfcl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(407): error C2039: 'expl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(407): error C3861: 'expl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(412): error C2039: 'exp2l': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(412): error C3861: 'exp2l': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(417): error C2039: 'expm1l': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(417): error C3861: 'expm1l': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(422): error C2039: 'fabsl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(422): error C3861: 'fabsl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(428): error C2039: 'fdiml': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(428): error C3861: 'fdiml': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(433): error C2039: 'floorl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(433): error C3861: 'floorl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(439): error C2039: 'fmal': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(439): error C3861: 'fmal': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(445): error C2039: 'fmaxl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(445): error C3861: 'fmaxl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(451): error C2039: 'fminl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(451): error C3861: 'fminl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(457): error C2039: 'fmodl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(457): error C3861: 'fmodl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(463): error C2039: 'frexpl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(463): error C3861: 'frexpl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(474): error C2039: 'ilogbl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(474): error C3861: 'ilogbl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(480): error C2039: 'ldexpl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(480): error C3861: 'ldexpl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(485): error C2039: 'lgammal': is not a member of '`global names
pace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(485): error C3861: 'lgammal': identifier not found [C:\Users\Cr
eation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(490): error C2039: 'llrintl': is not a member of '`global names
pace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(490): error C3861: 'llrintl': identifier not found [C:\Users\Cr
eation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(495): error C2039: 'llroundl': is not a member of '`global name
space'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(495): error C3861: 'llroundl': identifier not found [C:\Users\C
reation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(500): error C2039: 'logl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(500): error C3861: 'logl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(505): error C2039: 'log10l': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(505): error C3861: 'log10l': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(510): error C2039: 'log1pl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(510): error C3861: 'log1pl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(515): error C2039: 'log2l': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(515): error C3861: 'log2l': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(520): error C2039: 'logbl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(520): error C3861: 'logbl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(525): error C2039: 'lrintl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(525): error C3861: 'lrintl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(530): error C2039: 'lroundl': is not a member of '`global names
pace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(530): error C3861: 'lroundl': identifier not found [C:\Users\Cr
eation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(536): error C2039: 'modfl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(536): error C3861: 'modfl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(541): error C2039: 'nearbyintl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(541): error C3861: 'nearbyintl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(547): error C2039: 'nextafterl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(547): error C3861: 'nextafterl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(553): error C2039: 'nexttowardl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(553): error C3861: 'nexttowardl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(559): error C2039: 'powl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(559): error C3861: 'powl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(568): error C2039: 'powl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(568): error C3861: 'powl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(574): error C2039: 'remainderl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(574): error C3861: 'remainderl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(580): error C2039: 'remquol': is not a member of '`global names
pace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(580): error C3861: 'remquol': identifier not found [C:\Users\Cr
eation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(585): error C2039: 'rintl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(585): error C3861: 'rintl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(590): error C2039: 'roundl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(590): error C3861: 'roundl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(596): error C2039: 'scalblnl': is not a member of '`global name
space'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(596): fatal error C1003: error count exceeds 100; stopping comp
ilation [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C2144: syntax error: '__int64' should be preceded by ';' [C:\Users\Creation\D
ownloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C4430: missing type specifier - int assumed. Note: C++ does not support defau
lt-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C2144: syntax error: 'unsigned __int64' should be preceded by ';' [C:\Users\C
reation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C4430: missing type specifier - int assumed. Note: C++ does not support defau
lt-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(245): error C2039: 'nexttowardf': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(245): error C3861: 'nexttowardf': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(330): error C2039: 'fabsl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(330): error C3861: 'fabsl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(335): error C2039: 'acosl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(335): error C3861: 'acosl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(340): error C2039: 'acoshl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(340): error C3861: 'acoshl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(345): error C2039: 'asinl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(345): error C3861: 'asinl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(350): error C2039: 'asinhl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(350): error C3861: 'asinhl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(355): error C2039: 'atanl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(355): error C3861: 'atanl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(360): error C2039: 'atanhl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(360): error C3861: 'atanhl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(366): error C2039: 'atan2l': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(366): error C3861: 'atan2l': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(371): error C2039: 'cbrtl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(371): error C3861: 'cbrtl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(376): error C2039: 'ceill': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(376): error C3861: 'ceill': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(382): error C2039: 'copysignl': is not a member of '`global nam
espace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(382): error C3861: 'copysignl': identifier not found [C:\Users\
Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(387): error C2039: 'cosl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(387): error C3861: 'cosl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(392): error C2039: 'coshl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(392): error C3861: 'coshl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(397): error C2039: 'erfl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(397): error C3861: 'erfl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(402): error C2039: 'erfcl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(402): error C3861: 'erfcl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(407): error C2039: 'expl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(407): error C3861: 'expl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(412): error C2039: 'exp2l': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(412): error C3861: 'exp2l': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(417): error C2039: 'expm1l': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(417): error C3861: 'expm1l': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(422): error C2039: 'fabsl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(422): error C3861: 'fabsl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(428): error C2039: 'fdiml': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(428): error C3861: 'fdiml': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(433): error C2039: 'floorl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(433): error C3861: 'floorl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(439): error C2039: 'fmal': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(439): error C3861: 'fmal': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(445): error C2039: 'fmaxl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(445): error C3861: 'fmaxl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(451): error C2039: 'fminl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(451): error C3861: 'fminl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(457): error C2039: 'fmodl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(457): error C3861: 'fmodl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(463): error C2039: 'frexpl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(463): error C3861: 'frexpl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(474): error C2039: 'ilogbl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(474): error C3861: 'ilogbl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(480): error C2039: 'ldexpl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(480): error C3861: 'ldexpl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(485): error C2039: 'lgammal': is not a member of '`global names
pace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(485): error C3861: 'lgammal': identifier not found [C:\Users\Cr
eation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(490): error C2039: 'llrintl': is not a member of '`global names
pace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(490): error C3861: 'llrintl': identifier not found [C:\Users\Cr
eation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(495): error C2039: 'llroundl': is not a member of '`global name
space'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(495): error C3861: 'llroundl': identifier not found [C:\Users\C
reation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(500): error C2039: 'logl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(500): error C3861: 'logl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(505): error C2039: 'log10l': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(505): error C3861: 'log10l': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(510): error C2039: 'log1pl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(510): error C3861: 'log1pl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(515): error C2039: 'log2l': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(515): error C3861: 'log2l': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(520): error C2039: 'logbl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(520): error C3861: 'logbl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(525): error C2039: 'lrintl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(525): error C3861: 'lrintl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(530): error C2039: 'lroundl': is not a member of '`global names
pace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(530): error C3861: 'lroundl': identifier not found [C:\Users\Cr
eation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(536): error C2039: 'modfl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(536): error C3861: 'modfl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(541): error C2039: 'nearbyintl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(541): error C3861: 'nearbyintl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(547): error C2039: 'nextafterl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(547): error C3861: 'nextafterl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(553): error C2039: 'nexttowardl': is not a member of '`global n
amespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(553): error C3861: 'nexttowardl': identifier not found [C:\User
s\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(559): error C2039: 'powl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(559): error C3861: 'powl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(568): error C2039: 'powl': is not a member of '`global namespac
e'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(568): error C3861: 'powl': identifier not found [C:\Users\Creat
ion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(574): error C2039: 'remainderl': is not a member of '`global na
mespace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(574): error C3861: 'remainderl': identifier not found [C:\Users
\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(580): error C2039: 'remquol': is not a member of '`global names
pace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(580): error C3861: 'remquol': identifier not found [C:\Users\Cr
eation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(585): error C2039: 'rintl': is not a member of '`global namespa
ce'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(585): error C3861: 'rintl': identifier not found [C:\Users\Crea
tion\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(590): error C2039: 'roundl': is not a member of '`global namesp
ace'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(590): error C3861: 'roundl': identifier not found [C:\Users\Cre
ation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(596): error C2039: 'scalblnl': is not a member of '`global name
space'' [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\cmath(596): fatal error C1003: error count exceeds 100; stopping comp
ilation [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C2144: syntax error: '__int64' should be preceded by ';' [C:\Users\Creation\D
ownloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/_types.h(94): error C4430: missing type specifier - int assumed. Note: C++ does not support defau
lt-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C2144: syntax error: 'unsigned __int64' should be preceded by ';' [C:\Users\C
reation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/reent.h(647): error C4430: missing type specifier - int assumed. Note: C++ does not support defau
lt-int [C:\Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\strings.h(40): error C2371: 'size_t': redefinition; different basic types [C:\Users\Creation\Download
s\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\wchar.h(86): error C2371: 'mbstate_t': redefinition; different basic types [C:\Users\Creation\Downloa
ds\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
C:\devkitPro\msys2\usr\include\sys/_intsup.h(68): fatal error C1189: #error: "Unable to determine type definition of intptr_t" [C:\
Users\Creation\Downloads\git\retdec-vs\build\src\crypto\retdec-crypto.vcxproj]
"C:\Users\Creation\Downloads\git\retdec-vs\build\install.vcxproj" (default target) (1) ->
"C:\Users\Creation\Downloads\git\retdec-vs\build\ALL_BUILD.vcxproj" (default target) (3) ->
"C:\Users\Creation\Downloads\git\retdec-vs\build\src\bin2pat\retdec-bin2pat.vcxproj" (default target) (32) ->
"C:\Users\Creation\Downloads\git\retdec-vs\build\src\patterngen\retdec-patterngen.vcxproj" (default target) (33) ->
"C:\Users\Creation\Downloads\git\retdec-vs\build\deps\yaramod\yaramod-project.vcxproj" (default target) (34) ->
(CustomBuild target) ->
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code
1. [C:\Users\Creation\Downloads\git\retdec-vs\build\deps\yaramod\yaramod-project.vcxproj]
0 Warning(s)
216 Error(s)
Time Elapsed 00:00:11.12
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Windows 10 Visual Studio CMake commands and the attached build output, then identify the first reproducible build-environment failure. Confirm the supported generator and configuration, and verify that configure, build, and install complete successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system, devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100