To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65405





------- Additional comments from [EMAIL PROTECTED] Tue May 16 12:40:34 -0700 
2006 -------
I followed your hint regarding __GNUC__ and added a #ifdef __GNUC__ in gtype.h
 
* I verified if __GNUC__ was defined and the result was: NO
* The G_GNUC_INTERNAL is a macro only present in gcc that the Sun compiler can
not handle
* I beleive this is a bug in the glib-dev, or at least in the version i have as
that section should be under #ifdef __GNUC__

I am using libglib2.0-dev, need to check if this has been corrected. Do you have
any other systems to verify in Solaris x86? This problem is only present in the
vcl GTK plug in

In any case it does not seem to be a OOo bug.

/* --- internal functions --- */
#ifdef  __GNUC__
void    g_value_c_init          (void) G_GNUC_INTERNAL; /* sync with gvalue.c */
void    g_value_types_init      (void) G_GNUC_INTERNAL; /* sync with
gvaluetypes.c */
void    g_enum_types_init       (void) G_GNUC_INTERNAL; /* sync with genums.c */
void    g_param_type_init       (void) G_GNUC_INTERNAL; /* sync with gparam.c */
void    g_boxed_type_init       (void) G_GNUC_INTERNAL; /* sync with gboxed.c */
void    g_object_type_init      (void) G_GNUC_INTERNAL; /* sync with gobject.c 
*/
void    g_param_spec_types_init (void) G_GNUC_INTERNAL; /* sync with
gparamspecs.c */
void    g_value_transforms_init (void) G_GNUC_INTERNAL; /* sync with
gvaluetransform.c */
void    g_signal_init           (void) G_GNUC_INTERNAL; /* sync with gsignal.c 
*/
#endif


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to