freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] GSoC 2017


From: k kushal
Subject: Re: [ft-devel] GSoC 2017
Date: Sun, 26 Mar 2017 01:03:01 -0700

 gcc first.c -o first.o -I/usr/local/include/freetype2 -lm
/tmp/ccJ2R6G5.o: In function `main':
first.c:(.text+0x26f): undefined reference to `FT_Init_FreeType'
first.c:(.text+0x28e): undefined reference to `FT_New_Face'
first.c:(.text+0x2b2): undefined reference to `FT_Set_Char_Size'
first.c:(.text+0x3d0): undefined reference to `FT_Set_Transform'
first.c:(.text+0x3f8): undefined reference to `FT_Load_Char'
first.c:(.text+0x47f): undefined reference to `FT_Done_Face'
first.c:(.text+0x48b): undefined reference to `FT_Done_FreeType'
collect2: error: ld returned 1 exit status

When I do compilation of the Example given in the site after installing the library, I am getting these errors.
What to do ?

On Mon, Mar 20, 2017 at 8:46 AM, Werner LEMBERG <address@hidden> wrote:

Hello Kushal!


> I am becoming familiar with the code base.

This is very good.

> I would like to work on the project of 'Developing a test framework
> for checking FreeType's rendering output'.

OK, so please write a proposal (or maybe just your first ideas that
will lead into a proposal) how you would like to tackle the issue.
Direct any questions to the list so that we can assist you in setting
up something useful (however, *you* must do that :-).


    Werner


PS: Be sure to read all the relevant gsoc documents (in particular the
    students' manual

      https://developers.google.com/open-source/gsoc/resources/manual


reply via email to

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