ManojNimbalkar / bitcoin-wallet

Automatically exported from code.google.com/p/bitcoin-wallet
0 stars 0 forks source link

com.google.bitcoin.core.NetworkConnection.NetworkConnection no longer has getRemoteIp() #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Trying to build this project under Eclipse w/ Android tools.

I get an error at Service.java:104 saying:

The method getRemoteIp() is undefined for the type 
NetworkConnection   Service.java

Are you using a different version of bitcoinj.jar? I'm building against HEAD.  
Is there a list of library dependencies with versions somewhere that I'm 
missing?

Original issue reported on code.google.com by pjimen...@gmail.com on 11 Jun 2011 at 3:52

GoogleCodeExporter commented 9 years ago
Furthermore the method "Wallet.removeEventListener(...)" is unknown (using 
bitcoinj-0.2).

To be able to build this GPL V3 software we really do have to know the correct 
dependencies!

Original comment by wiedmann.michael on 27 Jun 2011 at 5:29

GoogleCodeExporter commented 9 years ago

Original comment by andreas....@gmail.com on 11 Jul 2011 at 1:37

GoogleCodeExporter commented 9 years ago
I have now checked in the branch of BitcoinJ I am using. I really had hoped to 
not create a branch, but it seems inevitable.

However, this client should now build OOTB.

Original comment by andreas....@gmail.com on 14 Jul 2011 at 1:13

GoogleCodeExporter commented 9 years ago
I now even checked in the other dependencies (as a lib) and all Eclipse project 
files.

Original comment by andreas....@gmail.com on 20 Jul 2011 at 10:57