X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:references:in-reply-to:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=kN273CT
	JDB91WpC+inFktnkrfj5pRmjOkw8V/KbCCxkk3bpK6praURRdt1X/+r3WhDhgU7j
	NY4ZFToUSnBqi0f5v6MkS6IAjGvDkn9f2aaEq+L2umB9ImVi7Nx0NK5KYuiVyOxn
	nFwfS/eWe91zV5rMOMUe/Ero1jWGS5P9Is5I=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:references:in-reply-to:from:date
	:message-id:subject:to:content-type; s=default; bh=1NiLAzFaYIuD+
	jJ4pOkuq3s1YV4=; b=s39dIrK3Mo7THT8AwwJOAcAFu/Js1HiVNGZFBR+jVXNpS
	ZotNBnjfs6heMf/J91+cQoRdLrAQ6sV2voiWE6R5fy4snYpKtgeFjxI2cBRumLZo
	/xpL9voB9pCGZ2xaYanHSFAaVjNujldoR3mGjVR74WqSpibOU+qCxed4g02qy4=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=Charles, charles, Gavin, Repin
X-HELO: mail-io1-f50.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20161025;        h=mime-version:references:in-reply-to:from:date:message-id:subject:to;        bh=pxICgDwgpUgwCRrWu0j/lnu3c3Ge/FsSH9s2cJXqPfM=;        b=JmZ7EyewpyEycIXa+x2P+IW95wKAX9iQn9R+Ho0+meHMEAtyD3gXdaXJ1fIToQdQtu         aG94ViDz5uT8X8MGsjGg8Z21XG1SpxfABHHsE5xB3P2NCSZHwYbyzsoxnGz8yBdtLTJU         b+hDipy5z5sSQu94QY7JnyvUyC0AHOr82WztH3AU411VloA97tvTZ/C4VFGIlpyc4g6N         bBI8rWEqkT1+AbHDcoS828w2ZlZZuUWB5SQqbDj59Pyt1orY61wLHO6JoTm/D3tEm8Yn         lzkGkfvGUz+UZu19rLxGSI8mslgxYjzE6+Lcu8X9wJyfbLOY1FsLQHMsaWgU3+5DDAxq         vNag==
MIME-Version: 1.0
References: <CAHiusVhzfaA+4f_f5LneaO=MWnOxS725NjmHStu5VjA0ahhBuw@mail.gmail.com> <1097059966.20190804092824@yandex.ru>
In-Reply-To: <1097059966.20190804092824@yandex.ru>
From: Gavin M2301 <lokiofasgard501@gmail.com>
Date: Sun, 4 Aug 2019 05:33:54 -0400
Message-ID: <CAHiusVjsowO1zA=Qr1M7hkU5nDTt+gbDHSJAY5CAJj+EFLTTHg@mail.gmail.com>
Subject: Re: freetype not detected on configure
To: cygwin@cygwin.com
Content-Type: text/plain; charset="UTF-8"
X-IsSubscribed: yes

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

