libretro / fceu-next

Port of FCEUmm / FCEUX to Libretro.
14 stars 9 forks source link

(Libsnes-PS3) Build issue #7

Closed peteuk closed 12 years ago

peteuk commented 12 years ago

I am unable to build the PS3 libsnes version of FCEUmm.

$ make -f makefile.libsnes-fceumm platform=ps3 ppu-lv2-gcc -c -o libsnes-fceumm/libsnes.o libsnes-fceumm/libsnes.c -O3 -DNDEBUG -std=gnu99 -Wno-write-strings -DLIBSNES -DSOUND_QUALITY=0 -DPATH_MAX=1024 -DINLINE=inline -DPSS_STYLE=1 -D__CELLOS_LV2 -I./libsnes-fceumm -I./src-fceumm -I./src-fceumm/input -I./src-fceumm/boards -I./src-fceumm/mappers -I./utils/zlib

libsnes-fceumm/libsnes.c: In function 'update_input': libsnes-fceumm/libsnes.c:501: error: incompatible types in assignment make: *\ [libsnes-fceumm/libsnes.o] Error 1

Themaister commented 12 years ago

Pushed fix. Can't build test though, but should be enough with the one-liner D:

peteuk commented 12 years ago

Yep, thats fixed it.