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

CMAKE: try to fix curl #14711

Merged
merged 1 commit into from
Oct 5, 2023
Merged

CMAKE: try to fix curl #14711

merged 1 commit into from
Oct 5, 2023

Conversation

Megamouse
Copy link
Contributor

No description provided.

@Megamouse Megamouse added the Build and CI Anything related to the build process and continuous integration label Oct 5, 2023
@Megamouse Megamouse force-pushed the curl branch 2 times, most recently from 01e9e4f to c9f6554 Compare October 5, 2023 20:53
@Megamouse Megamouse merged commit 830b1a8 into RPCS3:master Oct 5, 2023
6 checks passed
@Megamouse Megamouse deleted the curl branch October 6, 2023 01:03
@oltolm
Copy link
Contributor

oltolm commented Oct 6, 2023

This change breaks the build that I fixed in another commit.

[build] C:\msys64\clang64\bin\clang.exe -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -DHAVE_CONFIG_H -DUNICODE -D_DEBUG -D_UNICODE -IC:/src/rpcs3/3rdparty/curl/curl/include -IE:/build-rpcs3-clang/3rdparty/curl/curl/lib/../include -IC:/src/rpcs3/3rdparty/curl/curl/lib/.. -IC:/src/rpcs3/3rdparty/curl/curl/lib/../include -IE:/build-rpcs3-clang/3rdparty/curl/curl/lib/.. -IC:/src/rpcs3/3rdparty/curl/curl/lib -IE:/build-rpcs3-clang/3rdparty/curl/curl/lib -Wextra -Wall -pedantic -Wbad-function-cast -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Wcast-align -Wdeclaration-after-statement -Wempty-body -Wendif-labels -Wfloat-equal -Wignored-qualifiers -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wstrict-prototypes -Wtype-limits -Wvla -Wshift-sign-overflow -Wshorten-64-to-32 -Wdouble-promotion -Wenum-conversion -Wunused-const-variable -Wcomma -Wmissing-variable-declarations -Wassign-enum -Wextra-semi-stmt -g -fvisibility=hidden -w -municode -MD -MT 3rdparty/curl/curl/lib/CMakeFiles/libcurl_object.dir/curl_ntlm_core.c.obj -MF 3rdparty\curl\curl\lib\CMakeFiles\libcurl_object.dir\curl_ntlm_core.c.obj.d -o 3rdparty/curl/curl/lib/CMakeFiles/libcurl_object.dir/curl_ntlm_core.c.obj -c C:/src/rpcs3/3rdparty/curl/curl/lib/curl_ntlm_core.c
[build] C:/src/rpcs3/3rdparty/curl/curl/lib/curl_ntlm_core.c:70:12: fatal error: 'wolfssl/options.h' file not found
[build]    70 | #  include <wolfssl/options.h>
[build]       |            ^~~~~~~~~~~~~~~~~~~
[build] 1 error generated.

@Megamouse
Copy link
Contributor Author

Feel free to make a win32 specific fix.
libcurl_object does not exist on other builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build and CI Anything related to the build process and continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants