compilierung von zsnes emulator und fehlende png.h

Post Reply
Message
Author
Stefan Antoni

compilierung von zsnes emulator und fehlende png.h

#1 Post by Stefan Antoni »

woher bekomme ich die fehlende datei?
hier der trace:

cruciatuz@localhost:~/zsnes-1.337/src$ gmake
/usr/local/bin/nasm -w-orphan-labels -D__LINUX__ -f elf -D__OPENGL__ -o chips/fxemu2c.o chips/fxemu2c.asm
/usr/local/bin/nasm -w-orphan-labels -D__LINUX__ -f elf -D__OPENGL__ -o chips/fxtable.o chips/fxtable.asm
/usr/local/bin/nasm -w-orphan-labels -D__LINUX__ -f elf -D__OPENGL__ -o chips/sa1proc.o chips/sa1proc.asm
/usr/local/bin/nasm -w-orphan-labels -D__LINUX__ -f elf -D__OPENGL__ -o chips/sa1regs.o chips/sa1regs.asm
gcc -pipe -I. -Wall -D__LINUX__ -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT -D__OPENGL__ -Os -ffast-math -fomit-frame-pointer -fschedule-insns2 -s -march=pentium -o chips/dsp1emu.o -c chips/dsp1emu.c
In file included from chips/dsp1emu.c:20:
gblhdr.h:108:25: png.h: No such file or directory
gmake: *** [chips/dsp1emu.o] Error 1
cruciatuz@localhost:~/zsnes-1.337/src$ locate png.h

Andreas B.

Re: compilierung von zsnes emulator und fehlende png.h

#2 Post by Andreas B. »

wilder Spekulatius
libpng vielleicht ?

Nachtgeburt

Re: compilierung von zsnes emulator und fehlende png.h

#3 Post by Nachtgeburt »

Besorg dir doch einfach das rpm von www.rpmfind.net

Post Reply