freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] Compiling Freetype 2.5 with C ++ Builder - FT_THROW probl


From: Werner LEMBERG
Subject: Re: [ft-devel] Compiling Freetype 2.5 with C ++ Builder - FT_THROW problem
Date: Tue, 01 Apr 2014 07:55:13 +0200 (CEST)

> Obviously it can not read FT_THROW correctly because it gives out
> the error messages like this:
> 
> [bcc32 Error] ftsystem.c(231): E2451 Undefined symbol
> 'FT_ERR_PREFIXInvalid_Stream_Handle'

You have to define the macro FT2_BUILD_LIBRARY while building the
library so that both internal macros are visible – and FT_ERR_PREFIX
gets defined.  Cf. git commit dbc6e3f1.


    Werner

reply via email to

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