From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49948 invoked by alias); 3 Aug 2019 19:32:48 -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 49941 invoked by uid 89); 3 Aug 2019 19:32:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=H*c:alternative X-HELO: mail-io1-f53.google.com Received: from mail-io1-f53.google.com (HELO mail-io1-f53.google.com) (209.85.166.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 03 Aug 2019 19:32:46 +0000 Received: by mail-io1-f53.google.com with SMTP id m24so159555029ioo.2 for ; Sat, 03 Aug 2019 12:32:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=ZH5fymm8w+VaGT9LVpTUEVFKplzrSLzsKLmBDSThSlg=; b=iq3uEMPsMqQUILMn8tw1he4pPgsU8+CFkI4qDUPNj80krr39+800t0u2uoYo+5HqF5 T6LP3I8gSBnAEy5g/uTr78m4EykO+8hWYvU6wNJrXQn1qCzzklnfEke0iitfRIW6Xfoi bAGEf2l2ywXa7cz8Ur3FZnlPRXzc4HnZdT8z20+/whtVxByANC6wubec72upyr846Ffb katj19mPFpv8sVLtdV38NhkR/Cd+LP3frmY7MHkaSWKIEM0AdrynC3geeNoJXK/6UjAi 12TbxHu027w6zw/4aTUlLqS4sWSrFGJ3CPKjRwX8fDB8HJ0jy5ltKAdl/b+iav+gocra SKrg== MIME-Version: 1.0 From: Gavin M2301 Date: Sat, 03 Aug 2019 19:32:00 -0000 Message-ID: Subject: 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/msg00040.txt.bz2 Hi all- I am trying to run this: ./configure --host=x86_64-w64-mingw32 \ --prefix=$MINGWROOT \ --enable-debug \ --with-{freetype,sdl,png,jpeg,gl}=$MINGWROOT \ --without-{fontconfig,sndfile,gettext,iconv} I get this for an error msg: checking for FreeType...no * * The FreeType library was not found, aborting! * * Agar needs FreeType to display vector fonts * (http://www.freetype.org/). I think I checked everything in the package manager that said freetype. Any ideas on what I can do? thanks. -- 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