Code Monkey home page Code Monkey logo

frcoin's People

Contributors

eayv avatar edwardbooth avatar frcoin avatar hannesgraf avatar parkescott avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

frcoin's Issues

error: conflicting declaration ‘int64_t nTransactionFee’

root@vultr:~/frc/src# make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/frc/src -I/root/frc/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/init.d -o obj/init.o init.cpp
In file included from bitcoinrpc.h:16:0,
from init.cpp:7:
json/json_spirit_writer_template.h: In function ‘String_type json_spirit::non_printable_to_string(unsigned int)’:
json/json_spirit_writer_template.h:31:50: warning: typedef ‘Char_type’ locally defined but not used [-Wunused-local-typedefs]
typedef typename String_type::value_type Char_type;
^
In file included from init.h:8:0,
from init.cpp:9:
wallet.h: At global scope:
wallet.h:22:16: error: conflicting declaration ‘int64_t nTransactionFee’
extern int64_t nTransactionFee;
^
In file included from db.h:8:0,
from init.cpp:5:
main.h:86:14: note: previous declaration as ‘int64 nTransactionFee’
extern int64 nTransactionFee;
^
makefile.unix:159: recipe for target 'obj/init.o' failed
make: *** [obj/init.o] Error 1

undefined reference to `ParseMoney(

Hi. I am trying to compile your coin and I get this error by the end of the make -f makefile.unix process:

obj/wallet.o: In function CWallet::CreateCoinStake(CKeyStore const&, unsigned int, long long, CTransaction&)': /root/FRCoin/src/wallet.cpp:1678: undefined reference to ParseMoney(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, long long)'
collect2: error: ld returned 1 exit status
makefile.unix:166: recipe for target 'dayRevd' failed
make: *** [dayRevd] Error 1

I ran into other three errors related to the int64_t nTransactionFee and its derivatives but I could solve them easily. Sadly I don't know how to fix this last one. Any help is appreciated. I can push my files when all the compiling error are fixed to help this project. I'm running Ubuntu 16.04 LTS

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.