jk2018
02/24/2020, 10:32 PMEtienne
02/25/2020, 2:50 PMld call breaks after I include the (correct afaik) dependency to the ktor client-engineEtienne
02/25/2020, 2:50 PMcurl and point to that.Etienne
02/25/2020, 2:51 PMld giving me nothing to work with, error message wise.Etienne
02/25/2020, 2:51 PMjk2018
02/25/2020, 7:12 PMEtienne
02/27/2020, 3:09 PMio.ktor:ktor-client-curl mac executable to work.
For folks who might run into the same issue, my fix was to add linkerOpts("-liconv") via macosX64.binaries.executable.linkerOpts("-liconv").Etienne
02/27/2020, 3:12 PMld error messages do show up when using an “older” setup (with kotlin 1.3.61 and ktor 1.3.1)
ld was erroring out without any feedback on kotlin 1.3.70-eap-274 with ktor 1.3.0-rc3-1.3.70-eap-42.
If anyone can point me in the right direction, I’d be happy to file an issue.