Hello! Currently out-of-source builds are tricky, because the to-be-build version of enet header files is not in the path. Following patch fixes this:
--- Makefile.am.orig 2011-11-28 21:09:36.084000037 +0100 +++ Makefile.am 2011-11-28 21:11:31.890000038 +0100 @@ -17,6 +17,6 @@ libenet_la_SOURCES = callbacks.c compress.c host.c list.c packet.c peer.c protocol.c unix.c win32.c # see info '(libtool) Updating version info' before making a release libenet_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:3:0 -INCLUDES = -Iinclude +INCLUDES = -I$(top_srcdir)/include ACLOCAL_AMFLAGS = -Im4 Kind regards, Dennis
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ ENet-discuss mailing list [email protected] http://lists.cubik.org/mailman/listinfo/enet-discuss
