[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Temporary cvs setup for testing new 1.1 release
From: |
David Sugar |
Subject: |
Re: Temporary cvs setup for testing new 1.1 release |
Date: |
Thu, 18 Dec 2003 05:22:36 -0500 |
User-agent: |
KMail/1.5.3 |
Okay...yes, a lot was done very recently timed conditionals (to support things
like the Buffer class), and they hide in mutex.cpp :). I should have
cross-checked those late changes on the reference stable boxes. There is
also a demo/test program called "buffer" that makes use of this and tests
that they actually work correctly in an interactive manner.
On Thursday 18 December 2003 03:40 am, Federico Montesino Pouzols wrote:
> 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
>
>
>
> _______________________________________________
> Bug-commoncpp mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-commoncpp