Ik probeer khexedit dus te installeren maar ik krijg fout meldingen met compileren:
make
make all-recursive
make[1]: Entering directory `/home/marc/progjes/hexedit-0.9.7'
Making all in docs
make[2]: Entering directory `/home/marc/progjes/hexedit-0.9.7/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/marc/progjes/hexedit-0.9.7/docs'
Making all in src
make[2]: Entering directory `/home/marc/progjes/hexedit-0.9.7/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -c asciikey.c
In file included from asciikey.c:14:
hexedit.h:218: error: expected ‘)’ before ‘*’ token
hexedit.h:223: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
hexedit.h:225: error: expected ‘)’ before ‘*’ token
hexedit.h:252: error: expected ‘)’ before ‘*’ token
hexedit.h:282: error: expected ‘)’ before ‘*’ token
hexedit.h:345: error: expected specifier-qualifier-list before ‘WINDOW’
asciikey.c: In function ‘asciiMode’:
asciikey.c:22: error: ‘KEY_UP’ undeclared (first use in this function)
asciikey.c:22: error: (Each undeclared identifier is reported only once
asciikey.c:22: error: for each function it appears in.)
asciikey.c:23: error: ‘KEY_DOWN’ undeclared (first use in this function)
asciikey.c:24: error: ‘KEY_LEFT’ undeclared (first use in this function)
asciikey.c:25: error: ‘KEY_RIGHT’ undeclared (first use in this function)
asciikey.c:32: error: ‘KEY_NPAGE’ undeclared (first use in this function)
asciikey.c:33: error: ‘KEY_C3’ undeclared (first use in this function)
asciikey.c:37: error: ‘KEY_PPAGE’ undeclared (first use in this function)
asciikey.c:38: error: ‘KEY_A3’ undeclared (first use in this function)
asciikey.c:44: error: ‘struct
’ has no member named ‘filesize’
asciikey.c:56: error: ‘struct ’ has no member named ‘charset’
asciikey.c:60: error: ‘struct ’ has no member named ‘modified’
asciikey.c:66: error: ‘KEY_IC’ undeclared (first use in this function)
asciikey.c:69: error: ‘KEY_DC’ undeclared (first use in this function)
asciikey.c:71: error: ‘KEY_END’ undeclared (first use in this function)
asciikey.c:73: error: ‘KEY_HOME’ undeclared (first use in this function)
asciikey.c:89: warning: implicit declaration of function ‘getch’
make[2]: *** [asciikey.o] Error 1
make[2]: Leaving directory `/home/marc/progjes/hexedit-0.9.7/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/marc/progjes/hexedit-0.9.7'
make: *** [all-recursive-am] Error 2
ik weet even niet wat dit gaat inhouden.