Closed michaelrsweet closed 19 years ago
CUPS.org User: changwm.hk1.ibm
Cannot compile ESP Ghostscript 7.07.1 on AIX 5.1
CUPS.org User: mike
I suspect this is an issue with the newer zlib sources moving around; try the latest 1.1.x zlib sources for now.
Will look into this for the next patch release of ESP Ghostscript.
CUPS.org User: changwm.hk1.ibm
Thanks for your response. You are correct. I use a previous version of zlib V1.1.4. Now it does not complain about
Thanks & Best Regards, Raymond
CUPS.org User: mike
OK, so are you all set or are the messages you listed new errors?
CUPS.org User: changwm.hk1.ibm
there are new errors
Apart from those mentioned in the last message, still have some like as below.
"./src/szlibc.c", line 32.1: 1506-343 (S) Redeclaration of st_zlib_state differs from previous declaration on line 45 of "./src/szlibx.h". "./src/szlibc.c", line 32.1: 1506-382 (I) The type "struct gs_memory_struct_type _s" of identifier st_zlib_state differs from previous type "const struct gs_memo ry_struct_type_s".
Thanks
CUPS.org User: mike
OK, looks like a problem with the macro mess that they use... Try editing src/stdpre.h and change the second definition of "private_" to be /* */ like the first one.
CUPS.org User: mike
This STR has not been updated by the submitter for two or more weeks and has been closed as required by the CUPS Configuration Management Plan. If the issue still requires resolution, please re-submit a new STR.
Version: 7.07.1 CUPS.org User: changwm.hk1.ibm
When perfroming a "make" of ESP Ghostscript 7.07.1 on AIX 5.1, it complains "cannot find a rule to create target zlib/infblock.c from dependencies" and stops.
Software version:
The command I used for configure was "configure --prefix=/usr/local/espgs --exec-prefix=/usr/local/espgs --with-ijfs --with-x"
The command I used for make was "make"