GauthamBanasandra commented on PR #4538:
URL: https://github.com/apache/hadoop/pull/4538#issuecomment-1186148893
@iwasakims I'm able to verify it on my Windows system -
```
Performing C SOURCE FILE Test HAS_NEW_ENOUGH_OPENSSL succeeded with the
following output:
Change Dir:
H:/hadoop-hdfs-project/hadoop-hdfs-native-client/src/out/build/x64-Debug/CMakeFiles/CMakeTmp
Run Build Command(s):C:/Program Files (x86)/Microsoft Visual
Studio/2019/Enterprise/MSBuild/Current/Bin/MSBuild.exe cmTC_8aec5.vcxproj
/p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m &&
Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30139 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
src.c
cl /c /ID:\projects\openssl\openssl\include /Zi /W4 /WX-
/diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D _CRT_NONSTDC_NO_DEPRECATE
/D _CRT_SECURE_NO_WARNINGS /D WIN32_LEAN_AND_MEAN /D HAS_NEW_ENOUGH_OPENSSL /D
"CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MT /GS /fp:precise /Zc:wchar_t
/Zc:forScope /Zc:inline /Fo"cmTC_8aec5.dir\Debug\\"
/Fd"cmTC_8aec5.dir\Debug\vc142.pdb" /external:W4 /Gd /TC /wd4100 /wd4127
/errorReport:queue
"H:\hadoop-hdfs-project\hadoop-hdfs-native-client\src\out\build\x64-Debug\CMakeFiles\CMakeTmp\src.c"
H:\hadoop-hdfs-project\hadoop-hdfs-native-client\src\out\build\x64-Debug\CMakeFiles\CMakeTmp\src.c(2,42):
warning C4550: expression evaluates to a function which is missing an argument
list
[H:\hadoop-hdfs-project\hadoop-hdfs-native-client\src\out\build\x64-Debug\CMakeFiles\CMakeTmp\cmTC_8aec5.vcxproj]
cmTC_8aec5.vcxproj ->
H:\hadoop-hdfs-project\hadoop-hdfs-native-client\src\out\build\x64-Debug\CMakeFiles\CMakeTmp\Debug\cmTC_8aec5.exe
Source file was:
#include <openssl/evp.h>
int main(int argc, char **argv) { return !EVP_aes_256_ctr; }
```
[CMakeOutput.log](https://github.com/apache/hadoop/files/9125590/CMakeOutput.log)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]