jwerle / b64.c

Base64 encode/decode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ok/ok.h: No such file or directory

andreykyz opened this issue · comments

Makefile build failed:

make
cc -std=c99 -Wall -Ideps -c -o test.o test.c
test.c:12:19: fatal error: ok/ok.h: No such file or directory
compilation terminated.
: recipe for target 'test.o' failed
make: *** [test.o] Error 1

@andreykyz did you install the deps with clib install first?

i did install deps with suggested command (as in README.md) but '<ok/ok.h>' still pose problem...
any hint ?

allright, I managed install the "libok" by

clib install jwerle/libok

now everything works fine !