3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] compile error : g...
FromSent OnAttachments
Gaye Abdoulaye WalsimouJun 25, 2007 2:01 am 
Sam VarshavchikJun 25, 2007 4:03 am 
Gaye Abdoulaye WalsimouJun 25, 2007 5:22 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] compile error : gmake[3]: *** [cmlm2.o] Error 1Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jun 25, 2007 4:03:26 am
List:net.sourceforge.lists.courier-users

Gaye Abdoulaye Walsimou writes:

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!!!

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

Try adding

#include <langinfo.h>

to the beginning of this file.