freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] Contribution to freetype


From: Parth Wazurkar
Subject: Re: [ft-devel] Contribution to freetype
Date: Fri, 16 Feb 2018 13:02:15 +0530

OK I will do that.
Actually I thought if there was any error in my installation or not.
Thank You

Regards,
Parth

On Fri, Feb 16, 2018 at 11:51 AM, Werner LEMBERG <address@hidden> wrote:

> I successfully compiled the example in this way:
> $gcc example1.c -I/home/parth/anaconda3/include/freetype2 \
>      -L/home/parth/anaconda3/lib -lfreetype -lm
>
> But, when I run $./a.out font sample-text for checking output it
> shows Segmentation fault (core dumped).  Please help.

The demo programs leave out all error checking for simplicity.  You
have to take care of that by yourself.

I strongly suggest that you get acquainted with (a) compiling and
linking in general, and (b) how to use a debugger like `gdb' or a GUI
front-end to it to identify the source code location where the program
crashed.

However, this mailing list is not the right place to do that, sorry.


    Werner


reply via email to

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