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@xxxxxxxxx
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/fontconfig