Trying to figure it out. So far most dependencies are available (boost, gmp, crypto++, leveldb, yasm, miniupnpc) Cryptopp needs to be built from scratch, like in the guide. Comment if you have figured it out.
where did you find that old version of miniupnpc? I have miniupnpc-1.8.20131209-1 and it doesn't work, getting errors about /cpp-ethereum/libethereum/PeerNetwork.cpp: In constructor ‘eth::UPnP::UPnP()’: /home/rix/ethereum/cpp-ethereum/libethereum/PeerNetwork.cpp:559:56: error: too few arguments to function ‘void* miniwget(const char*, int*, unsigned int)’ descXML = (char*)miniwget(dev->descURL, &descXMLsize);
Probably haven't set an environment variable or something, but I can't get secp to install to the global include dir... I'm currently looking for it because since when do I have to copy these things on my own T_T
so what about libcrypto? i have installed crypto++-5.6.2-2 but the BUILDING.md talks about this needing to be built into a folder named libcrypto562 in path
Comments
Let's just say I'm a little rusty...
> "qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory"
> which qmake > "/usr/bin/qmake"
any suggestions?
installing qt through the software center now
/home/rix/ethereum/cpp-ethereum/libethereum/PeerNetwork.cpp:559:56: error: too few arguments to function ‘void* miniwget(const char*, int*, unsigned int)’
descXML = (char*)miniwget(dev->descURL, &descXMLsize);
which I assume has to do with that..
Edit: got it. I'm going to regret this later.
include_directories(${CMAKE_SOURCE_DIR}/secp256k1)
include_directories(${CMAKE_SOURCE_DIR}/secp256k1/include)
I followed all the steps in Building.md
Now I am getting errors about failed tests..
[ 95%] Building CXX object test/CMakeFiles/testeth.dir/dagger.cpp.o
Linking CXX executable testeth
/usr/bin/ld: cannot find -lsecp256k1
collect2: error: ld returned 1 exit status
test/CMakeFiles/testeth.dir/build.make:264: recipe for target 'test/testeth' failed
make[2]: *** [test/testeth] Error 1
CMakeFiles/Makefile2:128: recipe for target 'test/CMakeFiles/testeth.dir/all' failed
make[1]: *** [test/CMakeFiles/testeth.dir/all] Error 2
Makefile:75: recipe for target 'all' failed
make: *** [all] Error 2
yes ..
cpp-ethereum
cpp-ethereum-build
cryptopp562
secp256k1
all in the same directory