Date: Thu, 23 May 2002 16:24:49 +0200 From: Kai Haberzettl <kai@khaberz.net> To: freebsd-questions@freebsd.org Subject: Compile failure (turqstats) Message-ID: <86elg3t00e.fsf@zaphod.khaberz.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86elg3t00e.fsf>