[zeromq-dev] compiling zeromq 2.0 beta2 with pgm on centOS
Martin Sustrik
sustrik at 250bpm.com
Thu Jan 21 09:03:35 CET 2010
Steven McCoy wrote:
> 2010/1/21 Martin Sustrik <sustrik at 250bpm.com <mailto:sustrik at 250bpm.com>>
>
> Steven McCoy wrote:
>
>
> It would appear clearing G_GNUC_INTERNAL (__hidden__) is the
> correct workaround.
>
>
> Maybe it would make sense to get rid of G_GNUC_INTERNAL declarations
> in OpenPGM entirely?
>
>
> Depends if it's broken on all GCC revisions or just GCC-Redhat-4.1.2.
It works on my box :)
What at least making the feature configurable?
#if defined PGM_DONT_USE_INTERNAL
#undef G_GNUC_INTERNAL
#define G_GNUC_INTERNAL
#endif
Or something along those lines?
Martin
More information about the zeromq-dev
mailing list