Ace of Penguins

Issues related to applications and software problems
Post Reply
jonathonpop
Posts: 1
Joined: 2014/11/17 02:43:46

Ace of Penguins

Post by jonathonpop » 2014/11/17 02:54:12

Hi, i am have been trying to build ace of penguins from source. i have not been able to find an rpm available that i can rebuild.

Can anybody help me out here?

Code: Select all

xwin.c:24:17: fatal error: png.h: No such file or directory
I did try and rebuild an old mandriva rpm but ran into the same problem:

xwin.c:23:17: fatal error: png.h: No such file or directory
#include <png.h>
^

Code: Select all

compilation terminated.
make[1]: *** [xwin.lo] Error 1
make[1]: Leaving directory `/home/jonathon/rpmbuild/BUILD/ace-1.2/lib'
make: *** [all-recursive] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.6zZq4d (%build)

http://www.delorie.com/store/ace/

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Ace of Penguins

Post by TrevorH » 2014/11/17 08:34:07

Run yum provides '*/png.h' then install the most likely looking package that's listed, in this case most likely libpng-devel
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply