Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: c275 on April 14, 2015, 05:00:33 PM



Title: Error compiling Mac Wallet
Post by: c275 on April 14, 2015, 05:00:33 PM
Hi guys!
when i try to compile a Mac Wallet for any coin, I always have this error:

ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)


This is my config:
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix

MacBook Pro 2009


Any help?  :(


Title: Re: Error compiling Mac Wallet
Post by: billotronic on April 14, 2015, 08:31:27 PM
how are your deps installed?

and how are you cookin? qmake or autotools?


Title: Re: Error compiling Mac Wallet
Post by: c275 on April 15, 2015, 03:28:05 AM
how are your deps installed?

port

Quote
and how are you cookin? qmake or autotools?

qmake
make


Title: Re: Error compiling Mac Wallet
Post by: c275 on April 15, 2015, 03:47:36 PM
nobody can help me?  :'(


Title: Re: Error compiling Mac Wallet
Post by: billotronic on April 15, 2015, 05:52:34 PM
uninstall all deps then reinstall each with the +universal flag and see if that sorts you out. I've been to this party before but for the life of me I cannot remember how I fixed it


Title: Re: Error compiling Mac Wallet
Post by: c275 on May 11, 2015, 11:56:16 AM
uninstall all deps then reinstall each with the +universal flag and see if that sorts you out. I've been to this party before but for the life of me I cannot remember how I fixed it

doesn't work for me  :'(