This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: freetype not detected on configure
- From: Gavin M2301 <lokiofasgard501 at gmail dot com>
- To: cygwin at cygwin dot com
- Date: Sun, 4 Aug 2019 05:33:54 -0400
- Subject: Re: freetype not detected on configure
- References: <CAHiusVhzfaA+4f_f5LneaO=MWnOxS725NjmHStu5VjA0ahhBuw@mail.gmail.com> <1097059966.20190804092824@yandex.ru>
Hi Andrey-
I had to set up ming in Cygwin correctly.
$ x86_64-w64-mingw32-gcc.exe `agar-config --cflags` -o hello
hello.c `agar-config --libs`
The cool trick is cygcheck. That allows you to see which dependency you are
missing so you can play with the package manager in cygwin and install the
right mingw packages.
The on-line help and the tricks Charles showed me earlier by running
agar-config --cflags and agar-config --libs helps you figure out what you
need on the system.
I guess that is about it. Thx!
On Sun, Aug 4, 2019 at 2:35 AM Andrey Repin <anrdaemon@yandex.ru> wrote:
> Greetings, Gavin M2301!
>
> > I just needed to play with the versions that were offered in the package
> > manager. It is working now.
>
> It would be beneficial to future readers if you specify, what exactly
> helped
> your cause/how did you solved your issue.
>
>
> --
> With best regards,
> Andrey Repin
> Sunday, August 4, 2019 9:27:57
>
> Sorry for my terrible english...
>
>
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple