| | Re: Copy of MacMegaPov 0.7 Jim DeVona
| | | (...) I see there is universal build of libpng 1.2.17 (URL) here>, but I have not tested it. From the installer notes: "Installs static (.a) and dynamic (.dylib) universal binaries of libpng, as provided by the official libpng reference release: (...) (17 years ago, 27-Jul-07, to lugnet.cad.dev.mac, FTX)
| | | | | | | | Re: Copy of MacMegaPov 0.7 Travis Cobbs
| | | | | (...) Thanks. I eventually figured out how to get it to build. The trick was to build the two versions separately (ppc and i386), and then use lipo to join them. Building for both architectures at once just gave an error that some of the gcc command (...) (17 years ago, 28-Jul-07, to lugnet.cad.dev.mac, FTX)
| | | | | | | | | | | | Re: Copy of MacMegaPov 0.7 Jim DeVona
| | | | | | (...) I dusted off my old G3, now a bone stock 10.4 system, and it runs fine (as it does on my MacBook). Jim (17 years ago, 28-Jul-07, to lugnet.cad.dev.mac, FTX)
| | | | | | | | | | | Re: Copy of MacMegaPov 0.7 Travis Cobbs
| | | | | (...) For reference, here is a script that builds a static univeral libpng library, and then copies it into /usr/local/lib with a u appended to the filename (libpng12u.a): (URL) In order for it to work, png.h has to be modified. In 1.2.18, line 497 (...) (17 years ago, 28-Jul-07, to lugnet.cad.dev.mac, FTX)
| | | | | | |