Hi,
I was trying to build inventor under FreeBSD and found that
SoSensorMgr.c++ uses the 'select' function. According to the man page for
'select' on both IRIX, Linux and FreeBSD, you must include
#include <unistd.h>
#include <sys/types.h>
#include <sys/time.h>
in order to use it. However, at the moment, neither is included directly,
so to make life a little easier on other OS'es I suggest to include them.
The IRIX man page also mentions
#include <bstring.h>
but SoSensorMgr.c++ seems to do without it, and it isn't needed on the
other platforms.
Rasmus
-----------------------------------------------------------------------------
Rasmus.Tamstorf@xxxxxxxxxx "A problem worthy of attack,
Walt Disney Feature Animation proves its worth by hitting back" Kumbel
-----------------------------------------------------------------------------
|