Post
Topic
Board Announcements (Altcoins)
Re: Official Anoncoin chat thread (including history)
by
Cryptoslave
on 09/06/2015, 20:42:03 UTC
Did you follow the instructions here: https://wiki.anoncoin.net/How_to_build_Anoncoin_develop, and build everything in the depends directory?

wow, thank you lunokhod, I was totally looking in the wrong direction... not building in the depends folder was my error. I needed to "cd depends" after autogen.sh
I'm used to stick to the README and INSTALL files when I'm compiling, and the instructions in the INSTALL file of the anoncoin-developp-themes were:

Code:
./autogen.sh
./configure
make
make install


Next time I'll look more carrefully in the wiki before posting here.

So now I have another building problem:

I ran autogen.sh in the root of the anoncoin-developp-themes uncompressed folder, then ran cd depends, and make.
But after 20 minutes or so, it is stuck at "fetching qt46", and top command shows no cpu activity for that task. I stopped, ran make again, same thing. All dependencies are satisfied by the way.

Fetching QT download it from web and this can take alot of time (it is the most long task in the whole building).

Let it run for 30 min - 1 h before becoming worried (take 20 min here)...