From: Dmitry T. <dt...@vm...> - 2009-02-05 18:13:31
|
Hi Josh, On Wednesday 04 February 2009 18:44:04 Josh Rickmar wrote: > I just downloaded the latest release from SourceForge, and it is currently > failing to build on FreeBSD 7.1-RELEASE. Any help? > ... > cc1: warnings being treated as errors > hostname.c: In function 'Hostinfo_HostName': > hostname.c:248: warning: implicit declaration of function 'Unicode_Alloc' > hostname.c:249: warning: return makes pointer from integer without a cast Hmm, Unicode_Alloc is defined in lib/include/unicodeBase.h... Do you happen to have unicode.h or unicodeBase.h in /usr/local/include or in /usr/include? -- Dmitry |