MrMC / mrmc

MrMC Main Repository - By using this code you agree to follow the GPLv2 license.
http://forum.mrmc.tv
Other
186 stars 68 forks source link

Build dependencies error on Debian with libc 2.28 #66

Closed yostyle closed 5 years ago

yostyle commented 5 years ago

I tried to build dependencies for ARM architecture on debian. When I ran make command I had this error :

make[6]: Entering directory '/opt/mrmc-android/tools/depends/native/m4-native/x86_64-linux-native/lib'
  CC       glthread/lock.o
  CC       freadahead.o
freadahead.c: In function 'freadahead':
freadahead.c:92:3: error: #error "Please port gnulib freadahead.c to your platform! Look at the definition of fflush, fread, ungetc on your system, then report this to bug-gnulib."
  #error "Please port gnulib freadahead.c to your platform! Look at the definition of fflush, fread, ungetc on your system, then report this to bug-gnulib."
   ^~~~~
make[6]: *** [Makefile:1910: freadahead.o] Error 1
davilla commented 5 years ago

Sorry, linux is not supported in MrMC.

yostyle commented 5 years ago

Thanks for your response. So on which platform can I build MrMC ?

davilla commented 5 years ago

question #1, are you building for android, iOS or tvOS platform ?