Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1UzmZj-0000Ic-OG for bitcoin-development@lists.sourceforge.net; Thu, 18 Jul 2013 11:40:47 +0000 X-ACL-Warn: Received: from mail-bk0-f43.google.com ([209.85.214.43]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1UzmZh-0003ev-Kl for bitcoin-development@lists.sourceforge.net; Thu, 18 Jul 2013 11:40:47 +0000 Received: by mail-bk0-f43.google.com with SMTP id jm2so1149616bkc.30 for ; Thu, 18 Jul 2013 04:40:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:date:from:to:cc:message-id:in-reply-to:references:subject :x-mailer:mime-version:content-type:x-gm-message-state; bh=s5D0raWgmdbhZvzojSrx6nXt+CVtMRycSaSlkRil9iQ=; b=Ya8r17ijExiwHC6MU7BDm7y2+GX+duENyHpcbbwwZLRmTq/HQ+/TwJmX1BN12vffFu RfaIPd72/KHveygp7Dml6S8+tC/QJiaK9tsrpRJ3AJp4UkwHpUDFHK5PBkGFO7mpmlnH ToP0v2EBPyLqlkMzoIz1+Vka5eFDhqolVoc0CuoB7vAidXhgxttmC+NqGf6Rs3ChKQLS jacdorZJTWDGnd+xHeuSfUw62cdU8M4aIqyBscKei47TwY/c+dhZvNJbsA48E5eu1kMD fvNfv9b0f+M0kdMTBedlDYkFl5kVmnaIyVO73cggeeJyVihHVGIhhUQRZYN+kjGC2rHE 4PYA== X-Received: by 10.204.228.139 with SMTP id je11mr1718540bkb.83.1374147638679; Thu, 18 Jul 2013 04:40:38 -0700 (PDT) Received: from [10.0.1.6] (dynamic-78-8-128-77.ssp.dialog.net.pl. [78.8.128.77]) by mx.google.com with ESMTPSA id cb7sm3252923bkb.16.2013.07.18.04.40.36 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 18 Jul 2013 04:40:37 -0700 (PDT) Sender: Bazyli Zygan Date: Thu, 18 Jul 2013 13:40:35 +0200 From: Bazyli Zygan To: Mike Hearn Message-ID: In-Reply-To: References: <3E7894A0-06F3-453D-87F8-975A244EBACF@include7.ch> <2BDA0943-22BB-4405-9AF0-86FB41FD04A6@include7.ch> <2F20A509-13A9-4C84-86D7-A15C21BACD53@include7.ch> <2A1C412D-414E-4C41-8E20-F0D21F801328@grabhive.com> <8EE501AA-1601-4C28-A32E-80F17D219D3A@grabhive.com> <20130717105853.GA10083@savin> <3DB67FAF-E113-47FE-9043-C22D0F5A4F4A@grabhive.com> <16E9C860-51CA-4274-B852-A816D12B6A5B@mac.com> <7685FDAE-C584-4FC8-9751-4D5556EC57C7@grabhive.com> X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="51e7d433_631f1690_c6" X-Gm-Message-State: ALoCoQleQ0emf84M2uz6mJz9MMWLrO3Y4XfGzHN40OI131MYR0yOloC+obaoEM0wdDGSsdZ9QwHG X-Spam-Score: 1.0 (+) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. 1.0 HTML_MESSAGE BODY: HTML included in message X-Headers-End: 1UzmZh-0003ev-Kl Cc: Bitcoin Dev Subject: Re: [Bitcoin-development] SPV bitcoind? (was: Introducing BitcoinKit.framework) 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: Thu, 18 Jul 2013 11:40:47 -0000 --51e7d433_631f1690_c6 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi=21 I should introduce myself. I am the BitcoinKit developer. If you can call= that way a dude that wrapped up already existing code for Mac developers= easier to understand and use :-) I'm replying mostly because libcoin is something that I would like to hav= e a closer look at. Problems I've encountered with it so far are as follows: 1. It uses QT. Well. It's a lib. Or at least I've thought it was. But it seems that I re= ally need it to compile it. Dunno why yet. 2. Steps to create xcodeproject doesn't work =46or some reason when I've tried to follow steps to create an xcodeproje= ct from the cmake, it failed. 3. It doesn't compile at all Even after installing QT libs and using cmake to compile it from the term= inal=E2=80=A6 it fails on bitcoind.cpp. My assumtion is that cmake or not= - it uses llvm to compile the stuff. Because of the templates that bitcoind is actually using that's not gonna= work ever. That's why BitcoinKit is a separate dynamic library that's co= mpiled with gcc (or at least llvm pretending to be gcc ;P) Michael, have you tried to use your sources on Mac OS X recently=3F It se= ems to be a bit=E2=80=A6 outdated. /b --51e7d433_631f1690_c6 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Hi=21

I= should introduce myself. I am the BitcoinKit developer. If you can call = that way a dude that wrapped up already existing code for Mac developers = easier to understand and use :-)

I'm replying mostly because libcoin is something = that I would like to have a closer look at.
Problems I've encountered with it so= far are as follows:

1. It uses QT.
Well. It's a lib. Or at least I've thought it was. Bu= t it seems that I really need it to compile it. Dunno why yet.

2. Steps to create = xcodeproject doesn't work
=46or some reason when I've tried to follow steps to c= reate an xcodeproject from the cmake, it failed.

3. It doesn't compile at all
Even after = installing QT libs and using cmake to compile it from the terminal=E2=80=A6= it fails on bitcoind.cpp. My assumtion is that cmake or not - it uses ll= vm to compile the stuff.
Because of the templates that bitcoind is actually usin= g that's not gonna work ever. That's why BitcoinKit is a separate dynamic= library that's compiled with gcc (or at least llvm pretending to be gcc = ;P)
Micha= el, have you tried to use your sources on Mac OS X recently=3F It seems t= o be a bit=E2=80=A6 outdated.

/b
--51e7d433_631f1690_c6--