libretro / uae4arm-libretro

Port of uae4arm for libretro (rpi/android)
6 stars 8 forks source link

Remove zlib dependency #11

Closed Chips-fr closed 3 years ago

Chips-fr commented 3 years ago

Remove zlib dependencies. Should be better for buildbot. This is as puae core.

inactive123 commented 3 years ago

Hi @Chips-fr ,

buildbot just tried to compile this for Vita, and this was the error -

https://git.libretro.com/libretro/uae4arm-libretro/-/jobs/97091

/opt/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.1.0/../../../../arm-vita-eabi/bin/ld: ./libretro_vita.a(disk.o): in function changedisk(bool)': disk.cpp:(.text+0xd14c): undefined reference toglob' /opt/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.1.0/../../../../arm-vita-eabi/bin/ld: disk.cpp:(.text+0xd190): undefined reference to `globfree' collect2: error: ld returned 1 exit status

Chips-fr commented 3 years ago

Thanks for the report... was quick :) It's working on linux arm/raspberry and i don't have vita setup (rtype did the port). I will try to find if vita has glob support otherwise this is not mandatory code and so can be put removed thanks to vita switch...