Maarten Thibaut <[email protected]> ha escrit: > libproto/mailer/sendmail.c doesn't include mail/mail.h where > _PATH_SENDMAIL is defined, so I added mail.h to sendmail.c to fix > this.
Actually, _PATH_SENDMAIL should have been defined in /usr/include/paths.h. Do you have this header? > A second error: > CC mu_dbgport.lo > mu_dbgport.c: In function 'mu_scm_make_debug_port': > mu_dbgport.c:36: warning: assignment makes pointer from integer without > a cast > mu_dbgport.c:39: error: expected expression before 'scm_t_cell' > make[3]: *** [mu_dbgport.lo] Error 1 > I'm not sure how to fix this one, the code is generated using macros. > The line is: > port = scm_cell (scm_tc16_mu_debug_port, 0); What Guile version is it? Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
