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

make.m error LNK2019 #45

Open
ngohoanganh96 opened this issue Jul 11, 2019 · 0 comments
Open

make.m error LNK2019 #45

ngohoanganh96 opened this issue Jul 11, 2019 · 0 comments

Comments

@ngohoanganh96
Copy link

hello,
i has an issue when i ran make.m, the following error happen

エラー: mex
Creating library C:\Users\wadalab\DOCUME1\MATLAB\Anh\ZMQ\MATLAB2\lib+zmq+core\version.lib and object
C:\Users\wadalab\DOCUME1\MATLAB\Anh\ZMQ\MATLAB2\lib+zmq+core\version.exp
version.obj : error LNK2019: unresolved external symbol __imp__zmq_version referenced in function _mexFunction
C:\Users\wadalab\DOCUME1\MATLAB\Anh\ZMQ\MATLAB2\lib+zmq+core\version.mexw32 : fatal error LNK1120: 1 unresolved externals
the version i used:
window 7
MATLAB R2015b
Visual Studio 2013 compiler
ZeroMQ 4.0.4 libzmq v120
with the config:
ZMQ_COMPILED_LIB = 'libzmq-v120-mt-4_0_4.lib';

% ZMQ library path
ZMQ_LIB_PATH = 'C:\Program Files\ZeroMQ 4.0.4\lib';

% ZMQ headers path
ZMQ_INCLUDE_PATH = 'C:\Program Files\ZeroMQ 4.0.4\include';

i've already spent hours try to solve it, but no luck.
i would be so grateful if some one help me with this.
thank you in advance.

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