Ik ga met de terminal naar de map en typ make
en dan krijg ik dit
chris@Ubuntu:~$ cd unpack
chris@Ubuntu:~/unpack$ cd src
chris@Ubuntu:~/unpack/src$ make
cc uif2iso.c -O2 -s -o uif2iso -lz -lssl -lcrypto
uif2iso.c:32:18: fout: zlib.h: Bestand of map bestaat niet
uif2iso.c:33:25: fout: openssl/des.h: Bestand of map bestaat niet
uif2iso.c:126: interne fout expected declaration specifiers or ‘...’ before ‘z_stream’
uif2iso.c:126: interne fout expected declaration specifiers or ‘...’ before ‘DES_key_schedule’
uif2iso.c:131: interne fout expected ‘)’ before ‘*’ token
uif2iso.c:136: interne fout expected ‘)’ before ‘*’ token
uif2iso.c: In functie ‘main’:
uif2iso.c:159: interne fout ‘DES_key_schedule’ undeclared (first use in this function)
uif2iso.c:159: interne fout (Each undeclared identifier is reported only once
uif2iso.c:159: interne fout for each function it appears in.)
uif2iso.c:159: interne fout ‘ctx’ undeclared (first use in this function)
uif2iso.c:160: interne fout ‘z_stream’ undeclared (first use in this function)
uif2iso.c:160: interne fout expected ‘;’ before ‘z’
uif2iso.c:230: interne fout ‘z’ undeclared (first use in this function)
uif2iso.c:230: interne fout ‘alloc_func’ undeclared (first use in this function)
uif2iso.c:230: interne fout expected ‘;’ before numeric constant
uif2iso.c:231: interne fout ‘free_func’ undeclared (first use in this function)
uif2iso.c:231: interne fout expected ‘;’ before numeric constant
uif2iso.c:232: interne fout ‘voidpf’ undeclared (first use in this function)
uif2iso.c:232: interne fout expected ‘;’ before numeric constant
uif2iso.c:311: interne fout too many arguments to function ‘blhr_unzip’
uif2iso.c:323: interne fout too many arguments to function ‘blhr_unzip’
uif2iso.c:333: interne fout too many arguments to function ‘blhr_unzip’
uif2iso.c: Op bovenste niveau:
uif2iso.c:806: interne fout expected declaration specifiers or ‘...’ before ‘z_stream’
uif2iso.c:806: interne fout expected declaration specifiers or ‘...’ before ‘DES_key_schedule’
uif2iso.c: In functie ‘blhr_unzip’:
uif2iso.c:813: interne fout ‘ctx’ undeclared (first use in this function)
uif2iso.c:816: interne fout ‘z’ undeclared (first use in this function)
uif2iso.c: Op bovenste niveau:
uif2iso.c:952: interne fout expected ‘)’ before ‘*’ token
uif2iso.c:1008: interne fout expected ‘)’ before ‘*’ token
make: *** [all] Fout 1
chris@Ubuntu:~/unpack/src$
Gisteren lukte dit perfect en nu niet meer??