right, on mac I do have curl installed, and it seems to include it in the build. The
ld
call breaks after I include the (correct afaik) dependency to the ktor client-engine
Etienne
02/25/2020, 2:50 PM
It could very well be something wrong with the version of curl on my system, I guess my next step will be to build my own
curl
and point to that.
Etienne
02/25/2020, 2:51 PM
I’m mostly perplexed at
ld
giving me nothing to work with, error message wise.
Etienne
02/25/2020, 2:51 PM
I’ll share what I find, thanks for the hints 🙂
j
jk2018
02/25/2020, 7:12 PM
sorry I couldn't be of more help... But I can agree that the error messages are not too helpful. They seem to assume that you know what you need to do 🙂
e
Etienne
02/27/2020, 3:09 PM
Little update, I got my
io.ktor:ktor-client-curl
mac executable to work.
For folks who might run into the same issue, my fix was to add