X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=jI5605hnd5nO1C+RxuPrgQWL15l28xO88q/dP09QbdM=; b=XyJq7A0EQUUlfevNGdV2/SV5TpWgtLm02sMkfaDd0b7Cv6YelHJs0/fiwdfNTCSrwb OueLPJmvd2G4JvwA/7udSwKmRNHDYYYM/pWyZCTd5ivpltWx2m4Hfp29GhD2KGzWWTaQ 1p7hvl2yzQ7rs7J5fMJKT5LwXTIMr+e/5kBoyv9TbM+/4F2h/fiZHNe5ByWtt7Qajbyd ODC5qWAYb2cVeyOnu/9Ms7AxoIUMFBNgSOEtELfONq+7cB5Xwq9dy+AvWn05gS0GIrvw KUMpDagMEWJalURFYpEjCwKF1GFsSdK2rNS+VDlQ/sEfLqZa69+fMyK5onjFr9eyqNLR pRvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=jI5605hnd5nO1C+RxuPrgQWL15l28xO88q/dP09QbdM=; b=kxpSKXkoZKyjKiEN+XglrMN1Piv2dmbXk5RFaGif0wjcO51pSd0LODYz/fvlKvFtbP yn8TD/+gsdHUokE0JYHl8QtsyuVm3tZpWKJfofKdXCZqwxYG2XjJ/0Y9/zSTfrKvZLIZ EnhzhKHpwidt41eFaXvX6VdAgjEIoJWmJRegyZ7Z35zQ1Oev7XhhwWFOASt6/uLCh0vo MFKurQpObQty56TO/EYpttYAOMFtNELR8JiLjWE4N2IBGMulTNKx6t0rTwzH0hPO8NkX Nj/LqZqdlPQNOFulAecmec+Wh/UfTDvDTwUmQ04H6ar64TNlSWc+jeoqP0u3LvHD0mWu ZsPw== X-Gm-Message-State: APjAAAWf6BB03ddDlWUqkbOKUDomAnsWj50KsBqawRuTCUIp9MJIzz8k ynFcYYHzc+mRDiwFyKZAL+gvJaak X-Google-Smtp-Source: APXvYqyyHFhaRJOgXYuFst81CULWqA1SyOzotjvwDB4gk0U/ddLYfPhTU6ooa6GTsErjdYEzmql23A== X-Received: by 2002:a0c:ea87:: with SMTP id d7mr871851qvp.173.1569979504951; Tue, 01 Oct 2019 18:25:04 -0700 (PDT) Subject: Re: [geda-user] Windows builds (gEDA/gaf and Lepton)? To: geda-user AT delorie DOT com References: <20190930203037 DOT 0bf381f9 AT demon> <20191001014710 DOT 7a14fcb1 AT demon> From: "Cesar Strauss (cestrauss AT gmail DOT com) [via geda-user AT delorie DOT com]" Message-ID: <5D93FC71.1070605@gmail.com> Date: Wed, 2 Oct 2019 01:25:05 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 01/10/2019 11:19, Bob Paddock (graceindustries AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: >> Do you have libguile-devel package installed? > > libguile is installed. The '-devel' part dooesn't apply in mysys2. > Is there something else that would be missing? > > $ pacman -Qi libguile > Name : libguile This package is the MSYS version, which depends on the POSIX emulator layer (msys-2.0.dll). You want the native MinGW 32 or 64 version. The package names are prefixed with "mingw-w64-i686-" or "mingw-w64-x86_64-". For instance: $ pacman -Ss libiconv mingw32/mingw-w64-i686-libiconv 1.16-1 Character encoding conversion library (mingw-w64) mingw64/mingw-w64-x86_64-libiconv 1.16-1 [installed: 1.14-5] Character encoding conversion library (mingw-w64) msys/libiconv 1.16-1 (libraries) [installed: 1.14-2] Libiconv is a conversion library msys/libiconv-devel 1.16-1 (development) libiconv headers and libraries Unfortunately, there is currently no packaged MinGW version of Guile, just the MSYS version: $ pacman -Ss guile msys/guile 2.2.6-1 a portable, embeddable Scheme implementation written in C msys/libguile 2.2.6-1 (libraries) a portable, embeddable Scheme implementation written in C msys/libguile-devel 2.2.6-1 (development) a portable, embeddable Scheme implementation written in C Regards, Cesar