Date: Tue, 17 May 2005 15:46:52 +0800 From: Xu Qiang <Qiang.Xu@fujixerox.com> To: Dan Nelson <dnelson@allantgroup.com>, Xu Qiang <Qiang.Xu@fujixerox.com> Cc: freebsd-questions@freebsd.org Subject: RE: The availability of socketbits.h? Message-ID: <20050517073730.B48721D969@imss.sgp.fujixerox.com>
next in thread | raw e-mail | index | archive | help
Dan Nelson wrote: > It looks like missing.h was added in 1.1.15, but the author didn't run > all the necessary autoconf commands afterwards. Try running > "autoheader253" (you will see that a HAVE_FTRUNCATE placeholder gets > added to config.h.in), and rerun configure and make. > = > It looks like there have been some autoconf changes make in CVS after > 1.1.16 was released. You might want to check out the current source > to see if some of these issues have been fixed already. Thanks for your suggestions. Yes, this error is overcome after running "aut= oheader". But now another error of the same type appears: = ----------------------------------------------------- mink.c:22: error: conflicting types for 'random' /usr/include/stdlib.h:200: error: previous declaration of 'random' was here= mink.c:22: error: conflicting types for 'random' ----------------------------------------------------- This file is in "nngs-1.1.16/src" directory, and when I run autoheader in t= his directory: = ----------------------------------------------------- autoheader: `configure.ac' or `configure.in' is required ----------------------------------------------------- What shall I do now? Thanks a lot, = Regards, Xu Qiang
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050517073730.B48721D969>