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

Linking to indy_vdr lib does not work on windows. #237

Open
joyride9999 opened this issue Nov 15, 2023 · 1 comment
Open

Linking to indy_vdr lib does not work on windows. #237

joyride9999 opened this issue Nov 15, 2023 · 1 comment

Comments

@joyride9999
Copy link

joyride9999 commented Nov 15, 2023

Linking to indy_vdr lib does not work on windows.
I suspect on windows that indy_vdr does not link correctly to zmq static lib.
On linux it works fine !
This happens when trying to run demo from go wrapper.

indy-vdr/target/debug/indy_vdr.lib(libzmq-static.dir/Debug/socket_base.obj):(.text$mn+0x51d): undefined reference to __imp__invalid_parameter_noinfo_noreturn' /indy-vdr/target/debug/indy_vdr.lib(libzmq-static.dir/Debug/socket_base.obj):(.text$mn+0x523): undefined reference to ??3@YAXPEAX_K@Z'
/indy-vdr/target/debug/indy_vdr.lib(libzmq-static.dir/Debug/socket_base.obj):(.text$mn+0x535): undefined reference to ??1options_t@zmq@@QEAA@XZ' /indy-vdr/target/debug/indy_vdr.lib(libzmq-static.dir/Debug/socket_base.obj):(.text$mn+0x595): undefined reference to ??$_Construct@$00PEBD@?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@AEAAXQEBD_K@Z'
.....

@joyride9999
Copy link
Author

This is happening when using static indy_vdr.lib, i guess it requires also libzmq.lib to exist somewhere.

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