1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
  
     | 
    
      ftm 0.0.8 Failed 17.365279
Reason: GCC_ERROR
1-line summary:
clients.c:35:29: error: libiptc/libiptc.h: No such file or directory
multi-line summary:
clients.c:35:29: error: libiptc/libiptc.h: No such file or directory
excerpt for mail:
gcc -Wall -Wno-trigraphs -Os -pipe -fno-strict-aliasing -fno-common -I/usr/local/include -I../include -I../lib  -c -o clients.o clients.c
clients.c:35:29: error: libiptc/libiptc.h: No such file or directory
clients.c:63: error: expected specifier-qualifier-list before 'iptc_handle_t'
clients.c: In function 'client_create':
clients.c:102: error: 'struct iptc' has no member named 'handle'
clients.c:102: warning: implicit declaration of function 'iptc_init'
clients.c:104: warning: implicit declaration of function 'iptc_strerror'
clients.c:104: warning: format '%s' expects type 'char *', but argument 2 has type 'int'
clients.c:108: warning: implicit declaration of function 'iptc_is_chain'
clients.c:108: error: 'struct iptc' has no member named 'handle'
clients.c:114: warning: implicit declaration of function 'iptc_flush_entries'
clients.c:114: error: 'struct iptc' has no member named 'handle'
clients.c:116: warning: format '%s' expects type 'char *', but argument 2 has type 'int'
clients.c: In function 'commit':
clients.c:203: warning: implicit declaration of function 'iptc_commit'
clients.c:203: error: 'struct iptc' has no member named 'handle'
clients.c:203: error: 'struct iptc' has no member named 'handle'
clients.c:205: warning: format '%s' expects type 'char *', but argument 2 has type 'int'
clients.c: In function 'client_destroy':
clients.c:240: error: 'struct iptc' has no member named 'handle'
clients.c:241: error: 'struct iptc' has no member named 'handle'
clients.c: In function 'client_add':
clients.c:263: warning: implicit declaration of function 'IPT_ALIGN'
clients.c:263: error: invalid application of 'sizeof' to incomplete type 'struct ipt_standard_target' 
clients.c:264: error: invalid application of 'sizeof' to incomplete type 'struct ipt_entry' 
clients.c:333: error: dereferencing pointer to incomplete type
clients.c:334: error: dereferencing pointer to incomplete type
clients.c:336: error: dereferencing pointer to incomplete type
clients.c:337: error: dereferencing pointer to incomplete type
clients.c:337: error: dereferencing pointer to incomplete type
clients.c:337: error: dereferencing pointer to incomplete type
clients.c:338: error: dereferencing pointer to incomplete type
clients.c:338: error: 'IPT_FUNCTION_MAXNAMELEN' undeclared (first use in this function)
clients.c:338: error: (Each undeclared identifier is reported only once
clients.c:338: error: for each function it appears in.)
clients.c:339: error: dereferencing pointer to incomplete type
clients.c:339: error: 'IPTC_LABEL_RETURN' undeclared (first use in this function)
clients.c:341: error: dereferencing pointer to incomplete type
clients.c:341: error: 'IPPROTO_IP' undeclared (first use in this function)
clients.c:342: error: dereferencing pointer to incomplete type
clients.c:342: error: 'IFNAMSIZ' undeclared (first use in this function)
clients.c:343: error: dereferencing pointer to incomplete type
clients.c:344: error: dereferencing pointer to incomplete type
clients.c:345: error: dereferencing pointer to incomplete type
clients.c:352: error: dereferencing pointer to incomplete type
clients.c:352: error: dereferencing pointer to incomplete type
clients.c:353: error: dereferencing pointer to incomplete type
clients.c:354: error: dereferencing pointer to incomplete type
clients.c:355: error: dereferencing pointer to incomplete type
clients.c:355: error: 'NFC_IP_DST' undeclared (first use in this function)
clients.c:356: warning: implicit declaration of function 'iptc_insert_entry'
clients.c:356: error: 'struct iptc' has no member named 'handle'
clients.c:360: warning: format '%s' expects type 'char *', but argument 7 has type 'int'
clients.c:368: error: dereferencing pointer to incomplete type
clients.c:368: error: dereferencing pointer to incomplete type
clients.c:369: error: dereferencing pointer to incomplete type
clients.c:370: error: dereferencing pointer to incomplete type
clients.c:371: error: dereferencing pointer to incomplete type
clients.c:371: error: 'NFC_IP_SRC' undeclared (first use in this function)
clients.c:372: error: 'struct iptc' has no member named 'handle'
clients.c:376: warning: format '%s' expects type 'char *', but argument 7 has type 'int'
clients.c: In function 'client_read_counters':
clients.c:405: warning: implicit declaration of function 'iptc_read_counter'
clients.c:405: error: 'struct iptc' has no member named 'handle'
clients.c:405: warning: assignment makes pointer from integer without a cast
clients.c:407: warning: format '%s' expects type 'char *', but argument 2 has type 'int'
clients.c:411: error: dereferencing pointer to incomplete type
clients.c:413: error: 'struct iptc' has no member named 'handle'
clients.c:413: warning: assignment makes pointer from integer without a cast
clients.c:415: warning: format '%s' expects type 'char *', but argument 2 has type 'int'
clients.c:419: error: dereferencing pointer to incomplete type
clients.c: In function 'client_reset':
clients.c:474: warning: implicit declaration of function 'iptc_zero_entries'
clients.c:474: error: 'struct iptc' has no member named 'handle'
clients.c:476: warning: format '%s' expects type 'char *', but argument 2 has type 'int'
make[3]: *** [clients.o] Error 1
 
     |