Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1QZOGY-0001r4-GZ for bitcoin-development@lists.sourceforge.net; Wed, 22 Jun 2011 14:18:50 +0000 X-ACL-Warn: Received: from rhcavuit01.kulnet.kuleuven.be ([134.58.240.129] helo=cavuit01.kulnet.kuleuven.be) by sog-mx-3.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1QZOGV-0000s6-2b for bitcoin-development@lists.sourceforge.net; Wed, 22 Jun 2011 14:18:50 +0000 X-KULeuven-Envelope-From: sipa@ulyssis.org X-Spam-Status: not spam, SpamAssassin (not cached, score=-48.788, required 5, autolearn=disabled, DKIM_ADSP_CUSTOM_MED 0.00, FREEMAIL_FROM 0.00, KUL_SMTPS -50.00, NML_ADSP_CUSTOM_MED 1.20, T_TO_NO_BRKTS_FREEMAIL 0.01) X-KULeuven-Scanned: Found to be clean X-KULeuven-ID: EBE5713830D.A790B X-KULeuven-Information: Katholieke Universiteit Leuven Received: from smtps01.kuleuven.be (smtpshost01.kulnet.kuleuven.be [134.58.240.74]) by cavuit01.kulnet.kuleuven.be (Postfix) with ESMTP id EBE5713830D for ; Wed, 22 Jun 2011 16:18:37 +0200 (CEST) Received: from smtp.ulyssis.org (mail.ulyssis.student.kuleuven.be [193.190.253.235]) by smtps01.kuleuven.be (Postfix) with ESMTP id DE90231E702 for ; Wed, 22 Jun 2011 16:18:37 +0200 (CEST) Received: from wop.ulyssis.org (wop.intern.ulyssis.org [192.168.0.182]) by smtp.ulyssis.org (Postfix) with ESMTP id A61C81005D for ; Wed, 22 Jun 2011 16:19:12 +0200 (CEST) Received: by wop.ulyssis.org (Postfix, from userid 615) id BAACD87C1B0; Wed, 22 Jun 2011 16:18:37 +0200 (CEST) Date: Wed, 22 Jun 2011 16:18:37 +0200 X-Kuleuven: This mail passed the K.U.Leuven mailcluster From: Pieter Wuille To: bitcoin-development@lists.sourceforge.net Message-ID: <20110622141836.GA16598@ulyssis.org> References: <20110619003048.GA26366@ulyssis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110619003048.GA26366@ulyssis.org> X-PGP-Key: http://sipa.ulyssis.org/pubkey.asc User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: 1.2 (+) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. 0.0 FREEMAIL_FROM Sender email is freemail (pieter.wuille[at]gmail.com) 0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is CUSTOM_MED 1.2 NML_ADSP_CUSTOM_MED ADSP custom_med hit, and not from a mailing list 0.0 T_TO_NO_BRKTS_FREEMAIL T_TO_NO_BRKTS_FREEMAIL -0.0 AWL AWL: From: address is in the auto white-list X-Headers-End: 1QZOGV-0000s6-2b Subject: Re: [Bitcoin-development] Roadmap for autotools / Qt gui merge X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2011 14:18:50 -0000 On Sun, Jun 19, 2011 at 02:30:49AM +0200, Pieter Wuille wrote: > The consensus seems to be to merge autotools and qtgui. However, autotools is > apparently not tested (enough) on native windows and osx platforms. > > Anyone on this list with either development environnement, and willingness > to test? Jaromil has his autotools branch rebased against git master, and included Mark's NOSIGPIPE/NOSIGNAL patch (needs a commit summary, though). Can people test this compiles+works on several systems (ubuntu, fedora(?), mingw crosscompile, osx, ...)? See https://github.com/jaromil/bitcoin/commits/autotools3 For me, it works on Ubuntu 10.10 amd64, including wx gui. -- Pieter