On 19/7/10 10:20, LucaDC wrote:
I still can't compile under Windows XP (9626):
[...]
Missing files?
yes, as confirmed by Johan
The build is broken on Windows too. For example:
" In file included from src/extension/dbus/application-interface.cpp:18:
src/extension/dbus/application-interface.h:22:28: error: dbus/dbus-glib.h: No such file or directory
src/extension/dbus/application-interface.h:23:37: error: dbus/dbus-glib-bindings.h: No such file or directory
src/extension/dbus/application-interface.h:24:37: error: dbus/dbus-glib-lowlevel.h: No such file or directory"
The dbus-glib bindings or header files are missing from the devlibs.
Until this is fixed, DBUS is reported to be disabled on Windows with the attached patch (proposed by theAdib on irc).
Can this be reviewed/tested and committed to trunk to allow building on Windows until the devlibs are updated?
~suv
=== modified file 'build.xml' --- build.xml 2010-07-18 04:36:51 +0000 +++ build.xml 2010-07-18 08:58:49 +0000 @@ -314,6 +314,7 @@ <exclude name="dom/work/.*"/> <exclude name="dom/odf/SvgOdg.cpp"/> <exclude name="extension/api.cpp"/> + <exclude name="extension/dbus/.*"/> <exclude name="extension/dxf2svg/.*"/> <exclude name="extension/implementation/plugin.cpp"/> <exclude name="extension/script/bindtest.cpp"/>