| | Re: pressing keys causes LDGLite to step
|
|
(...) libz.1.dylib is the shared libary for zip compression used by the PNG image format. I thought it came standard on OS X. Maybe that libpng is set to look for it in a non-standard (for OS X) place. I just built a version with libpng statically (...) (22 years ago, 21-Jun-02, to lugnet.cad.dev.mac)
|
|
| | Re: pressing keys causes LDGLite to step
|
|
(...) PNG works now! Please clarify for me, does having it statically linked still require that you install libpng? I gather that it does. Sometime, maybe this weekend, I hope to write up some new instructions on using ldglite on Mac OS X, to help (...) (22 years ago, 21-Jun-02, to lugnet.cad.dev.mac)
|
|
| | Re: pressing keys causes LDGLite to step
|
|
(...) No. Static linking means the PNG code from libpng is added to the ldglite executable. It should not search for libpng.dylib at runtime. However since zlib is dynamically linked, it will search for that at runtime. But it looks like that (...) (22 years ago, 21-Jun-02, to lugnet.cad.dev.mac)
|