From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mads Elvheim Newsgroups: gmane.lisp.guile.devel Subject: Automated build script for Windows builds Date: Mon, 4 Jan 2016 03:27:55 +0100 Message-ID: <5689D8AB.2000206@mechcore.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1451874511 13036 80.91.229.3 (4 Jan 2016 02:28:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Jan 2016 02:28:31 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jan 04 03:28:22 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aFusf-0001dW-35 for guile-devel@m.gmane.org; Mon, 04 Jan 2016 03:28:21 +0100 Original-Received: from localhost ([::1]:43597 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFuse-0007cd-4d for guile-devel@m.gmane.org; Sun, 03 Jan 2016 21:28:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFusY-0007cX-Dg for guile-devel@gnu.org; Sun, 03 Jan 2016 21:28:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aFusT-0006MI-BQ for guile-devel@gnu.org; Sun, 03 Jan 2016 21:28:14 -0500 Original-Received: from smtp.domeneshop.no ([194.63.252.55]:47091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFusT-0006M2-4m for guile-devel@gnu.org; Sun, 03 Jan 2016 21:28:09 -0500 Original-Received: from [188.113.83.105] (port=34389 helo=[10.0.0.11]) by smtp.domeneshop.no with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1aFusO-0003ZL-G3 for guile-devel@gnu.org; Mon, 04 Jan 2016 03:28:04 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 194.63.252.55 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:18103 Archived-At: I made an hacky shell script to automatically build guile from the git repo for Windows. I have only tested it on Ubuntu 14.04 with MinGW-w64, but it should be easy to get working on multiple systems with some small changes. Repo on github: https://github.com/Madsy/guile-automatic-build Win32 binaries people can use: http://www.mechcore.net/files/guile/win32/ In addition to building guile, I made some Windows scripts for starting guile with the correct search paths, and to run the test suite.