windows:avast

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
windows:avast [2020/09/11 17:04] ともやんwindows:avast [2021/12/22 14:00] (現在) – [Avast Software Analyzer が高負荷な場合] ともやん
行 207: 行 207:
 </code> </code>
 </WRAP> </WRAP>
 +
 +===== トラブルシューティング =====
 +
 +==== Avast Software Analyzer が高負荷な場合 ====
 +{{windows:avast_high_load_001.png?492|Avast Software Analyzer 高負荷 001}}\\
 +{{windows:avast_high_load_002.png?492|Avast Software Analyzer 高負荷 002}}\\
 +Avast を最新の状態に更新してみると改善されることがある🤤\\
  
 ===== Avast Software の AVG Technologies 買収 ===== ===== Avast Software の AVG Technologies 買収 =====
行 255: 行 262:
 > cmake --build . --config Release --target install > cmake --build . --config Release --target install
 </code> </code>
 +
 +=== CMake Error at ... Could NOT find OpenSSL が発生する場合 ===
 +<WRAP prewrap 100% #result_long>
 +<code>
 +> cmake .. -DCMAKE_INSTALL_PREFIX="C:\DevTools\retdec" -G"Visual Studio 16 2019"
 +-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.18363.
 +-- The C compiler identification is MSVC 19.27.29111.0
 +-- The CXX compiler identification is MSVC 19.27.29111.0
 +-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe
 +-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe - works
 +-- Detecting C compiler ABI info
 +-- Detecting C compiler ABI info - done
 +-- Detecting C compile features
 +-- Detecting C compile features - done
 +-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe
 +-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe - works
 +-- Detecting CXX compiler ABI info
 +-- Detecting CXX compiler ABI info - done
 +-- Detecting CXX compile features
 +-- Detecting CXX compile features - done
 +-- Setting build type to 'Release' as none was specified.
 +-- Found PythonInterp: C:/Users/nakayama/scoop/shims/python3.exe (found suitable version "3.8.5", minimum required is "3.4")
 +-- Capstone: using remote Capstone revision.
 +-- Looking for pthread.h
 +-- Looking for pthread.h - not found
 +-- Found Threads: TRUE
 +-- LLVM: using remote LLVM revision.
 +-- YARA: using remote YARA revision.
 +-- YaraMod: using remote YaraMod revision.
 +CMake Error at C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:164 (message):
 +  Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
 +  system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY
 +  OPENSSL_INCLUDE_DIR) (Required is at least version "1.0.1")
 +Call Stack (most recent call first):
 +  C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:445 (_FPHSA_FAILURE_MESSAGE)
 +  C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.17/Modules/FindOpenSSL.cmake:450 (find_package_handle_standard_args)
 +  src/fileformat/CMakeLists.txt:6 (find_package)
 +
 +
 +-- Configuring incomplete, errors occurred!
 +See also "D:/My_Projects/retdec/build/CMakeFiles/CMakeOutput.log".
 +See also "D:/My_Projects/retdec/build/CMakeFiles/CMakeError.log".
 +</code>
 +</WRAP>
 +
 +**RetDec** のビルド要件にあるように **OpenSSL** ライブラリが必要である。[[windows:visualstudio#vcpkg_コマンド|Visual Studio - Vcpkg コマンド]] でライブラリをインストールする。\\
 +
  
 === error MSB6006 が発生する場合 === === error MSB6006 が発生する場合 ===
  • windows/avast.1599811496.txt.gz
  • 最終更新: 2020/09/11 17:04
  • by ともやん