[sldev] [HELP] CMake: Errors when linking linux-crash-logger (undefined reference to `FT_Realloc'/`FT_Alloc'/`FT_Free')

Robin Cornelius robin.cornelius at gmail.com
Mon Sep 8 08:55:33 PDT 2008


On Mon, Sep 8, 2008 at 4:51 PM, Robin Cornelius
<robin.cornelius at gmail.com> wrote:
> On Mon, Sep 8, 2008 at 4:42 PM, Boroondas Gupte
> <sllists at boroon.dasgupta.ch> wrote:
>> Hi Robin,
>> thanks for answering.
>>

Sorry just seen 2.4.8

Um not sure what is wrong, but this should fix it

Edit linux-crash-logger/CMakeLists.txt

Add to the

target_link_libraries(linux-crash-logger
...
...

the extra entry :-

${FREETYPE_LIBRARIES}


Should work

Robin


More information about the SLDev mailing list