X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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: <1097059966 DOT 20190804092824 AT yandex DOT ru> In-Reply-To: <1097059966.20190804092824@yandex.ru> From: Gavin M2301 Date: Sun, 4 Aug 2019 05:33:54 -0400 Message-ID: Subject: Re: freetype not detected on configure To: cygwin AT cygwin DOT 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 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