× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Yep, just compiled it on my test partition, looks good so far.
FYI, the addendum mentioned compile issues at V5R3. Those issues still
exist at V5R4, so must change the target release to V5R2M0.

Specifically,
68 - CRTCMOD MODULE(QTEMP/ADLER32) SRCFILE(ZLIB/QCSRC)
OUTPUT('*PRINT') OPTIMIZE(10) DBGVIEW(*ALL) DEFINE('AS400'
'HAVE_MEMCPY' '__OS400__' BYFOUR) SYSIFCOPT(*IFS64IO) TGTRLS(*CURRENT)
ZLIB/QCSRC(ADLER32): CZM0188(30) Reserved name __OS400__ cannot be
defined as a macro name.
Module ADLER32 is not created because statement errors occurred.
The compilation failed.


Changing the target release makes the CZM0188 error severity 10
(warning) and allows compilation.
68 - CRTCMOD MODULE(QTEMP/ADLER32) SRCFILE(ZLIB/QCSRC)
OUTPUT('*PRINT') OPTIMIZE(10) DBGVIEW(*ALL) DEFINE('AS400'
'HAVE_MEMCPY' '__OS400__' BYFOUR) SYSIFCOPT(*IFS64IO) TGTRLS(V5R2M0)
ZLIB/QCSRC(ADLER32): CZM0188(10) Reserved name __OS400__ cannot be
defined as a macro name.
Warnings were issued during compilation.
Module ADLER32 was created in library QTEMP on 03/27/09 at 10:23:51.


--Loyd


-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Brian Johnson
Sent: Friday, March 27, 2009 10:17 AM
To: Midrange Systems Technical Discussion
Subject: Re: ZIP file save file extractor app design opinions requested

On Thu, Mar 26, 2009 at 2:14 PM, <lgoodbar@xxxxxxxxxxxxxx> wrote:

Thanks Brian, I may have these on the system. But ZIP still requires
QSH
to function, and that was my main issue. Not sure if I want to use RPG
or CL to interact with the shell.



The ZLIB package I am familiar with can be run as a QSH command, but
also
comes with a CL command called UNZIP. The package includes source code
and
a REXX program to compile everything.

http://homepage1.nifty.com/uzaemon


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.