cathugger/mkp224o

unknown type name ‘IFT’

Closed this issue · 1 comments

Tried to compile on AMD and intel system
Both shows same error

gcc -std=c99 -Wall -Wextra -Wno-maybe-uninitialized -Wno-unused-function -Wmissing-prototypes -Wstrict-prototypes -O3 -march=native -fomit-frame-pointer -DED25519_donna -DSTATISTICS
-DPASSPHRASE -c -o main.c.o.tmp main.c && mv main.c.o.tmp main.c.o
In file included from filters_main.inc.h:3,
from main.c:181:
ifilter_bitsum.h:3:8: error: unknown type name ‘IFT’
static IFT ifilter_bitsum(IFT x)
^~~
ifilter_bitsum.h:3:27: error: unknown type name ‘IFT’
static IFT ifilter_bitsum(IFT x)
^~~
make: *** [GNUmakefile:131: main.c.o] Error 1

this was fixed in fc62855 but i was too lazy to log into github at that point