Re: glib HEAD bork



Alexander Larsson <alexl redhat com> writes:

> Needs this patch:
> 
> Index: gmacros.h
> ===================================================================
> RCS file: /cvs/gnome/glib/glib/gmacros.h,v
> retrieving revision 1.11
> diff -u -p -r1.11 gmacros.h
> --- gmacros.h   21 Nov 2002 20:44:54 -0000      1.11
> +++ gmacros.h   22 Nov 2002 13:37:21 -0000
> @@ -87,7 +87,7 @@
>  #endif /* __GNUC__ */
>  
>  #if    __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)
> -#define G_HIDDEN_SYMBOL
> +#define G_HIDDEN_SYMBOL                         \
>    __attribute__((__visibility__("hidden")))
>  #else
>  #define G_HIDDEN_SYMBOL

Aghh. That wasn't supposed to be committed at all.
__attribute__((__visibility__)) turns out not to be in any 
official GCC releases yet. 

Fixed now,
                                        Owen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]