IBMiUnit does not build from the build script for a number of reasons.
- Arguments to iconv are invalid
/usr/bin/iconv -f IBM-037 -t ISO8859-2 is correct for the -t and -f arguments
- fully qualified path since the RPM for iconv-gnu has not yet been updated to incorporate recent fixes from the FSF supporting IBM-037 and most folks nowadays have /QOpenSys/pkgs/bin in their path ahead of /usr/bin
- Version should be something like
TGTRLS(V7R4M0) instead of 7.1
- Compilation from IFS broken
RNS9339: Unable to open file src/main/QRPGLESRC/IBMIUNIT.rpgle
- Copy stream file to library fails unless pathing fully qualified.
- Compilation from source physical file fails.
IBMiUnit does not build from the build script for a number of reasons.
/usr/bin/iconv -f IBM-037 -t ISO8859-2is correct for the -t and -f argumentsTGTRLS(V7R4M0)instead of 7.1RNS9339: Unable to open file src/main/QRPGLESRC/IBMIUNIT.rpgle