You might send in some of the context from these files/lines:
/Users/touche/tmp/my-dports/aide/work/aide-0.10/include/db_config.h:357-364
355 AIDE_OFF_TYPE size; 356 AIDE_OFF_TYPE size_o; /* ... */ 357 AIDE_BLKCNT_TYPE bcount; 358 char* filename; 359 char* linkname; 360 361 /* Attributes .... */ 362 int attr; 363 364 } db_line; 365 366 #ifdef WITH_PSQL
/Users/touche/tmp/my-dports/aide/work/aide-0.10/include/db.h:29-33
27 int db_init(int); 28 29 db_line* db_readline(int); 30 31 int db_writespec(db_config*); 32 33 int db_writeline(db_line*,db_config*); 34
i've checked it before, and i don't think so.Things like "parse error" and "missing semicolon" would make me suspicious of these lines. Perhaps there really is a typo?
AIDE_BLKCNT_TYPE is defined in config.h
57 #define AIDE_STAT_TYPE stat
58 #define AIDE_INO_TYPE ino_t
59 #define AIDE_OFF_TYPE off_t
60 #define AIDE_BLKCNT_TYPE blkcnt_t
61
62 /* Defines for READDIR64 */
63 #define AIDE_READDIR_FUNC readdir
64 #define AIDE_READDIR_R_FUNC readdir_rRegards
Julien
