Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures
by
wzttide
on 12/05/2014, 11:39:25 UTC
I'm trying to get the wallet compiled on a debian system, but I'm stuck with this error:

Code:
[ 46%] Building CXX object src/CMakeFiles/connectivity_tool.dir/connectivity_tool/conn_tool.cpp.o
Linking CXX executable connectivity_tool
/tmp/ccKPm5bW.ltrans0.ltrans.o: In function `_ZN5boost15program_options16validation_errorC1ENS1_6kind_tERKSsS4_i.local.3931':
ccKPm5bW.ltrans0.o:(.text+0x5485): undefined reference to `boost::program_options::validation_error::get_template(boost::program_options::validation_error::kind_t)'
ccKPm5bW.ltrans0.o:(.text+0x549d): undefined reference to `boost::program_options::error_with_option_name::error_with_option_name(std::string const&, std::string const&, std::string const&, int)'
/tmp/ccKPm5bW.ltrans0.ltrans.o: In function `_ZN5boost15program_options22error_with_option_nameD2Ev.local.451':
ccKPm5bW.ltrans0.o:(.text+0x5fd3): undefined reference to `vtable for boost::program_options::error_with_option_name'
/tmp/ccKPm5bW.ltrans0.ltrans.o:(.rodata._ZTIN5boost15program_options15multiple_valuesE[_ZTIN5boost15program_options15multiple_valuesE]+0x10): undefined reference to `typeinfo for boost::program_options::error_with_option_name'
/tmp/ccKPm5bW.ltrans0.ltrans.o:(.rodata._ZTIN5boost15program_options20multiple_occurrencesE[_ZTIN5boost15program_options20multiple_occurrencesE]+0x10): undefined reference to `typeinfo for boost::program_options::error_with_option_name'
/tmp/ccKPm5bW.ltrans0.ltrans.o:(.rodata._ZTIN5boost15program_options15required_optionE[_ZTIN5boost15program_options15required_optionE]+0x10): undefined reference to `typeinfo for boost::program_options::error_with_option_name'
/tmp/ccKPm5bW.ltrans0.ltrans.o:(.rodata._ZTIN5boost15program_options14invalid_syntaxE[_ZTIN5boost15program_options14invalid_syntaxE]+0x10): undefined reference to `typeinfo for boost::program_options::error_with_option_name'
/tmp/ccKPm5bW.ltrans0.ltrans.o:(.rodata._ZTIN5boost15program_options25error_with_no_option_nameE[_ZTIN5boost15program_options25error_with_no_option_nameE]+0x10): undefined reference to `typeinfo for boost::program_options::error_with_option_name'
/tmp/ccKPm5bW.ltrans1.ltrans.o: In function `_ZN5boost15program_options22error_with_option_nameC2ERKS1_.local.1997':
ccKPm5bW.ltrans1.o:(.text+0x34fc): undefined reference to `vtable for boost::program_options::error_with_option_name'
/tmp/ccKPm5bW.ltrans1.ltrans.o:(.rodata._ZTIN5boost15program_options16validation_errorE[_ZTIN5boost15program_options16validation_errorE]+0x10): undefined reference to `typeinfo for boost::program_options::error_with_option_name'
/tmp/ccKPm5bW.ltrans6.ltrans.o:(.rodata+0x260): undefined reference to `boost::program_options::error_with_option_name::what() const'
/tmp/ccKPm5bW.ltrans6.ltrans.o:(.rodata+0x270): undefined reference to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const'
/tmp/ccKPm5bW.ltrans6.ltrans.o:(.rodata+0x2c8): undefined reference to `boost::program_options::error_with_option_name::what() const'
/tmp/ccKPm5bW.ltrans6.ltrans.o:(.rodata+0x2d8): undefined reference to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const'
/tmp/ccKPm5bW.ltrans7.ltrans.o: In function `_ZN5boost15program_options25basic_command_line_parserIcE3runEv.local.2862.14631':
ccKPm5bW.ltrans7.o:(.text+0x8e2): undefined reference to `boost::program_options::detail::cmdline::get_canonical_option_prefix()'
/tmp/ccKPm5bW.ltrans23.ltrans.o:(.rodata+0x20): undefined reference to `boost::program_options::error_with_option_name::what() const'
/tmp/ccKPm5bW.ltrans23.ltrans.o:(.rodata+0x30): undefined reference to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const'
/tmp/ccKPm5bW.ltrans23.ltrans.o:(.rodata+0x5a8): undefined reference to `boost::program_options::error_with_option_name::what() const'
/tmp/ccKPm5bW.ltrans23.ltrans.o:(.rodata+0x5b8): undefined reference to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const'
/tmp/ccKPm5bW.ltrans23.ltrans.o:(.rodata+0x8c0): undefined reference to `boost::program_options::error_with_option_name::what() const'
/tmp/ccKPm5bW.ltrans23.ltrans.o:(.rodata+0x8d0): undefined reference to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const'
/tmp/ccKPm5bW.ltrans23.ltrans.o:(.rodata+0x900): undefined reference to `boost::program_options::error_with_option_name::what() const'
/tmp/ccKPm5bW.ltrans23.ltrans.o:(.rodata+0x910): undefined reference to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const'
collect2: error: ld returned 1 exit status
make[3]: *** [src/connectivity_tool] Error 1
make[3]: Leaving directory `/home//bitmonero/build/release'
make[2]: *** [src/CMakeFiles/connectivity_tool.dir/all] Error 2
make[2]: Leaving directory `/home//bitmonero/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home//bitmonero/build/release'
make: *** [build-release] Error 2

Someone has a hint for me?