bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

port freadahead.c & fseeko.c


From: Ron Eggler
Subject: port freadahead.c & fseeko.c
Date: Wed, 23 Dec 2020 13:56:20 -0800

Hi,

I'm attemprting to compile an image for a DIGI UL6 SBC and am getting the following error:
../../m4-1.4.17/lib/freadahead.c: In function ‘freadahead’:
../../m4-1.4.17/lib/freadahead.c:91: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."
   91 |  #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."
      |   ^~~~~
gcc   -I. -I../../m4-1.4.17/lib   -isystem/home/ron/workspace/tmp/sysroots/x86_64-linux/usr/include  -isystem/home/ron/workspace/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -c -o vasprintf.o ../../m4-1.4.17/lib/vasprintf.c
ERROR: oe_runmake failed
make[3]: *** [Makefile:1842: freadahead.o] Error 1
make[3]: *** Waiting for unfinished jobs....
../../m4-1.4.17/lib/fseeko.c: In function ‘rpl_fseeko’:
../../m4-1.4.17/lib/fseeko.c:109:4: error: #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib."
  109 |   #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib."

How can I patch these files to work with my platform?

Ron

reply via email to

[Prev in Thread] Current Thread [Next in Thread]