summaryrefslogtreecommitdiff
path: root/14/d2d7294d0f41da177d8131d4010ecd703beb8c
blob: 93f16169e978e68e5032e510c7da0ec973f089a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194]
	helo=mx.sourceforge.net)
	by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <mjmvisser@gmail.com>) id 1QYUJY-0007pw-2e
	for bitcoin-development@lists.sourceforge.net;
	Mon, 20 Jun 2011 02:34:12 +0000
Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of gmail.com
	designates 74.125.83.47 as permitted sender)
	client-ip=74.125.83.47; envelope-from=mjmvisser@gmail.com;
	helo=mail-gw0-f47.google.com; 
Received: from mail-gw0-f47.google.com ([74.125.83.47])
	by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
	(Exim 4.76) id 1QYUJX-0006xq-9K
	for bitcoin-development@lists.sourceforge.net;
	Mon, 20 Jun 2011 02:34:12 +0000
Received: by gwb11 with SMTP id 11so63592gwb.34
	for <bitcoin-development@lists.sourceforge.net>;
	Sun, 19 Jun 2011 19:34:05 -0700 (PDT)
Received: by 10.236.27.37 with SMTP id d25mr7177419yha.160.1308537245764;
	Sun, 19 Jun 2011 19:34:05 -0700 (PDT)
Received: from [192.168.2.101] ([69.165.203.133])
	by mx.google.com with ESMTPS id v22sm3254310yhm.48.2011.06.19.19.34.04
	(version=TLSv1/SSLv3 cipher=OTHER);
	Sun, 19 Jun 2011 19:34:05 -0700 (PDT)
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset=us-ascii
From: Mark Visser <mjmvisser@gmail.com>
In-Reply-To: <20110619003048.GA26366@ulyssis.org>
Date: Sun, 19 Jun 2011 22:34:03 -0400
Content-Transfer-Encoding: quoted-printable
Message-Id: <3562E09F-A129-4D97-9624-6002544C7430@gmail.com>
References: <BANLkTi=S0_K7kftB-+driDFiXBQ6LDhSPQ@mail.gmail.com>
	<20110619003048.GA26366@ulyssis.org>
To: Pieter Wuille <pieter.wuille@gmail.com>
X-Mailer: Apple Mail (2.1084)
X-Spam-Score: -1.6 (-)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	-1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for
	sender-domain
	0.0 FREEMAIL_FROM Sender email is freemail (mjmvisser[at]gmail.com)
	-0.0 SPF_PASS               SPF: sender matches SPF record
	-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from
	author's domain
	0.1 DKIM_SIGNED            Message has a DKIM or DK signature,
	not necessarily valid
	-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
	0.0 RFC_ABUSE_POST Both abuse and postmaster missing on sender domain
X-Headers-End: 1QYUJX-0006xq-9K
Cc: bitcoin-development@lists.sourceforge.net
Subject: Re: [Bitcoin-development] Roadmap for autotools / Qt gui merge [Mac
	update]
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Mon, 20 Jun 2011 02:34:12 -0000

Hi everyone,

I spent some time today with the bitcoin-qt client and autotools on mac. =
The qt client builds and runs with a few small changes (mostly just =
#including boost/filesystem/operations.hpp in a few places).

Autotools + qt will take a bit longer. I've got something *almost* =
working, but I won't have a chance to finish it for the rest of the =
week. I'll push the changes to github tomorrow (Monday) so anyone else =
can take a crack at it if they so wish.

cheers,
-Mark

On 2011-06-18, at 8:30 PM, Pieter Wuille wrote:

> On Fri, Jun 17, 2011 at 06:42:30AM +0000, John Smith wrote:
>> Hello,
>>=20
>> I think my Qt GUI is pretty much ready for merging. I've been using =
it for a
>> while and all functionality works.
>>=20
>> What is the current roadmap for including the autotools build system, =
so
>> that it will be possible to support multiple GUIs? 0.4.0?
>=20
> The consensus seems to be to merge autotools and qtgui. However, =
autotools is
> apparently not tested (enough) on native windows and osx platforms.
>=20
> Anyone on this list with either development environnement, and =
willingness
> to test?
>=20
> --=20
> Pieter
>=20
>=20
> =
--------------------------------------------------------------------------=
----
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> Bitcoin-development mailing list
> Bitcoin-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bitcoin-development