Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation problem with epee after recent Monero PRs #37

Closed
moneroexamples opened this issue Feb 2, 2017 · 1 comment
Closed

Compilation problem with epee after recent Monero PRs #37

moneroexamples opened this issue Feb 2, 2017 · 1 comment

Comments

@moneroexamples
Copy link
Owner

/home/mwo/onion-monero-blockchain-explorer/src/rpccalls.h:67:22: error: ‘invoke_http_json_remote_command2’ is not a member of ‘epee::net_utils’
             bool r = epee::net_utils::invoke_http_json_remote_command2(
                      ^~~~
/home/mwo/onion-monero-blockchain-explorer/src/rpccalls.h: In member function ‘bool xmreg::rpccalls::get_mempool(std::vector<cryptonote::tx_info>&)’:
/home/mwo/onion-monero-blockchain-explorer/src/rpccalls.h:93:22: error: ‘invoke_http_json_remote_command2’ is not a member of ‘epee::net_utils’
             bool r = epee::net_utils::invoke_http_json_remote_command2(
                      ^~~~
/home/mwo/onion-monero-blockchain-explorer/src/rpccalls.h: In member function ‘bool xmreg::rpccalls::commit_tx(tools::wallet2::pending_tx&, std::__cxx11::string&)’:
/home/mwo/onion-monero-blockchain-explorer/src/rpccalls.h:125:22: error: ‘invoke_http_json_remote_command2’ is not a member of ‘epee::net_utils’
             bool r = epee::net_utils::invoke_http_json_remote_command2(deamon_url
                      ^~~~
make[2]: *** [src/CMakeFiles/myxrm.dir/build.make:135: src/CMakeFiles/myxrm.dir/rpccalls.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:255: src/CMakeFiles/myxrm.dir/all] Error 2
make: *** [Makefile:84: all] Error 2

@moneroexamples
Copy link
Owner Author

These are monero issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant