lpcproject / LightPayCoin

LightPayCoin Core
MIT License
19 stars 34 forks source link

windows wallet compilation #11

Closed Hser2bio closed 6 years ago

Hser2bio commented 6 years ago

Hi There!

compiling windows qt, have the following issues

libbitcoin_zmq.a(libbitcoin_zmq_a-zmqnotificationinterface.o):zmqnotificationinterface.cpp:(.text+0x47d): undefined reference to __imp_zmq_ctx_destroy' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqnotificationinterface.o):zmqnotificationinterface.cpp:(.text+0xaf6): undefined reference toimp_zmq_strerror' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqnotificationinterface.o):zmqnotificationinterface.cpp:(.text+0xbe5): undefined reference to __imp_zmq_init' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o):zmqpublishnotifier.cpp:(.text+0x1d): undefined reference toimp_zmq_msg_init_size' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o):zmqpublishnotifier.cpp:(.text+0x3c): undefined reference to __imp_zmq_msg_data' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o):zmqpublishnotifier.cpp:(.text+0x58): undefined reference toimp_zmq_msg_send' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o):zmqpublishnotifier.cpp:(.text+0x5f): undefined reference to `imp_zmq_msg_close' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o):zmqpublishnotifier.cpp:(.text+0x125): undefined reference to __imp_zmq_msg_close' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o):zmqpublishnotifier.cpp:(.text+0x7ef): undefined reference toimp_zmq_setsockopt' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o):zmqpublishnotifier.cpp:(.text+0x7f9): undefined reference to __imp_zmq_close' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o):zmqpublishnotifier.cpp:(.text+0xe8a): undefined reference toimp_zmq_socket' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o):zmqpublishnotifier.cpp:(.text+0xea4): undefined reference to __imp_zmq_bind' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o):zmqpublishnotifier.cpp:(.text+0xf39): undefined reference to__imp_zmq_close'

any idea? i used to compile others pivx fork with no problem.

thanks

Hser2bio commented 6 years ago

im fixed

sorry!

Xjasz commented 5 years ago

Hey ReeCore may I ask what the issue was? I'm experiencing the same problem

Hser2bio commented 5 years ago

Yes. Due depends are not the libs that ask wallet. Need compile manually

Xjasz commented 5 years ago

I'm not sure what you mean? I'm doing a gitian build for windows. Should I going into the project and run a make and then do a gitian build?

Hser2bio commented 5 years ago

Hi!

Mean that this error is due when you are compiling windows wallet the depends folder of github are diferent than walllet needs.