bug-commoncpp
[Top][All Lists]
Advanced

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

build failure


From: Vaclav Haisman
Subject: build failure
Date: Mon, 5 Nov 2001 23:50:55 +0100 (CET)

I have troubles building cvs sources. I use gcc 3.0.2.


logout ~/tmp/CommonC++>make
Making all in src
make[1]: Entering directory `/home/4/wilx/tmp/CommonC++/src'
/bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I. -I../src
-I../src  -g -O2 -D_GNU_SOURCE -g -DDEBUG -D_REENTRANT -D_THREAD_SAFE -c
thread.cpp
rm -f .libs/thread.lo
c++ -DHAVE_CONFIG_H -I. -I. -I. -I../src -I../src -g -O2 -D_GNU_SOURCE -g
-DDEBUG -D_REENTRANT -D_THREAD_SAFE -Wp,-MD,.deps/thread.pp -c thread.cpp
-fPIC -DPIC -o .libs/thread.lo
In file included from thread.cpp:44:
exception.h:73: looser throw specifier for `virtual
   ost::Exception::~Exception()'
/home/4/wilx/include/g++-v3/exception:53:   overriding `virtual
   std::exception::~exception() throw ()'
thread.cpp: In function `void ost::sigsuspend(int)':
thread.cpp:128: `_suspendcount' undeclared (first use this function)
thread.cpp:128: (Each undeclared identifier is reported only once for each
   function it appears in.)
thread.cpp: In function `void ost::execHandler(ost::Thread*)':
thread.cpp:449: `_timer' is not a member of type `ost::Thread'
thread.cpp:450: `_arm' is not a member of type `ost::Thread'
thread.cpp: In function `void ost::sigHandler(int)':
thread.cpp:614: `_timer' is not a member of type `ost::Thread'
thread.cpp:616: `_timer' is not a member of type `ost::Thread'
thread.cpp:617: `_timer' is not a member of type `ost::Thread'
make[1]: *** [thread.lo] Error 1
make[1]: Leaving directory `/home/4/wilx/tmp/CommonC++/src'
make: *** [all-recursive] Error 1





Vaclav Haisman




reply via email to

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