![]() |
Android Build - Freetype2 error - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +---- Forum: Android Development (https://forum.kodi.tv/forumdisplay.php?fid=184) +---- Thread: Android Build - Freetype2 error (/showthread.php?tid=317631) |
Android Build - Freetype2 error - newalopez - 2017-07-02 I'm building from scratch... here's the configure command. ./configure --with-toolchain=/home/media/android/ndk/android-ndk-r14b/android-21 --with-ndk=/home/media/android/ndk/android-ndk-r14b --with-sdk-path=/home/media/android/complete --prefix=/home/media/xbmc-depends --host=arm-linux-androideabi --with-tarballs=/home/media/xmbc-tarballs --with-sdk=android=21 I can build all depends directory.... Until this step: $ make Before $ make apk ... [100%] Built target wrap_libdvdnav [100%] Built target kodi-libraries [100%] Linking CXX shared library libkodi.so /home/media/i4/kodi/xbmc/xbmc/guilib/GUIFontTTF.cpp:147: error: undefined reference to 'FT_Stroker_Done' /home/media/i4/kodi/xbmc/xbmc/guilib/GUIFontTTF.cpp:712: error: undefined reference to 'FT_Get_Glyph' /home/media/i4/kodi/xbmc/xbmc/guilib/GUIFontTTF.cpp:718: error: undefined reference to 'FT_Glyph_StrokeBorder' /home/media/i4/kodi/xbmc/xbmc/guilib/GUIFontTTF.cpp:720: error: undefined reference to 'FT_Glyph_To_Bitmap' /home/media/i4/kodi/xbmc/xbmc/guilib/GUIFontTTF.cpp:751: error: undefined reference to 'FT_Done_Glyph' /home/media/i4/kodi/xbmc/xbmc/guilib/GUIFontTTF.cpp:759: error: undefined reference to 'FT_Done_Glyph' /home/media/i4/kodi/xbmc/xbmc/guilib/GUIFontTTF.cpp:769: error: undefined reference to 'FT_Done_Glyph' /home/media/i4/kodi/xbmc/xbmc/guilib/GUIFontTTF.cpp:799: error: undefined reference to 'FT_Done_Glyph' /home/media/i4/kodi/xbmc/xbmc/guilib/GUIFontTTF.cpp:132: error: undefined reference to 'FT_Stroker_New' /home/media/i4/kodi/xbmc/xbmc/guilib/GUIFontTTF.cpp:291: error: undefined reference to 'FT_Stroker_Set' /home/media/i4/kodi/xbmc/tools/depends/target/freetype2/arm-linux-androideabi-android=21-debug/src/cache/ftcbasic.c:221: error: undefined reference to 'FT_Get_Glyph' collect2: error: ld returned 1 exit status CMakeFiles/kodi.dir/build.make:437: recipe for target 'libkodi.so' failed make[2]: *** [libkodi.so] Error 1 CMakeFiles/Makefile2:420: recipe for target 'CMakeFiles/kodi.dir/all' failed make[1]: *** [CMakeFiles/kodi.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 Can anyone give me a hint? RE: Android Build - Freetype2 error - DaVu - 2017-09-01 Please stop posting useless links that arenĀ“t even related to the topic |