compiling userauth (win32 w/libcurl)

These are old archives. They are kept for historic purposes only.
Post Reply
r3mbr4ndt
Posts: 29
Joined: Wed Mar 16, 2005 2:15 pm

compiling userauth (win32 w/libcurl)

Post by r3mbr4ndt »

I can't compile userauth with remote includes support. It compiles just fine if I don't set it to use libcurl.

The errors I get are:

Code: Select all

Creating library src/modules/userauth.lib and object src/modules/userauth.exp
userauth.obj : error LNK2019: unresolved external symbol _url_getfilename referenced in function _cb_test
userauth.obj : error LNK2019: unresolved external symbol _url_is_valid referenced in function _cb_test
userauth.obj : error LNK2019: unresolved external symbol _download_file_async referenced in function _download_authfile
userauth.obj : error LNK2019: unresolved external symbol _download_file referenced in function _download_authfile
src/modules/userauth.dll : fatal error LNK1120: 4 unresolved externals
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
I can compile Unreal just fine with openssl, libcurl+c-ares, zlib. Just can't get this module to work with curl :(

Help would be appreciated.
Post Reply