jwerle / b64.c

Base64 encode/decode
MIT License
270 stars 102 forks source link

ok/ok.h: No such file or directory #11

Closed andreykyz closed 4 years ago

andreykyz commented 7 years ago

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
jwerle commented 7 years ago

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

fantuz commented 5 years ago

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

fantuz commented 5 years ago

allright, I managed install the "libok" by

clib install jwerle/libok

now everything works fine !