Some updates to install and a problem. I'm on Mac OSX 10.8.5.
@obscuren any ideas?
1. I had to install mercurial from the mercurial page. brew wasn't working for me.
2. I had to install Xcode and command-line tools in Xcode preferences. (This was needed because clang path not found)
3. Now I'm receiving following errors:
$ go get -u github.com/ethereum/go-ethereum/ethereum
# github.com/obscuren/secp256k1-go
In file included from src/github.com/obscuren/secp256k1-go/secp256.go:9:
In file included from src/github.com/obscuren/secp256k1-go/./secp256k1/src/secp256k1.c:5:
In file included from src/github.com/obscuren/secp256k1-go/./secp256k1/src/impl/num.h:11:
src/github.com/obscuren/secp256k1-go/./secp256k1/src/impl/num_gmp.h:286:37: warning: passing 'char [257]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
/usr/local/include/gmp.h:1563:68: note: passing argument to parameter here
4. However, ethereum -m does work as shown below but directions forget to say to go into the directory where ethereum executable is:
++++++++++++++++ KeyRing +++++++++++++++++++
addr: ...
Comments
ethereal$ go install
# github.com/niemeyer/qml
In file included from ../../../niemeyer/qml/all.cpp:2:
../../../niemeyer/qml/cpp/capi.cpp:1:10: fatal error: 'QApplication' file not found
--been googling around trying things but no luck yet.
Seems like you're running into some build problems. Did you have a look at https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go) ?
/usr/local/Cellar/qt5/5.2.1/Ass...
$ go version
go version go1.2.1 darwin/amd64