Not compiling in Debian
Brought to you by:
varkhan
It doesn't compile in Debian (Debian 6.0, Linux debian 2.6.32-5-686, g++ (Debian 4.4.5-8) 4.4.5)
The problem is in the file:
sys/include/vislib/Mutex.h
in the method:
bool TryLock(const DWORD timeout = 0)
DWORD is not defined.
To have it define, it is necessary to include:
#include "vislib/types.h"