差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| windows:avast [2020/09/11 17:04] – ともやん | windows:avast [2021/12/22 14:00] (現在) – [Avast Software Analyzer が高負荷な場合] ともやん | ||
|---|---|---|---|
| 行 207: | 行 207: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | ===== トラブルシューティング ===== | ||
| + | |||
| + | ==== Avast Software Analyzer が高負荷な場合 ==== | ||
| + | {{windows: | ||
| + | {{windows: | ||
| + | Avast を最新の状態に更新してみると改善されることがある🤤\\ | ||
| ===== Avast Software の AVG Technologies 買収 ===== | ===== Avast Software の AVG Technologies 買収 ===== | ||
| 行 255: | 行 262: | ||
| > cmake --build . --config Release --target install | > cmake --build . --config Release --target install | ||
| </ | </ | ||
| + | |||
| + | === CMake Error at ... Could NOT find OpenSSL が発生する場合 === | ||
| + | <WRAP prewrap 100% # | ||
| + | < | ||
| + | > cmake .. -DCMAKE_INSTALL_PREFIX=" | ||
| + | -- 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)/ | ||
| + | -- Check for working C compiler: C:/Program Files (x86)/ | ||
| + | -- 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)/ | ||
| + | -- Check for working CXX compiler: C:/Program Files (x86)/ | ||
| + | -- Detecting CXX compiler ABI info | ||
| + | -- Detecting CXX compiler ABI info - done | ||
| + | -- Detecting CXX compile features | ||
| + | -- Detecting CXX compile features - done | ||
| + | -- Setting build type to ' | ||
| + | -- Found PythonInterp: | ||
| + | -- 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)/ | ||
| + | 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 " | ||
| + | Call Stack (most recent call first): | ||
| + | C:/Program Files (x86)/ | ||
| + | C:/Program Files (x86)/ | ||
| + | src/ | ||
| + | |||
| + | |||
| + | -- Configuring incomplete, errors occurred! | ||
| + | See also " | ||
| + | See also " | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | **RetDec** のビルド要件にあるように **OpenSSL** ライブラリが必要である。[[windows: | ||
| + | |||
| === error MSB6006 が発生する場合 === | === error MSB6006 が発生する場合 === | ||