freetype-devel
[Top][All Lists]
Advanced

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

Re: Need help compiling freetype demos


From: Hugh McMaster
Subject: Re: Need help compiling freetype demos
Date: Wed, 10 May 2023 11:19:12 +1000

On Wed, 10 May 2023 at 10:48, Craig White wrote:
>
> I am trying to compile the freetype demo programs using meson, and I get this 
> linker error:
> https://hastebin.com/share/utuhanafik.bash
> it appears to be complaining about cairo.  I am running ubuntu 22 LTS and 
> have the latest "libcairo2-dev" installed.  How can I fix this?

Did you set the `--prefix` option when running `meson setup`?

Your build system is include /local/ in some paths, which is incorrect
for Debian-based systems.

>From the fourth line of your log:
/usr/local/lib/x86_64-linux-gnu/libpng16.so  --> incorrect
/usr/lib/x86_64-linux-gnu/librsvg-2.so  --> correct



reply via email to

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