You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Libiconv implementions define symbols such as iconv_open whereas others define libiconv_open.
Currently GNATColl-iconv use iconv_open style in binding support, for instance:
Hi, my configuration: macOS 13.6, Xcode 14.3, GNAT FSF 13.2 (from Alire).
libiconv-1.17 comes from GTK-OSX distribution.
I link GNATColl against this version to be compatible with GTKAda which is linked against GTK-OSX.
NB: it isn't the native macOS libiconv.
Some Libiconv implementions define symbols such as iconv_open whereas others define libiconv_open.
Currently GNATColl-iconv use iconv_open style in binding support, for instance:
As it was formerly explained in documentation:
But configure is no more present.
How can I use Libiconv library with libiconv_open style?
The text was updated successfully, but these errors were encountered: