You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
.....
The text was updated successfully, but these errors were encountered:
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'.....
The text was updated successfully, but these errors were encountered: