Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libcurl included as external library outdated #131

Closed
cengique opened this issue Jan 19, 2025 · 1 comment
Closed

libcurl included as external library outdated #131

cengique opened this issue Jan 19, 2025 · 1 comment
Assignees
Labels

Comments

@cengique
Copy link
Member

Included version of libcurl is at 7.35.0 while Github actions provides a system version at 7.74:

In file included from external/restclient/../libcurl-7.35.0/curl/curl.h:33,
                 from external/restclient/restclient.cpp:18:
external/restclient/../libcurl-7.35.0/curl/curlver.h:29: warning: "LIBCURL_COPYRIGHT" redefined
   29 | #define LIBCURL_COPYRIGHT "1996 - 2014 Daniel Stenberg, <[email protected]>."
      | 
In file included from /usr/include/x86_64-linux-gnu/curl/curl.h:37,
                 from external/restclient/../../src/client/cl_curl.h:29,
                 from external/restclient/restclient.cpp:16:
/usr/include/x86_64-linux-gnu/curl/curlver.h:29: note: this is the location of the previous definition
   29 | #define LIBCURL_COPYRIGHT "1996 - 2020 Daniel Stenberg, <[email protected]>."
...

Proposed solution:

@cengique cengique added the bug label Jan 19, 2025
@cengique cengique self-assigned this Jan 19, 2025
@cengique
Copy link
Member Author

Fixed in #130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant