We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows
FAILED: libimhex.dll lib/libimhex/liblibimhex.dll.a (373): ld.lld: error: undefined symbol: __declspec(dllimport) curl_global_init (377): ld.lld: error: undefined symbol: __declspec(dllimport) curl_global_cleanup (381): ld.lld: error: undefined symbol: __declspec(dllimport) curl_easy_init (385): ld.lld: error: undefined symbol: __declspec(dllimport) curl_easy_cleanup (389): ld.lld: error: undefined symbol: __declspec(dllimport) curl_easy_setopt (398): ld.lld: error: undefined symbol: __declspec(dllimport) curl_slist_free_all (402): ld.lld: error: undefined symbol: __declspec(dllimport) curl_slist_append (408): ld.lld: error: undefined symbol: __declspec(dllimport) curl_easy_perform (412): ld.lld: error: undefined symbol: __declspec(dllimport) curl_easy_getinfo (418): ld.lld: error: undefined symbol: __declspec(dllimport) curl_easy_strerro
use instructions from https://github.com/WerWolv/ImHex/blob/master/dist/compiling/windows.md to build
0e757e5@master
Portable
gcc v14.1.0
The text was updated successfully, but these errors were encountered:
After i deleted D:\msys64\mingw64\lib\cmake\curl , the build succeded
Sorry, something went wrong.
No branches or pull requests
Operating System
Windows
What's the issue you encountered?
FAILED: libimhex.dll lib/libimhex/liblibimhex.dll.a
(373): ld.lld: error: undefined symbol: __declspec(dllimport) curl_global_init
(377): ld.lld: error: undefined symbol: __declspec(dllimport) curl_global_cleanup
(381): ld.lld: error: undefined symbol: __declspec(dllimport) curl_easy_init
(385): ld.lld: error: undefined symbol: __declspec(dllimport) curl_easy_cleanup
(389): ld.lld: error: undefined symbol: __declspec(dllimport) curl_easy_setopt
(398): ld.lld: error: undefined symbol: __declspec(dllimport) curl_slist_free_all
(402): ld.lld: error: undefined symbol: __declspec(dllimport) curl_slist_append
(408): ld.lld: error: undefined symbol: __declspec(dllimport) curl_easy_perform
(412): ld.lld: error: undefined symbol: __declspec(dllimport) curl_easy_getinfo
(418): ld.lld: error: undefined symbol: __declspec(dllimport) curl_easy_strerro
How can the issue be reproduced?
use instructions from https://github.com/WerWolv/ImHex/blob/master/dist/compiling/windows.md to build
ImHex Version
0e757e5@master
ImHex Build Type
Installation type
Portable
Additional context?
gcc v14.1.0
The text was updated successfully, but these errors were encountered: