Hello list,
I have following error when I try to compile courier-0.56.0.
I try to compile it under FreeBSD 6.2-STABLE.
Thanks a lot for any suggestion and help!!!
####################### error
################################################"
cp -f ./courier.config module.dsn
gmake[4]: Leaving directory
`/mnt/hdd1/home/walsimou/install/dns.walsimou.com/courier-mta/courier-0.56.0/courier/module.dsn'
gmake[3]: Leaving directory
`/mnt/hdd1/home/walsimou/install/dns.walsimou.com/courier-mta/courier-0.56.0/courier/module.dsn'
gmake[3]: Entering directory
`/mnt/hdd1/home/walsimou/install/dns.walsimou.com/courier-mta/courier-0.56.0/courier'
Compiling cancelmsg.c
Linking cancelmsg
Compiling mailq.c
Linking mailq
Compiling sendmail.c
Compiling sendmail-esmtpd-wrapper.c
Linking sendmail
Compiling testmxlookup.c
Linking testmxlookup
Compiling dotforward.c
Linking dotforward
Compiling cmlm.C
Compiling cmlm2.C
cmlm2.C: In function `int cmdset(const std::vector<std::string,
std::allocator<std::string> >&, bool)':
cmlm2.C:244: error: `CODESET' was not declared in this scope
cmlm2.C:244: error: `nl_langinfo' was not declared in this scope
cmlm2.C:244: warning: unused variable 'CODESET'
cmlm2.C:244: warning: unused variable 'nl_langinfo'
cmlm2.C:262: error: `CODESET' was not declared in this scope
cmlm2.C:262: error: `nl_langinfo' was not declared in this scope
cmlm2.C:262: warning: unused variable 'CODESET'
cmlm2.C:262: warning: unused variable 'nl_langinfo'
gmake[3]: *** [cmlm2.o] Error 1
gmake[3]: Leaving directory
`/mnt/hdd1/home/walsimou/install/dns.walsimou.com/courier-mta/courier-0.56.0/courier'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/mnt/hdd1/home/walsimou/install/dns.walsimou.com/courier-mta/courier-0.56.0/courier'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory
`/mnt/hdd1/home/walsimou/install/dns.walsimou.com/courier-mta/courier-0.56.0/courier'
gmake: *** [all-recursive] Error 1
####################### end error
################################################"