On Mon, May 13, 2019 at 01:01:03PM +0200, Solene Rapenne wrote:
> Hi
>=20
> I made a port of NBlood engine to play the game "Blood" if you own the
> proprietary assets.
>=20
> nblood is a fork of eduke32 to make blood works, so I reused most of the
> games/eduke32 Makefile. nblood is also GPLv2.
README is not installed (also a problem with eduke32 port)
cryptic passage files and method of running via -ini parameter are not
mentioned in README.
does not build when enet is installed:
c++ -std=3Dgnu++11 -fno-exceptions -fno-rtti -fomit-frame-pointer -fno-str=
ict-aliasing -fno-threadsafe-statics -fjump-tables -fno-stack-protector -O2=
-pipe -W -Wall -Wextra -Wpointer-arith -Wno-char-subscripts -Wno-missing-b=
races -Wwrite-strings -Wuninitialized -Wno-attributes -Wno-strict-overflow =
-funsigned-char -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D0 -DNDEBUG -DNOAS=
M -DRENDERTYPESDL=3D1 -DMIXERTYPESDL=3D1 -DSTARTUP_WINDOW -DUSE_OPENGL -DPO=
LYMER -I/usr/local/include -DUSE_LIBVPX -DHAVE_VORBIS -DHAVE_FLAC -DSDL_TAR=
GET=3D2 -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include=
-D_REENTRANT -I/usr/X11R6/include -DHAVE_GTK2 -I/usr/local/include/gtk-2.0=
-I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/loc=
al/include/gio-unix-2.0 -I/usr/X11R6/include -I/usr/local/include/cairo -I/=
usr/local/include/atk-1.0 -I/usr/X11R6/include/pixman-1 -I/usr/local/includ=
e/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include -pthrea=
d -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/local/i=
nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/free=
type2 -Isource/build/include -Isource/mact/include -Isource/audiolib/includ=
e -Isource/enet/include -Isource/glad/include -Isource/libsmackerdec/includ=
e -funsigned-char -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D0 -DNDEBUG -DNOASM =
-DRENDERTYPESDL=3D1 -DMIXERTYPESDL=3D1 -DSTARTUP_WINDOW -DUSE_OPENGL -DPOLY=
MER -I/usr/local/include -DUSE_LIBVPX -DHAVE_VORBIS -DHAVE_FLAC -DSDL_TARGE=
T=3D2 -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -=
D_REENTRANT -I/usr/X11R6/include -DHAVE_GTK2 -I/usr/local/include/gtk-2.0 -=
I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local=
/include/gio-unix-2.0 -I/usr/X11R6/include -I/usr/local/include/cairo -I/us=
r/local/include/atk-1.0 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/=
libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include -pthread =
-I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/freety=
pe2 -DHAS_SOCKLEN_T -c source/enet/src/peer.c -o obj/enet/peer.o=20
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior i=
s deprecated [-Wdeprecated]
source/enet/src/peer.c:275:5: error: use of undeclared identifier 'UNREFERE=
NCED_PARAMETER'
UNREFERENCED_PARAMETER(queue);
^
1 error generated.
gmake: *** [GNUmakefile:1159: obj/enet/peer.o] Error 1