[mesa-users] pgstar won't store files

Jonathan Stott SJ jstottsj at gmail.com
Sun Apr 29 12:38:10 EDT 2012


Hi Craig,

I've had the same error (I'm on a Mac, but any OS with shared libraries will do).

The problem is you have multiple copies of the dynamic libpng in your system and you're compiling against one set of headers but linking at runtime against the library from a different version.  In my case, there was a copy (v1.2.x) in /usr/local/lib and a different version (v1.5.x) in /usr/X11/lib.  I deleted the older copy in /usr/local/lib, recompiled the executable because I'm paranoid, and everything has worked fine since.

Jonathan

On Apr 29, 2012, at 10:27 AM, Craig Stephen Lage wrote:

> All,
> 
> I loaded mesa star using the mesasdk.  Everything seems to be running fine, and with pgstar I can see  the windows on the screen.  However, when I try to store the pgstar output, I get the following error:
> 
> libpng warning: Application built with libpng-1.2.10 but running with 1.5.6
> PGPLOT /png: error in libpng while writing file pgstar_out/abund00021.png, plotting disabled
> 
> I haven't been able to figure out where the problem is.  Any advice would be appreciated.
> 
> Thanks,
> Craig Lage - NYU
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
> mesa-users mailing list
> mesa-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mesa-users





More information about the Mesa-users mailing list