Does somebody know what I'm doing wrong? <https://...
# kotlin-native
m
Does somebody know what I'm doing wrong? https://youtrack.jetbrains.com/issue/KT-49558 The main Problem for me is the:
LDAP *ld
and then
ldap_initialize(&ld, ...
ldap_set_option(ld, ...
How to properly implement this? Thanks!
r
That's a compiler bug by the looks of it, I doubt you're doing anything wrong. You can try comment out parts to figure out what breaks it, and then reword that part, but your best bet is getting help on the youtrack ticket