Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PSP] POSPRO - POW/POS - ICO Start 13th May 11 AM -www.pospro.link
by
smarterhash
on 29/05/2016, 11:44:56 UTC
Thaks - I fixed it with this:

mkdir -p src/obj/zerocoin
chmod +x src/leveldb/build_detect_platform
cd src/leveldb && make libleveldb.a libmemenv.a

it's synching now - thanks


Hi all!

So, it's too much errors in source code. I fixed part of the errors and push source code to github  — https://github.com/TheRCG/PSP

Changes:
- fix makefiles
- fix libleveldb.a creating
- fix boostlibs use
- fix miniupnpc use (define -DMINIUPNP_STATICLIB)
- fix daemon build problem (may be this help to pools)
- make two .pro versions for different OS
 → PosPro-Qt-Win.pro for Windows
 → PosPro-Qt-Linux.pro for Unix
- add checkpoint
- change some conflicting info in .cpp files
- cosmetic changes.

Use this source code if you want.
I would be grateful for information about errors and how to resolve them!

PS nothing about QR-code  Angry

zerocoin/Accumulator.cpp:106:1: fatal error: opening dependency file obj/zerocoin/Accumulator.d: No such file or directory
 } /* namespace libzerocoin */
 ^
compilation terminated.
make: *** [obj/zerocoin/Accumulator.o] Error 1


cd in your /path/to/PSP-master/src and type
Code:
mkdir obj/zerocoin

then try again.