From owner-freebsd-questions Thu May 23 7:24:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.kens.com (mail1.kens.com [209.70.202.39]) by hub.freebsd.org (Postfix) with SMTP id C781137B421 for ; Thu, 23 May 2002 07:24:34 -0700 (PDT) Received: (qmail 3188 invoked from network); 23 May 2002 14:24:40 -0000 Received: from pd9e6159f.dip.t-dialin.net (HELO zaphod.khaberz.net) (217.230.21.159) by mail1.kens.com with SMTP; 23 May 2002 14:24:40 -0000 Received: by zaphod.khaberz.net (Postfix, from userid 1001) id D60809300A; Thu, 23 May 2002 16:24:49 +0200 (CEST) X-Face: 1~;w82CpPnIG/?[Fuw*ZU@\7'8#Q,W@zah>&cxgC.HDFYX5WRG2PyDz8R4r}.^|IP6d3"cJ-/Dn2H}|77A7m`LSyE>> Organization: private site Date: Thu, 23 May 2002 16:24:49 +0200 Message-ID: <86elg3t00e.fsf@zaphod.khaberz.net> Lines: 17 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.5 (beets, i386-unknown-freebsd4.6) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to compile turqstats-2.2 (a utility to create stats from newsgroups on an INN-server) on FreeBSD 4.6-RC. The compile fails with the following: c++ -g -O2 -I. -Wall -c ./utility.cpp ./utility.cpp: In function `int fcompare(const wstring &, const wstring &, unsigned int = 0ffffffff)': ./utility.cpp:86: implicit declaration of function `int towupper(...)' ./utility.cpp: In function `void localetimestring(const tm *, unsigned int, char *)': ./utility.cpp:417: warning: `%x' yields only last 2 digits of year in some locales on non-BSD systems *** Error code 1 Dues anyone have an idea what I could do about this? Searching for this error on Google didn't yield any useful results. Thanks, Kai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message