-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Description
I did this
Compile 8.12.0 on IBM i V7R4M0 system, with SSL enabled. Got the following errors:
CZM1001: VLS_SCACHE__819.c, 367.23: CZM0304(10) No function prototype given for "realpath".
CZM1003: VLS_SCACHE__819.c, 367.21: CZM0196(30) Initialization between types "char*" and "int" is not allowed.
..
CZS0601: Module VLS_SCACHE is not created because statement errors occurred.
The issue is introduced by the following commit:
fa0ccd9
Here lib/vtls/vtls_scache.c was introduced, which uses _fullpath() on Windows and realpath() on all other platforms. IBMi system header, however, do not provide realpath() or its replacement.
I expected the following
Clean build
curl/libcurl version
8.12.0
operating system
OS400 V7R4M0