freetype
[Top][All Lists]
Advanced

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

Re: [ft] ft2.2 win32 intel c++ patch


From: Werner LEMBERG
Subject: Re: [ft] ft2.2 win32 intel c++ patch
Date: Mon, 03 Apr 2006 18:42:03 +0200 (CEST)

> +#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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]