I am getting errors compiling the latest version of IOUYAP any ideas?
[email protected]:~/Downloads/GNS3A_070814/iouyap-master$ gcc -Wall -g *.c -o iouyap -liniparser -lpthread
config.c:21:23: fatal error: iniparser.h: No such file or directory
#include <iniparser.h>
^
compilation terminated.
iouyap.c:40:23: fatal error: iniparser.h: No such file or directory
#include <iniparser.h>
^
compilation terminated.
lex.yy.c: In function ‘yylex’:
lex.yy.c:673:1: warning: label ‘find_rule’ defined but not used [-Wunused-label]
find_rule: /* we branch to this label when backing up */
^
netmap_scan.l: At top level:
lex.yy.c:1645:14: warning: ‘yy_flex_realloc’ defined but not used [-Wunused-function]
static void *yy_flex_realloc( void *ptr, yy_size_t size )
^
lex.yy.c:1172:12: warning: ‘input’ defined but not used [-Wunused-function]
static int input()
^
netmap.c: In function ‘dump_port_table’:
netmap.c:372:7: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘size_t’ [-Wformat=]
log_fmt ("%d:%d/%d talks to %d other node(s):\n", yap_appl_id,
^
[email protected]:~/Downloads/GNS3A_070814/iouyap-master$