search for: tt_header

Displaying 2 results from an estimated 2 matches for "tt_header".

2004 Dec 20
0
[LLVMdev] Re: Compiling FreeType 2.1.9 with LLVM 1.4
...ched to a bug report, and it's only about 260KB. The initialization that causes the errors is below. I'm sure I can prune it down significantly. static const FT_Frame_Field header_fields[] = { { ft_frame_start, 0, 54 }, { ft_frame_ulong_be, (FT_Byte)sizeof ( ((TT_Header*)0)->Table_Version ), (FT_UShort)( ((size_t) &((TT_Header *)0)->Table_Version) ) }, { ft_frame_ulong_be, (FT_Byte)sizeof ( ((TT_Header*)0)->Font_Revision ), (FT_UShort)( ((size_t) &((TT_Header *)0)->Font_Revision) ) }, { ft_frame_long_be, (FT_Byte)sizeof ( ((...
2004 Dec 20
2
[LLVMdev] Re: Compiling FreeType 2.1.9 with LLVM 1.4
On Sun, 2004-12-19 at 22:52, Adam Warner wrote: > Hi Reid Spencer, > > > CC=/path/to/llvmgcc CXX=/path/to/llvmg++ configure > > make > > > > and was able to reproduce the problem. Not sure what's up with that but > > as Misha pointed out, llvmgcc isn't any "particular" version of 3.4, its > > just 3.4ish. I also concur with him that you