./main.c: In function ‘dict_alloc_read’: ./main.c:616:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 616 | fread(image, 1, imagesize, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: *** [Makefile:205: main-fast-noll.o] Error 1 make[3]: Leaving directory '/root/gforth-0.7.3/engine' make[3]: Entering directory '/root/gforth-0.7.3' ./engine/gforth-fast-noll --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.3:/usr/local/share/gforth/0.7.3:." test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs test/string.fs test/float.fs test/deferred.fs test/coreext.fs test/search.fs -e bye 2>&1 | tr -d '\015' | diff -c - ./test/coretest.out *** - 2020-08-09 13:54:43.022114372 +0000 --- ./test/coretest.out 2013-10-11 21:31:28.093992566 +0000 *************** *** 1 **** ! /bin/sh: 1: ./engine/gforth-fast-noll: not found --- 1,17 ---- ! redefined { redefined GDX YOU SHOULD SEE THE STANDARD GRAPHIC CHARACTERS: ! !"#$%&'()*+,-./0123456789:;<=>?@ ! ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_` ! abcdefghijklmnopqrstuvwxyz{|}~ ! YOU SHOULD SEE 0-9 SEPARATED BY A SPACE: ! 0 1 2 3 4 5 6 7 8 9 ! YOU SHOULD SEE 0-9 (WITH NO SPACES): ! 0123456789 ! YOU SHOULD SEE A-G SEPARATED BY A SPACE: ! A B C D E F G ! YOU SHOULD SEE 0-5 SEPARATED BY TWO SPACES: ! 0 1 2 3 4 5 ! YOU SHOULD SEE TWO SEPARATE LINES: ! LINE 1 ! LINE 2 ! you should see this first. ! you should see this later. make[3]: *** [Makefile:666: checkone] Error 1 make[3]: Leaving directory '/root/gforth-0.7.3' make[2]: *** [Makefile:826: gforth-fast-noll] Error 2 make[2]: Leaving directory '/root/gforth-0.7.3' make[1]: *** [Makefile:837: optgforth-fast] Error 2 make[1]: Leaving directory '/root/gforth-0.7.3' make: *** [Makefile:826: gforth-fast] Error 2