8 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Courier 20011006
FromSent OnAttachments
Sam VarshavchikOct 6, 2001 1:25 pm 
Roland SchneiderOct 6, 2001 4:54 pm 
Anand BuddhdevOct 8, 2001 4:36 am 
Sam VarshavchikOct 8, 2001 3:08 pm 
Anand BuddhdevOct 9, 2001 2:00 am 
Sam VarshavchikOct 9, 2001 4:46 am 
Anand BuddhdevOct 12, 2001 5:22 am 
Sam VarshavchikOct 12, 2001 5:44 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Courier 20011006Actions...
From:Roland Schneider (rol@serv.ch)
Date:Oct 6, 2001 4:54:39 pm
List:net.sourceforge.lists.courier-users

--Sam Varshavchik wrote on 06.10.2001 16:25 -0400:

gmake fails on BSD:

deliver.C: In function `int delivery(const char *)': deliver.C:182: implicit declaration of function `int sscanf(...)' c++ -DHAVE_CONFIG_H -I. -I. -I. -I/mysql/include -g -O2 -I./../rfc822 -I./../rfc2045 -I.. -I./.. -Wall -c filter.C c++ -DHAVE_CONFIG_H -I. -I. -I. -I/mysql/include -g -O2 -I./../rfc822 -I./../rfc2045 -I.. -I./.. -Wall -c formatmbox.C gmake[1]: *** [deliver.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: Leaving directory `/relay/src/courier-0.35.1.20011006/maildrop' gmake: *** [all-recursive] Error 1

Inserting the line #include <stdio.h> into courier-0.35.1.20011006/maildrop/deliver.C fixed the problem.

Roland