awslabs / awslabs/aws-lambda-cpp
Windows Command Line Build fails - can't find libcurl (which is installed and path set)
- 主要言語
- C++
- スター
- 465
- フォーク
- 98
- 平均マージ
- 12時間 47分
- マージ済み PR(30日)
- 3
説明
I am trying to run cmake as per instructions, and I get:
```
CMake Error at C:/Program Files/CMake/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find CURL (missing: CURL_LIBRARY) (found version "7.79.1")
```
I have ensured curl is in the path, and tried to add all of the following to path:
```
C:\Program Files\curl-7.79.1-win64-mingw
C:\Program Files\curl-7.79.1-win64-mingw\bin
C:\Program Files\curl-7.79.1-win64-mingw\lib
C:\Program Files\curl-7.79.1-win64-mingw\include
```
And the same error persists
コントリビューションガイド
調査の方向性
CMake のビルド手順と Windows の依存関係のセットアップから始め、指定された curl パスを使って報告された FindPackageHandleStandardArgs エラーを再現します。Windows の CMake 構成で CURL のバージョンと CURL_LIBRARY の両方が見つかり、このエラーを越えて処理が進めば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cmake, cpp
- 領域
- build-system, operating-systems
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100