Menu

#1 Not compiling in Debian

open
nobody
None
5
2012-10-13
2012-10-13
No

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"

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.