On Thu, May 28, 2015 at 6:13 AM, Daniel Salazar - patazstudio.com <[email protected]> wrote: > Thank you Campbell, I have checked that /usr/include/freetype/ does exist. > > Now I have this: > > FREETYPE_INCLUDE_DIR_freetype2 /usr/include > FREETYPE_INCLUDE_DIR_ft2build /usr/include/freetype > FREETYPE_LIBRARY /usr/include/freetype > > And configure is giving me this: > > INFOGNU gold linker isn't available, using the default system linker. > -- Found shared_ptr in std::tr1 namespace using <tr1/memory> header. > > And generate gives me this: > > WARNING: Target "blender" requests linking to directory > "/usr/include/freetype". Targets may link only to libraries. CMake is > dropping the item. > > Daniel Salazar > patazstudio.com
FREETYPE_LIBRARY Needs to reference a *.so / *.a file. eg: eg: FREETYPE_LIBRARY=/usr/lib/libfreetype.so _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
