Bitcoin Forum

Economy => Services => Topic started by: pjcltd on April 03, 2015, 10:27:44 AM



Title: I Need help building Mac OSX Wallets (BOUNTY)
Post by: pjcltd on April 03, 2015, 10:27:44 AM
Hi Guys

i have been trying to build mac wallets for a while now
i have followed LOADs of how to guides  none seem to work ( or it might be just me )

Any way i have had enough and i am will to offer up a bounty to any one that can configure my Macbook or any our system to build Max OSX wallets.

So heres what i want

to be able to build any coin wallet i want for MAC OSX
i can do windows  / Linux wallets now with out any issues
so im not totally think
 
I will be using ESCROW for this.

The bound is worth .50 BTC

I have all the kit for this
you can  setup my macbook air or i have a Laptop with linux running so you can use Gitian if that what you want.

i dint minde other way as long as i can build the wallets 100%

Feel free to drop me a PM or post on here.

Any one thinking of dropping a virus etc on my laptop / macbook
think again LOL


thanks
Paul




Title: Re: I Need help building Mac OSX Wallets (BOUNTY)
Post by: squall1066 on April 03, 2015, 10:33:14 AM
youl want to chat to this guy then, made all of mine  ;D

loljosh (https://bitcointalk.org/index.php?action=profile;u=249302)


Title: Re: I Need help building Mac OSX Wallets (BOUNTY)
Post by: pjcltd on April 03, 2015, 10:39:14 AM
youl want to chat to this guy then, made all of mine  ;D

loljosh (https://bitcointalk.org/index.php?action=profile;u=249302)

Thanks
I have sent him a PM.
Is your server working ok ?


Title: Re: I Need help building Mac OSX Wallets (BOUNTY)
Post by: squall1066 on April 03, 2015, 10:45:53 AM
youl want to chat to this guy then, made all of mine  ;D

loljosh (https://bitcointalk.org/index.php?action=profile;u=249302)

Thanks
I have sent him a PM.
Is your server working ok ?


have not had time to try yet, will be doing it later   8)


Title: Re: I Need help building Mac OSX Wallets (BOUNTY)
Post by: AhmedAshraf on April 03, 2015, 12:41:46 PM
Sent two tutorials
 


Title: Re: I Need help building Mac OSX Wallets (BOUNTY)
Post by: pjcltd on April 03, 2015, 12:45:00 PM
Sent two tutorials
 

Hi
like i said in the OP i have tried loads and i have the same problem every time


This is why i want someone to setup my macbook etc

but thanks for the posts  / PM's


Title: Re: I Need help building Mac OSX Wallets (BOUNTY)
Post by: AhmedAshraf on April 03, 2015, 03:29:09 PM
Sent two tutorials
 

Hi
like i said in the OP i have tried loads and i have the same problem every time


This is why i want someone to setup my macbook etc

but thanks for the posts  / PM's

What is the problem ?


Title: Re: I Need help building Mac OSX Wallets (BOUNTY)
Post by: pjcltd on April 03, 2015, 03:58:22 PM
Sent two tutorials
 

Hi
like i said in the OP i have tried loads and i have the same problem every time


This is why i want someone to setup my macbook etc

but thanks for the posts  / PM's

What is the problem ?

well this is a far as i get
/Developer/Tools/Qt/moc -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DMAC_OSX -DMSG_NOSIGNAL=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Qt4.8/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/usr/include/QtCore -I/Library/Frameworks/QtNetwork.framework/Versions/4/Headers -I/usr/include/QtNetwork -I/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/usr/include/QtGui -I/usr/include -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/opt/local/include -I/opt/local/include/db48 -Ibuild -Ibuild -F/Library/Frameworks -D__APPLE__ -D__GNUC__ src/qt/rpcconsole.cpp -o build/rpcconsole.moc
opt/local/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN"
make: *** [build/rpcconsole.moc] Error 1



i have looked up the error i know its to do with BOOST
but l cannot find the solution that works


Title: Re: I Need help building Mac OSX Wallets (BOUNTY)
Post by: c275 on April 08, 2015, 02:37:07 PM
sudo port uninstall boost
sudo port install boost


Title: Re: I Need help building Mac OSX Wallets (BOUNTY)
Post by: pjcltd on April 08, 2015, 03:02:41 PM
sudo port uninstall boost
sudo port install boost


Hi
thanks for the suggestion but
been there done that


Title: Re: I Need help building Mac OSX Wallets (BOUNTY)
Post by: Muhammed Zakir on April 08, 2015, 03:11:38 PM
Have you tried this tutorial? https://bitcointalk.org/index.php?topic=149479.0.

It is a windows tutorial, however, you may get something from it.

Also, it is mentioned in that thread that Boost 1.55 work better than 1.57. You may also want to try that.

P.S. http://www.boost.org/doc/libs/1_55_0/doc/html/quickbook/install.html#quickbook.install.macosx


Title: Re: I Need help building Mac OSX Wallets (BOUNTY)
Post by: pjcltd on April 08, 2015, 03:27:22 PM
Have you tried this tutorial? https://bitcointalk.org/index.php?topic=149479.0.

It is a windows tutorial, however, you may get something from it.

Also, it is mentioned in that thread that Boost 1.55 work better than 1.57. You may also want to try that.

P.S. http://www.boost.org/doc/libs/1_55_0/doc/html/quickbook/install.html#quickbook.install.macosx

Thanks for the suggestion i will have a look
I can build windows / linux wallets with out any issues.
but Mac OSX wallets  thats starting to do my head in .


Title: Re: I Need help building Mac OSX Wallets (BOUNTY)
Post by: Muhammed Zakir on April 08, 2015, 03:53:52 PM
Okay. You have tried guide in Bitcoin repo (https://github.com/bitcoin/bitcoin/blob/master/doc/build-osx.md), right?

If that also doesn't help, try other tutorial. I found these tutorials. Did you try these too?

• http://www.gubatron.com/blog/2014/02/03/how-to-actually-build-bitcoin-on-mac-osx-10-9-1/

Solving problems:

• http://gavintech.blogspot.in/2011/11/deploying-bitcoin-qt-on-osx.html
• http://bitcoin.stackexchange.com/questions/18167/build-bitcoin-qt-on-osx


Title: Re: I Need help building Mac OSX Wallets (BOUNTY)
Post by: c275 on April 08, 2015, 04:23:11 PM
sudo port uninstall boost
sudo port install boost


Hi
thanks for the suggestion but
been there done that

Uhm ok. I don't know why, but for me it works.
Now I have another problem
Code:
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [CannabisCoin-Qt.app/Contents/MacOS/CannabisCoin-Qt] Error 1
16:51:29: The process "/usr/bin/make" exited with code 2.

Did you have the same problem?