Problems Compiling

Hello all, I have been trying to play Quake 2 on my machine. My attempt requires me to compile a package, so I tried. However, I got some strange errors. I would just brush it of, however, this is a continuing problem. I first tried a PORTS package, and I got the same. Can someone help me with this?
 
More output can be helpful like command that was ran to get that output and which FreeBSD version but as a start were you executing make (/usr/bin/make or also known/referenced as /usr/bin/bmake) or GNU make (/usr/local/bin/gmake from devel/gmake)? Usually if it is code intended for Linux, they used GNU make and games/yquake2 port was designed to do that for you.

cd /usr/ports/games/yquake2;make install clean (or games/quake2-source) failed with that same output for you?
 
Back
Top