View Ticket
Not logged in
Ticket Hash: 78f6da78117ca3438361a0ac9d8580efdc2a9a06
Title: Some functions fail to compile if ICONV not available
Status: Closed Type: Build_Problem
Severity: Severe Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2020-08-02 14:56:21
Version Found In: 4.3.0a
User Comments:
anonymous added on 2020-01-24 13:35:45:

fnct_ImportDBF uses load_dxf, which is not available if ICONV is not defined. Similar cases are fnct_ExportDBF, fnct_ImportSHP and fnct_ExportSHP. I've added at their beginning:

ifdef OMIT_ICONV
    sqlite3_result_null(context);
#else
... (original code) #endif


sandro added on 2020-08-02 14:56:21:
Fixed in version 5.0.0