[Fontconfig] Problem compiling for Solaris 8

Keith Packard keithp at keithp.com
Tue Sep 19 09:25:47 PDT 2006


On Tue, 2006-09-19 at 15:29 +0300, Peter Gordon wrote:

> And fcaliastail.h contains a lot of #endif lines, but no #ifdefs
> 
> #if HAVE_GNUC_ATTRIBUTE
> #undef FcBlanksCreate
> extern __typeof (FcBlanksCreate) FcBlanksCreate
> __attribute((alias("IA__FcBlanksCreate"), visibility("default")));
> #endif

The matching #ifdef statements are supposed to be generated by the
makealias script with the command: 

grep -l -w '^'$name "$SRCDIR"/*.c | sed -e 's/^.*\/\([^.]*\)\.c/#ifdef __\1__/' >> $TAIL

Perhaps this doesn't work on Solaris?

Could you try:

grep -l -w '^FcAtomicCreate' fcatomic.c

and see what that produces?

-- 
keith.packard at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.freedesktop.org/archives/fontconfig/attachments/20060919/c2310de3/attachment.pgp


More information about the Fontconfig mailing list