maemo.org Bugzilla – Bug 7466
gtk-builder-convert not included in libgtk2.0-dev
Last modified: 2011-06-30 12:07:31 UTC
You need to log in before you can comment on or make changes to this bug.
SOFTWARE VERSION: Scratchbox (FREMANTLE_X86 target) EXACT STEPS LEADING TO PROBLEM: 1. apt-get install libgtk2.0-dev 2. try to compile something that needs gtk-builder-convert EXPECTED OUTCOME: gtk-builder-convert is found by configure and make ACTUAL OUTCOME: gtk-builder-convert does not exist REPRODUCIBILITY: always EXTRA SOFTWARE INSTALLED: OTHER COMMENTS: The Debian package of libgtk2.0-dev includes gtk-builder-convert. It's a tool to convert glade files to xml files that can be read by the GtkBuilder API, which does seem to be available on the Maemo platform, judging by the presence of /usr/include/gtk-2.0/gtk/gtkbuilder.h in Scratchbox. The SyncEvolution build system wants to use it when building the UI.
Thanks for reporting this. gtk-builder-convert is definitely available in upstream GTK 2.12 as per http://library.gnome.org/devel/gtk/2.12/gtk-builder-convert.html .
This upstream syncevolution patch would also fix this case: https://bugs.meego.com/show_bug.cgi?id=20370