Project: home:saigkill Package: libdbus++
Hello Mates,
after upgrading to Version 0.6.1 i become the following Errors:
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -fmessage- length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -Wall -Wctor-dtor-privacy -Wnon-virtual- dtor -Woverloaded-virtual -Wno-deprecated -Wunused-parameter -Wunused- variable -Wunused-value -Wunused-function -I/usr/include/dbus-1.0 - I/usr/lib64/dbus-1.0/include -DDBUSPP_WITH_THREAD -I../../include - fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector - funwind-tables -fasynchronous-unwind-tables -MT dbus.lo -MD -MP -MF ..deps/dbus.Tpo -c ../dbus.cpp -fPIC -DPIC -o .libs/dbus.o In file included from ../../include/dbus++/service.hpp:27, from ../../include/dbus++/server.hpp:26, from ../../include/dbus++/dbus.hpp:26, from ../dbus.cpp:22: .../../include/dbus++/detail/connection.hpp:64: error: 'condition' in namespace 'boost' does not name a type In file included from ../../include/dbus++/dbus.hpp:30, from ../dbus.cpp:22: .../../include/dbus++/detail/timer.hpp:63: error: 'condition' in namespace 'boost' does not name a type make[3]: *** [dbus.lo] Error 1
Does anyone know what th error is?
* Sascha 'saigkill' Manns (samannsml@directbox.com) [20090323 12:52]:
.../../include/dbus++/detail/connection.hpp:64: error: 'condition' in namespace 'boost' does not name a type .../../include/dbus++/detail/timer.hpp:63: error: 'condition' in namespace 'boost' does not name a type make[3]: *** [dbus.lo] Error 1
Does anyone know what th error is?
A variable in the boost headers changed its name. I've reported this upstreams to the boost folks. In the meantime you'll get a patch from me for your library to fix this.
Philipp
On Montag 23 März 2009 16:14:35 Philipp Thomas wrote:
- Sascha 'saigkill' Manns (samannsml@directbox.com) [20090323 12:52]:
.../../include/dbus++/detail/connection.hpp:64: error: 'condition' in namespace 'boost' does not name a type .../../include/dbus++/detail/timer.hpp:63: error: 'condition' in namespace 'boost' does not name a type make[3]: *** [dbus.lo] Error 1
Does anyone know what th error is?
A variable in the boost headers changed its name. I've reported this upstreams to the boost folks. In the meantime you'll get a patch from me for your library to fix this.
Wow. Thanks :-)