Cory Syvenky - 2001-08-12

I'm running:
OS: Red Hat 7.0
OU: 1.0 beta 3
Mesa: 3.3-5
libglut: 3.7

When trying to run make install [as root] I get the following messages. I'm guessing cstring.h forgot to be included somewhere. Any advice is appreciated.

Thanks,
cS

---------------------------

Making install in src
make[1]: Entering directory `/home/csyvenky/bin/openuniverse-1.0beta3/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -DTEXTURE_DIR=\""/usr/local/share/openuniverse/textures"\"      -DFONT_DIR=\""/usr/local/share/openuniverse/fonts"\"    -DMODEL_DIR=\""/usr/local/share/openuniverse/3dmodels"\"        -DDATA_DIR=\""/usr/local/share/openuniverse/data"\"     -DCONF_DIR=\""/usr/local/share/openuniverse/conf"\"     -DEVENTS_DIR=\""/usr/local/share/openuniverse/events"\"         -DSHOTS_DIR=\""/usr/local/share/openuniverse/scrshots"\"    -g -O2   -c lex.cfg.cpp
cfglex.l: In function `int cfglex ()':
cfglex.l:62: `strcpy' undeclared (first use this function)
cfglex.l:62: (Each undeclared identifier is reported only once for each
function it appears in.)
make[1]: *** [lex.cfg.o] Error 1
make[1]: Leaving directory `/home/csyvenky/bin/openuniverse-1.0beta3/src'
make: *** [install-recursive] Error 1