On 2008-09-02 at 21:23:03, Andreas Putzo wrote:
> I don't know why it works on your system but the tarball does not
> include workrave-1.9.0/common/bin/DBus-glib.xml and it seems not to be
> auto generated. This file, however, can be found in upstream vcs [1].
> I added the file and workrave compiled fine with that.
Actually, that file doesn't exist in my build tree:
http://git.debian.org/?p=collab-maint/workrave.git;a=tree;f=common/bin;hb=master
and it does look like it's auto-generated by common/bin/dbusgen.py:
if options.language:
if options.language == 'C':
header_ext=".h"
elif options.language == 'C++':
if options.client:
templates.append(directory+"/DBus-client-template.cc")
templates.append(directory+"/DBus-client-template.hh")
if options.server:
templates.append(directory+"/DBus-template.cc")
templates.append(directory+"/DBus-template.hh")
header_ext=".hh"
elif options.language == 'dbus-glib':
templates.append(directory+"/DBus-glib.xml")
header_ext=".xml"
Francois
--
To UNSUBSCRIBE, email to debian-bugs-rc-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org