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
|
Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193]
helo=mx.sourceforge.net)
by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
(envelope-from <dhuff@jrbobdobbs.org>) id 1Qd3do-0007lk-2H
for bitcoin-development@lists.sourceforge.net;
Sat, 02 Jul 2011 17:06:00 +0000
X-ACL-Warn:
Received: from mail-yx0-f175.google.com ([209.85.213.175])
by sog-mx-3.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
(Exim 4.76) id 1Qd3dn-0001fA-5t
for bitcoin-development@lists.sourceforge.net;
Sat, 02 Jul 2011 17:06:00 +0000
Received: by yxi19 with SMTP id 19so404371yxi.34
for <bitcoin-development@lists.sourceforge.net>;
Sat, 02 Jul 2011 10:05:53 -0700 (PDT)
Received: by 10.236.155.133 with SMTP id j5mr5325526yhk.488.1309626353686;
Sat, 02 Jul 2011 10:05:53 -0700 (PDT)
Received: from [10.253.253.32] (cpe-70-124-63-160.austin.res.rr.com
[70.124.63.160])
by mx.google.com with ESMTPS id j65sm568970yhm.40.2011.07.02.10.05.52
(version=TLSv1/SSLv3 cipher=OTHER);
Sat, 02 Jul 2011 10:05:52 -0700 (PDT)
Sender: Doug <mith@jrbobdobbs.org>
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset=us-ascii
From: Douglas Huff <dhuff@jrbobdobbs.org>
In-Reply-To: <CAJNQ0svyJcob=gfWfi7YuLWTdbLokrFyDGnMFtYLRk_29r-DZw@mail.gmail.com>
Date: Sat, 2 Jul 2011 12:05:51 -0500
Content-Transfer-Encoding: quoted-printable
Message-Id: <1DBB0EED-7A9C-46AC-ABE2-6214ABD3FE9A@jrbobdobbs.org>
References: <CAJNQ0stvozeQAVFkduY7Ph5EXy8ayYwiu4T+6Oz1RwjgiDnBeA@mail.gmail.com>
<201107021050.10563.luke@dashjr.org>
<CAJNQ0svyJcob=gfWfi7YuLWTdbLokrFyDGnMFtYLRk_29r-DZw@mail.gmail.com>
To: John Smith <witchspace81@gmail.com>
X-Mailer: Apple Mail (2.1084)
X-Spam-Score: 0.0 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
See http://spamassassin.org/tag/ for more details.
X-Headers-End: 1Qd3dn-0001fA-5t
Cc: bitcoin-development@lists.sourceforge.net
Subject: Re: [Bitcoin-development] Reconsider build system change?
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: Sat, 02 Jul 2011 17:06:00 -0000
Cmake is just as bad as autotools, just with a different syntax and more =
"buzz" behind it right this second. I don't see any advantage to it over =
autotools unless you're not familiar with either and even then I =
wouldn't really call it an advantage. It's just different.
It also requires a dependency that isn't installed by default anywhere, =
as already mentioned, and is less known outside of some obscure qt/kde =
circles and so finding people who are familiar with it and are willing =
to maintain it is more difficult.=20
Autotools is the devil you know.
You'll probably throw out that mysql and compiz have switched to it, but =
really, those projects aren't something that should be emulated by =
anyone. Ever.
On Jul 2, 2011, at 11:50 AM, John Smith wrote:
> On Sat, Jul 2, 2011 at 2:50 PM, Luke-Jr <luke@dashjr.org> wrote:
> On Saturday, July 02, 2011 3:29:04 AM John Smith wrote:
> > Why again did we choose for autotools as future build system instead =
of
> > cmake?
>=20
> I don't really care much either way, but cmake doesn't follow the =
standard
> build procedure (./configure && make && make install), though I =
imagine
> ./configure could be emulated with some script.
>=20
> It would change the sequence to
>=20
> cmake . && make && make install
>=20
> So a shell script named 'configure' that starts 'cmake .' is the most =
easy case :-) Probably it'd also need to pass through some command line =
args, for example --prefix.
>=20
> JS
>=20
> =
--------------------------------------------------------------------------=
----
> All of the data generated in your IT infrastructure is seriously =
valuable.
> Why? It contains a definitive record of application performance, =
security=20
> threats, fraudulent activity, and more. Splunk takes this data and =
makes=20
> sense of it. IT sense. And common sense.
> =
http://p.sf.net/sfu/splunk-d2d-c2_________________________________________=
______
> Bitcoin-development mailing list
> Bitcoin-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
--=20
Douglas Huff
|