[Plib-users] Error Compiling CVS
Brought to you by:
sjbaker
From: David F. <ne...@bi...> - 2001-01-19 00:48:47
|
I am getting an error in the CVS version. I am using Kernel 2.4 - could this be a problem? Making all in net make[2]: Entering directory `/home/david/flightgear/plib/src/net' c++ -DPACKAGE=\"plib\" -DVERSION=\"1.3.1\" -DHAVE_LIBDL=1 -DHAVE_LIBGL=1 -DHAVE_LIBGLU=1 -DSTDC_HEADERS=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DLINUX_JOYSTICK_IS_PRESENT=1 -DGLUT_IS_PRESENT=1 -I. -I. -I../../src/util -I/usr/local/include -g -O2 -O6 -Wall -c netRoomMaster.cxx In file included from netRoomMaster.cxx:1: netRoomMaster.h: In method `class netRoomServerInfo * netRoomServerList::match(const netRoomServerInfo *)': netRoomMaster.h:43: implicit declaration of function `int stricmp(...)' make[2]: *** [netRoomMaster.o] Error 1 make[2]: Leaving directory `/home/david/flightgear/plib/src/net' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/david/flightgear/plib/src' make: *** [all-recursive] Error 1 This is it. I haven't really looked into it yet. David |