freetype
[Top][All Lists]
Advanced

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

Re: [ft] Mac Build - Desperate


From: ShadersRJJ
Subject: Re: [ft] Mac Build - Desperate
Date: Fri, 8 Dec 2006 08:41:57 EST

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

reply via email to

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