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

Error in mex compilation of Caffee #180

Open
ghost opened this issue Nov 1, 2017 · 0 comments
Open

Error in mex compilation of Caffee #180

ghost opened this issue Nov 1, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 1, 2017

hi
i am getting error while compiling mex? how to resolve it. I m using VS2015 and Matlab 2016b

libcpmt.lib(xthrow.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1900' doesn't match value '1800' in
nms_gpu_mex.o
libcpmt.lib(syserror.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1900' doesn't match value '1800' in
nms_gpu_mex.o
Creating library F:\Malanoma\R-FCN\R-FCN-master\bin\nms_gpu_mex.lib and object
F:\R-FCN\R-FCN-master\bin\nms_gpu_mex.exp
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
nms_gpu_mex.o : error LNK2019: unresolved external symbol "char const * __cdecl std::_Winerror_map(int)"
(?_Winerror_map@std@@YAPEBDH@Z) referenced in function "public: virtual class std::basic_string<char,struct
std::char_traits,class std::allocator > __cdecl std::_System_error_category::message(int)const "
(?message@_System_error_category@std@@ueba?AV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@2@H@Z)
F:\R-FCN\R-FCN-master\bin\nms_gpu_mex.mexw64 : fatal error LNK1120: 1 unresolved externals

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

0 participants