#24796: yorick-z: zlib, jpeg and png support for the Yorick language --------------------------------------+------------------------------------- Reporter: thibaut.paumard@… | Owner: ryandesign@… Type: submission | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: yorick-z --------------------------------------+------------------------------------- Changes (by ryandesign@…): * status: new => assigned * owner: macports-tickets@… => ryandesign@… Comment: On my Mac (with Snow Leopard) the configure script finds zlib but not png or jpeg: {{{ ================ begin yorick-z configuration ==================== updated ./Makefile Using /opt/local/lib/yorick/Make.cfg CC=/usr/bin/gcc-4.2 CFLAGS=-arch x86_64 LDFLAGS=-L/opt/local/lib -arch x86_64 zlib: found ZLIB_INC=-I/opt/local/lib ZLIB_LIB=-L/opt/local/lib -lz WARNING: --png=/opt/local/lib DID NOT WORK, IS IT BUILT? png: not found WARNING: --jpeg=/opt/local/lib DID NOT WORK, IS IT BUILT? jpeg: not found ================ yorick-z configuration completed ================ }}} These yorick configuration scripts are really peculiar. They want us to point these arguments at a "directory containing png.h and libpng.a (uninstalled)". We don't have such a directory. We have installed directories, where png.h is in ${prefix}/include and libpng.a is in ${prefix}/lib. These configure scripts may need some surgery before they'll function sensibly. -- Ticket URL: <http://trac.macports.org/ticket/24796#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS