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

[Bug] Commit 72d5707d (v1.34.0) build error #1738

Closed
1 task done
sagasm opened this issue Jun 5, 2024 · 1 comment
Closed
1 task done

[Bug] Commit 72d5707d (v1.34.0) build error #1738

sagasm opened this issue Jun 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@sagasm
Copy link

sagasm commented Jun 5, 2024

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

  • Nightly or built from sources

Installation type

Portable

Additional context?

gcc v14.1.0

@sagasm sagasm added the bug Something isn't working label Jun 5, 2024
@sagasm
Copy link
Author

sagasm commented Jun 5, 2024

After i deleted D:\msys64\mingw64\lib\cmake\curl , the build succeded

@sagasm sagasm closed this as completed Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant