bug-commoncpp
[Top][All Lists]
Advanced

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

Re: Temporary cvs setup for testing new 1.1 release


From: Federico Montesino Pouzols
Subject: Re: Temporary cvs setup for testing new 1.1 release
Date: Thu, 18 Dec 2003 09:40:32 +0100
User-agent: Mutt/1.3.28i

        With gcc 2.95.4 (at least in Debian stable), you get:


/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../include    
-I../src -DCCXX_EXPORT_LIBRARY           -I../include -g -O2 -D_GNU_SOURCE -c 
mutex.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY 
-I../include -g -O2 -D_GNU_SOURCE -Wp,-MD,.deps/mutex.pp -c mutex.cpp  -fPIC 
-DPIC -o .libs/mutex.o
mutex.cpp: In method `bool ost::Conditional::wait(long unsigned int = 0, bool = 
false)':
mutex.cpp:167: `ETIMEDOUT' undeclared (first use this function)
mutex.cpp:167: (Each undeclared identifier is reported only once
mutex.cpp:167: for each function it appears in.)
make[1]: *** [mutex.lo] Error 1


        which can be solved by adding '#include <cerrno>' to mutex.cpp





reply via email to

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