> +#ifdef __INTEL_COMPILER
> +#define CONST_AUX
> +#else
> +#define CONST_AUX const
> +#endif
> 
>   FT_CALLBACK_TABLE_DEF
> -  const FTC_GCacheClassRec  ftc_basic_image_cache_class =
> +  CONST_AUX FTC_GCacheClassRec  ftc_basic_image_cache_class =
>   {
>     {
>       ftc_inode_new,

Now that I know that it is an internal compiler error, I'm basically
against this patch.  It uglifies the sources considerably.  Instead, I
have created a file `PROBLEMS' which tells the user how to proceed.
Please check.


    Werner


_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to