freetype
[Top][All Lists]
Advanced

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

Re: [ft] Question: linker errors when building freetype for iOS in Xcode


From: Werner LEMBERG
Subject: Re: [ft] Question: linker errors when building freetype for iOS in Xcode
Date: Wed, 14 May 2014 20:38:17 +0200 (CEST)

> However, when trying to build the dependent Xcode project, I get the
> following linker errors:
> 
> "_bdf_driver_class", referenced from:
> [...]
> 
> I notice that these errors contain the names of modules that I have
> disabled, by removing their respective ".c" files from compilation
> in the original "freetype2-ios" Xcode project.
> 
> Was there some other configuration required in that Xcode project,
> in order to remove references to these disabled modules?

I guess that you've missed to update `ftmodule.h' to hold only the
modules you are going to use.  Cf. `docs/CUSTOMIZE'.


    Werner



reply via email to

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