freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] Problem in ft2-demo compilation.


From: Parth Wazurkar
Subject: Re: [ft-devel] Problem in ft2-demo compilation.
Date: Mon, 17 Sep 2018 20:00:51 +0530

I tested the compilation on a fresh ubuntu 18.04 box,
and `ft2-demos' are not allocating a display surface.
Here is the output of `ldd path/to/installed/ftview':

    linux-vdso.so.1 (0x00007fff350b1000)
    libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007f252ae51000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f252aa60000)
    libpng16.so.16 => /usr/lib/x86_64-linux-gnu/libpng16.so.16 (0x00007f252a82e000)
    libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f252a611000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f252b323000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f252a273000)

which when compared to a correct compilation, has a
difference of these libraries,

    libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f40192d7000)
    libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f40188ac000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f40186a8000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f40198bb000)
    libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f401819b000)

Also, `libx11-dev' is properly installed, and `libX11.so' files are located in In
`/usr/lib/x86_64-linux-gnu/'.

What can be the problem?


Thank you



  Parth

reply via email to

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