Topic: Compiling Problems
Sorry to be a pain in the ass guys... trying to compile the linux client for '20090409' and having trouble even tried using edo512's install script and still can't compile.
sudo make:
cc -I. -I/opt/local/include -Wall -c -o proxmark3.o proxmark3.c
proxmark3.c:8:31: error: readline/readline.h: No such file or directory
proxmark3.c:9:30: error: readline/history.h: No such file or directory
proxmark3.c: In function ‘main_loop’:
proxmark3.c:52: warning: implicit declaration of function ‘readline’
proxmark3.c:52: warning: assignment makes pointer from integer without a cast
proxmark3.c:59: warning: implicit declaration of function ‘add_history’
make: *** [proxmark3.o] Error 1
anyone know where I've screwed up?