awslabs / awslabs/aws-lambda-cpp

Windows Command Line Build fails - can't find libcurl (which is installed and path set)

オープン
#127 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。