This is an old libosso-help, and the issue has been fixed.


Florian Boor kirjoitti 9.6.2005 kello 19.11:

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
[Robert Hutchings Goddard, 1904]        [EMAIL PROTECTED]

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


_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to