Well I need to compile FreeType under 8.3 so please let me be 
the volunteer (although I'm not that up on CW and OSX).
 
All I have done so far is:
 
1..Create a static library project
2..Add the same files as in the 
3.. Adjusted the compile order accordingly
4..Added "include" and "include/freetype" to the system path
5..Compiled
 
All I get is the following:
 
Error   : preprocessor syntax error
ftsystem.c line  30   #include FT_INTERNAL_DEBUG_H
 
Error   : preprocessor syntax error
ftsystem.c line  31   #include FT_INTERNAL_STREAM_H
 
Error   : preprocessor syntax error
ftutil.c line  20   #include FT_INTERNAL_DEBUG_H
 
Error   : preprocessor syntax error
ftutil.c line  21   #include FT_INTERNAL_MEMORY_H
 
Error   : preprocessor syntax error
ftutil.c line  22   #include FT_INTERNAL_OBJECTS_H
 
Error   : illegal implicit conversion from 'int' to
'void  *'
ftutil.c line 55       FT_Pointer   block = ft_mem_qalloc( memory, size, 
&error );
 
Error   : identifier 'ft_mem_qalloc(...)' redeclared
was  declared as: 'int (...)'
now declared as: 'void * (struct FT_MemoryRec_ *,  long, int *)'
ftutil.c line 69     {
 
and so on................
 
RJJ
_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to