Sergey, I just downloaded the mailutils-0.6.94 package you recently announced.
It ran into a, hopefully minor, build problem however. Here is a copy of the results: It looks like "program_invocation_short_name" is not declared. This seems somewhat familiar to me, but if I knew how to handle it I completely forgot and couldn't find-grep any messages that refers to it. Regads, Darel Henman ----------------- make -k >~/tmp mh_argp.c: In function `mh_argp_parse': mh_argp.c:109: error: `program_invocation_name' undeclared (first use in this function) mh_argp.c:109: error: (Each undeclared identifier is reported only once mh_argp.c:109: error: for each function it appears in.) mh_argp.c:112: error: `program_invocation_short_name' undeclared (first use in this function) make[3]: *** [mh_argp.o] Error 1 mh_getopt.c: In function `mh_help': mh_getopt.c:125: error: `program_invocation_short_name' undeclared (first use in this function) mh_getopt.c:125: error: (Each undeclared identifier is reported only once mh_getopt.c:125: error: for each function it appears in.) make[3]: *** [mh_getopt.o] Error 1 mh_error.c: In function `mh_error': mh_error.c:32: error: `program_invocation_short_name' undeclared (first use in this function) mh_error.c:32: error: (Each undeclared identifier is reported only once mh_error.c:32: error: for each function it appears in.) make[3]: *** [mh_error.o] Error 1 mh_init.c: In function `mh_audit_open': mh_init.c:364: error: `program_invocation_short_name' undeclared (first use in this function) mh_init.c:364: error: (Each undeclared identifier is reported only once mh_init.c:364: error: for each function it appears in.) mh_init.c: In function `mh_spawnp': mh_init.c:517: warning: passing arg 2 of `mu_spawnvp' from incompatible pointer type mh_init.c: In function `mh_set_reply_regex': mh_init.c:812: warning: passing arg 1 of `mu_unre_set_regex' discards qualifiers from pointer target type make[3]: *** [mh_init.o] Error 1 folder.c: In function `_scan': folder.c:327: warning: passing arg 1 of `mh_check_folder' discards qualifiers from pointer target type folder.c: In function `main': folder.c:874: error: `program_invocation_short_name' undeclared (first use in this function) folder.c:874: error: (Each undeclared identifier is reported only once folder.c:874: error: for each function it appears in.) make[3]: *** [folder.o] Error 1 rmf.c: In function `rmf': rmf.c:156: error: `program_invocation_short_name' undeclared (first use in this function) rmf.c:156: error: (Each undeclared identifier is reported only once rmf.c:156: error: for each function it appears in.) make[3]: *** [rmf.o] Error 1 make[3]: Target `all-am' not remade because of errors. make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 =======================- END -==================== _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
