Hi all,
looks like bugzilla is missing a component definition for libosso-help.
However... one of its header files contains c++ style comments which conflict
with the default build parameters of hildon-control-panel.
Affected version: 1.0.01
The attached patch fixes this issue.
Greetings
Florian
--
The dream of yesterday Florian Boor
is the hope of today Tel: 0271-771091-14
and the reality of tomorrow. Fax: 0271-771091-19
6C 44 30 4C 43 20 6B 61 16 07 0F AA E6 97 70 A8
--- helplib/osso-helplib.h.old 2005-06-09 17:47:50.000000000 +0200
+++ helplib/osso-helplib.h 2005-06-09 17:48:03.000000000 +0200
@@ -76,7 +76,7 @@
const gchar *help_id,
guint flags );
-// Helper macros (deprecated)
+/* Helper macros (deprecated) */
#define ossohelp_dialog( osso, help_id ) \
ossohelp_show( (osso), (help_id), OSSO_HELP_SHOW_DIALOG )
#define ossohelp_exists( help_id ) \
@@ -86,5 +86,5 @@
}
#endif
-#endif // OSSO_HELPLIB_H
+#endif /* OSSO_HELPLIB_H */
_______________________________________________
maemo-developers mailing list