bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

error with mutex?


From: Eugeny N Dzhurinsky
Subject: error with mutex?
Date: Mon, 29 Dec 2003 19:47:08 +0200
User-agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20031209 Thunderbird/0.4

=======================test.cpp===========================
#include <cc++/thread.h>

int main()
{
        Mutex m;
}
==========================================================

when building, i'm getting:

g++ test.cpp -I/usr/local/include/cc++2
test.cpp: In function `int main()':
test.cpp:5: syntax error before `;

Seems that there are no Mutex class defined?

OS details: FreeBSD 4.9
CommonCPP built from ports, version: commoncpp2-1.0.13,1

Any suggestions?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]