Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Greececoin (GRCE) - LAUNCHED GET MINING!! - ENJOY & LETS GO GREECECOIN!
by
thesociableme
on 22/03/2014, 21:11:44 UTC
POOL OWNERS:

cd leveldb
wget https://github.com/bitcoin/bitcoin/raw/master/src/leveldb/Makefile
make
make libmemenv.a

THEN COMPILE.



After getting makefile....    By the way this is osx 10.9    

mark@Developer-III/~/Dropbox/projects/Greececoin/src/leveldb (master) ॐ make
/bin/sh: ./build_detect_platform: Permission denied
Makefile:18: build_config.mk: No such file or directory
make: *** No rule to make target `build_config.mk'.  Stop.

CHMOD 755 that file

Thanks...    Now it seems I have to upgrade boost:

/usr/local/include/boost/atomic/detail/gcc-atomic.hpp:961:64: error: no matching constructor for initialization of 'storage_type'
      (aka 'boost::atomics::detail::storage128_type')

Per this github issue....  https://github.com/Homebrew/homebrew/issues/27396