Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NEOC] NeoCortex - First Only NeoScrypt Algo Coin - LAUNCHED!
by
ascii
on 28/07/2014, 00:09:05 UTC
the .pro file is a disaster  Shocked

It shouldn't be that bad. I have updated the .pro file now to include the neoscrypt algo changes - which I had ommitted from the .pro before.

no leveldb rules? Are you sure about that ?

There is not a leveldb folder in the src. Not all coins have them.

If you are finding serious issues with the compilation of the PRO however, let us know.

Code:
Undefined symbols for architecture x86_64:
  "_neoscrypt_pbkdf2_sha256", referenced from:
      _neoscrypt in neoscrypt.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [neocortex-qt.app/Contents/MacOS/neocortex-qt] Error 1

A speedy but dirty way is to put
Code:
#define SHA256 1
at the top of neoscrypt.c