[Dbus-cxx-devel] dbus-cxx-private.h and simplelogger.h missing in the tar-ball
Status: Beta
Brought to you by:
rvinyard
From: Stipan R. <Sti...@ne...> - 2017-03-29 06:02:41
|
Hi there, Just tried to build dbus-cxx library from the latest tar-ball (0.9.0). It didn't make it ... connection.cpp:22:30: fatal error: dbus-cxx-private.h: No such file or directory The file is indeed missing in the tar-ball; while I found it in the repo. Fixing that problem brought the following one. In file included from connection.cpp:22:0: dbus-cxx-private.h:28:26: fatal error: simplelogger.h: No such file or directory That file is also available in the repo. Likely, no other file was missing and the make made it! Hope it helps to others. Cheers, Stipan Ruzicka |