Hi there
i get this Error when Compiling with "wxUSE_WEBREQUEST_CURL 1"
In file included from ../src/common/webrequest.cpp:39: ../include/wx/private/webrequest_curl.h:22:10: fatal error: curl/curl.h: No such file or directory 22 | #include "curl/curl.h" | ^~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:27575: netlib_webrequest.o] Error 1
curl.h doesn't exist in Archive .zip & .7z
*Latest Stable Release: 3.2.2.1 / Windows ZIP
/ Windows 7z
Maybe i have to add it manually?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
This option is mostly for Unix systems, where libcurl is either already installed or can be easily installed using the package manager (and its availability is checked by configurel.
Under Windows you need to install and make it available yourself if you really want to user it there.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Closed #23783 as completed.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.