Has anyone had troubles linking libcurl in osx? I'...
# kotlin-native
j
Has anyone had troubles linking libcurl in osx? I'm trying to use the example but I can't make it compile it in clion, even though the cinterop worked nice and I see libcurl.klib in the gradle dependencies
d
Can I see your linking errors? I've had some linking issues with libcurl on Windows before.
j
No errors, it just doesn't compile or autocomplete in clion
d
Oh. Are you using the multi-platform project template?
It's the only way to get autocomple.
j
Nope, I didn't see it in clion, I used the csv parser and added things
d
Ah I see. You'll have to create a new Multiplatform project in an EAP version of CLion or IntelliJ. Then copy over your sources.
Which version of CLion are you using?
j
2018.1 but not eap, I'll download eap