__cdecl httplib::Client link errors when linking llama.dll #18036
ClosetGeek-Git
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm playing with linking llama.cpp and having some issues. Any time I use any 'common_*' functions I get a link error about unresolved external symbols related to httplib
Example
common.lib(download.cpp.obj) : error LNK2001: unresolved external symbol "public: void __cdecl httplib::Client::set_read_timeout(__int64,__int64)" (?set_read_timeout@Client@httplib@@QEAAX_J0@Z)I'm on windows, visual studio 2022, using the latest release of llama.cpp. compiled llama.cpp using the instructions in the documentation without any change
Beta Was this translation helpful? Give feedback.
All reactions