Re: [ft] FreeType 2.2 tagged in CVS Repository

2006-04-03 Thread Werner LEMBERG
> Let's declare that we'll do that in three days. Until then, let's > get sure that anyone that uses it to retrieve the sources doesn't > get anything that doesn't work. :-) Werner ___ Freetype mailing list Freetype@nongnu.org http://lists.nongn

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

2006-04-03 Thread Werner LEMBERG
> and first in makefile, icl use /Fe to get execute-files and /Fo to get > object files. Applied, thanks. Werner ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

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

2006-04-03 Thread Werner LEMBERG
> +#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 k

Re: [ft] FreeType 2.2 tagged in CVS Repository

2006-04-03 Thread David Turner
Werner LEMBERG a écrit : PS: I've noticed that our 'configure' script will abort if no C++ compiler is installed on the syst a C++ compiler isn't installed on the system. This is not correct if you use autoconf 2.59b (from alpha.gnu.org), which I strongly recommend. OK, i'll ch

Re: [ft] FreeType 2.2 tagged in CVS Repository

2006-04-03 Thread Werner LEMBERG
> PS: I've noticed that our 'configure' script will abort if no C++ > compiler is installed on the syst a C++ compiler isn't installed > on the system. This is not correct if you use autoconf 2.59b (from alpha.gnu.org), which I strongly recommend. BTW, I'm not happy that you've already t

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

2006-04-03 Thread luoyi
"Werner LEMBERG" <[EMAIL PROTECTED]> ??:[EMAIL PROTECTED] > What's `ICE'? Internal Compiler Error > Is this a compiler bug? And why just here? There are mkany more > `const ..._class' structures in FreeType. sorry, I don't know why icl doesn't like this const. I currently don't have eno

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

2006-04-03 Thread David Turner
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 __INTE

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

2006-04-03 Thread Werner LEMBERG
> second, in ftcbasic.c, without the patch, icl will ICE. What's `ICE'? > +#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_b

Re: [ft] FreeType 2.2 tagged in CVS Repository

2006-04-03 Thread mpsuzuki
Hi On Sun, 02 Apr 2006 16:50:20 +0200 David Turner <[EMAIL PROTECTED]> wrote: >PS: I've noticed that our 'configure' script will abort if no C++ >compiler is installed on the syst a C++ compiler isn't >installed on the system. I find this very sad, is there an autoconf >hacker here t