Re: Need help compiling freetype demos

2023-05-11 Thread Craig White
Thanks for the help! re-cloning and hiding libpng in a directory inside of /usr/local worked. On Wed, May 10, 2023 at 2:57 AM Werner LEMBERG wrote: > >> I use meson 0.59.4, you have version 0.61.2, maybe this makes a > >> difference? > > > > I vaguely remember there were some issues with newer

Re: Need help compiling freetype demos

2023-05-09 Thread Werner LEMBERG
>> I use meson 0.59.4, you have version 0.61.2, maybe this makes a >> difference? > > I vaguely remember there were some issues with newer versions of > meson that broke the CI, so we decided to freeze the meson version > there. > > I don't know if the errors are still present, will have to check

Re: Need help compiling freetype demos

2023-05-09 Thread Anurag Thakur
> I use meson 0.59.4, you have version 0.61.2, maybe this makes a difference? I vaguely remember there were some issues with newer versions of meson that broke the CI, so we decided to freeze the meson version there. I don't know if the errors are still present, will have to check. Regards Anu

Re: Need help compiling freetype demos

2023-05-09 Thread Werner LEMBERG
> I'm subscribed already and getting emails from the mailing list. Indeed, you are, sorry. For some reason, I got a mailman admin message... > https://hastebin.com/share/gejakiluli.yaml > Here's the output of meson setup. I get approximately the same, except the 'lrelease' warning for Qt5, wh

Re: Need help compiling freetype demos

2023-05-09 Thread Craig White
I'm subscribed already and getting emails from the mailing list. https://hastebin.com/share/gejakiluli.yaml Here's the output of meson setup. I did not set --prefix I ran ldconfig with no arguments and it gave no output. I also confirmed that `usr/local/lib/` is mentioned in `/etc/ld.so.conf`.

Re: Need help compiling freetype demos

2023-05-09 Thread Werner LEMBERG
[Please subscribe to the 'freetype-devel' mailing list!] Hello Craig, > 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

Re: Need help compiling freetype demos

2023-05-09 Thread Hugh McMaster
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-

Need help compiling freetype demos

2023-05-09 Thread Craig White
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? Thanks