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: David Turner
Subject: Re: [ft] ft2.2 win32 intel c++ patch
Date: Mon, 03 Apr 2006 14:56:20 +0200
User-agent: Thunderbird 1.5 (Windows/20051201)

Werner LEMBERG a écrit :
second, in ftcbasic.c, without the patch, icl will ICE.
    

What's `ICE'?

  
I believe it stands for "Internal Compiler Error", yep, that's a compiler bug :-)

Cheers,

- David Turner
- The FreeType Project  (www.freetype.org)


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

Is this a compiler bug?  And why just here?  There are mkany more
`const ..._class' structures in FreeType.


    Werner


_______________________________________________
Freetype mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/freetype

  

***********************************************************************************
Information contained in this email message is confidential and may be privileged, and is intended only for use of the individual or entity named above. If the reader of this message is not the intended recipient, or the employee or agent responsible to deliver it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify the address@hidden and destroy the original message.
***********************************************************************************

reply via email to

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