[QUOTE=Hypnotoad90;33813]I’m having trouble compiling on windows 64 bit:
C:\RetroArch\source\hatari-master>make -f Makefile.libretro "IPFSUPPORT=1" "IPFDIR=C:\RetroArch\source\hatari-master\ipflib_win_x64"
x86_64-w64-mingw32-gcc -O3 -std=gnu99 -finline-functions -funroll-loops -fsigned-char -D__LIBRETRO__ -Wno-strict-prototypes -ffast-math -fomit-frame-pointer -fno-strength-reduce -fno-builtin -finline-functions -DLSB_FIRST -DALIGN_DWORD -DWIN32PORT -DWIN32 -DHAVE_CAPSIMAGE=1 -I./src -I./src/uae-cpu -I./src/falcon -I./src/includes -I./src/debug -I./src -I./libretro -I./libretro/libretro-sdk/include -I./libretro/include -I./libretro/utils -I./libretro/uae-cpu-pregen -IC:\RetroArch\source\hatari-master\ipflib_win_x64/include -c -o libretro/uae-cpu-pregen/cpudefs.o libretro/uae-cpu-pregen/cpudefs.c
make: x86_64-w64-mingw32-gcc: Command not found
make: *** [libretro/uae-cpu-pregen/cpudefs.o] Error 127
[/QUOTE]
yes , it’s little complicated to build it for windows (i mean libretro hatari ) you need to setup a mingw env to build libretro hatari for windows .
now for the ipf support on windows using mingw , it’s tricky , you have to build ipfdec_source4.2 from source and then you can use it to build hatari-libretro on windows using mingw. take a look here , there are some info about the process
http://listengine.tuxfamily.org/lists.tuxfamily.org/hatari-devel/2013/12/msg00064.html http://www.atari-forum.com/viewtopic.php?t=27246