Bummer. Looks just like mine. I thought maybe there was something different in your files as blkcnt_t wasn't in my files but was in the error msg in your earlier email. I could only find this in the configure scripts where it is defined.
aide-0.10 find . | xargs grep blkcnt_t ./acconfig.h:#define AIDE_BLKCNT_TYPE blkcnt_t ./configure.in: AC_DEFINE_UNQUOTED(AIDE_BLKCNT_TYPE,blkcnt_t) ./configure.in: AC_DEFINE_UNQUOTED(AIDE_BLKCNT_TYPE,blkcnt_t) ./configure.in: AC_DEFINE_UNQUOTED(AIDE_BLKCNT_TYPE,blkcnt_t) ./config.h.in:#define AIDE_BLKCNT_TYPE blkcnt_t ./configure:#define AIDE_BLKCNT_TYPE blkcnt_t Maybe there was some evidence/error during the ./configure that was overlooked? Otherwise, I am out of guesses. Sorry. Marshall julien TOUCHE said: > Marshall Onsrud wrote: > > >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 > > >Things like "parse error" and "missing semicolon" would make me > >suspicious of these lines. Perhaps there really is a typo? > i've checked it before, and i don't think so. > > 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_r > > Regards > > Julien
