#25780: uif2iso fails to build ---------------------------------+------------------------------------------ Reporter: bhadder@… | Owner: billitch@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: uif2iso ---------------------------------+------------------------------------------ Comment(by julio.lopez@…): If the compilation process includes {{{/opt/local/include/zlib.h}}}, then it fails to compile. This fails: {{{CFLAGS="-L/opt/local/lib" make CC=gcc CPATH="/opt/local/include" all}}} If it includes the system zlib.h in {{{/usr/include/zlib.h}}} then it succeeds. This works: {{{make CC=gcc all}}} The problem is that a type is defined in {{{Types.h}}}, which is included in the sources for the package, and the zlib port defines it as well in {{{/usr/include/zconf.h}}} which is included from {{{zlib.h}}} -- Ticket URL: <http://trac.macports.org/ticket/25780#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS