[ENet-discuss] cvs cpnfigure not working.
Rene Dudfield
rene1 at py3d.org
Wed Nov 26 15:59:48 PST 2003
Hello,
When I run the following line to make the configure I get some problems:
aclocal && automake -a -c --foreign && autoconf
autoconf: Undefined macros:
configure.in:10:AC_CHECK_FUNC(fcntl, [AC_DEFINE(HAS_FCNTL)])
configure.in:12:AC_CHECK_MEMBER(struct msghdr.msg_flags,
[AC_DEFINE(HAS_MSGHDR_FLAGS)], , [#include <sys/socket.h>])
configure.in:14:AC_EGREP_HEADER(MSG_MAXIOVLEN,
/usr/include/sys/socket.h, AC_DEFINE(ENET_BUFFER_MAXIMUM, [MSG_MAXIOVLEN]))
configure.in:15:AC_EGREP_HEADER(MSG_MAXIOVLEN, socket.h,
AC_DEFINE(ENET_BUFFER_MAXIMUM, [MSG_MAXIOVLEN]))
configure.in:7:AC_CHECK_FUNC(gethostbyaddr_r,
[AC_DEFINE(HAS_GETHOSTBYADDR_R)])
configure.in:8:AC_CHECK_FUNC(gethostbyname_r,
[AC_DEFINE(HAS_GETHOSTBYNAME_R)])
configure.in:9:AC_CHECK_FUNC(poll, [AC_DEFINE(HAS_POLL)])
Any ideas how to fix this?
Autoconf version 2.13
automake (GNU automake) 1.4-p6
aclocal (GNU automake) 1.4-p6
Then when I run configure I get:
configure: error: can not find sources in . or ..
This is with the latest cvs.
Cheers.
More information about the ENet-discuss
mailing list