From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31023 invoked by alias); 4 Aug 2019 09:34:09 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 31015 invoked by uid 89); 4 Aug 2019 09:34:09 -0000 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 Received: from mail-io1-f50.google.com (HELO mail-io1-f50.google.com) (209.85.166.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 04 Aug 2019 09:34:07 +0000 Received: by mail-io1-f50.google.com with SMTP id e20so28477282iob.9 for ; Sun, 04 Aug 2019 02:34:07 -0700 (PDT) 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.20190804092824@yandex.ru> In-Reply-To: <1097059966.20190804092824@yandex.ru> From: Gavin M2301 Date: Sun, 04 Aug 2019 09:34:00 -0000 Message-ID: Subject: Re: freetype not detected on configure To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00045.txt.bz2 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