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 running examples #2

Closed
ni-chen opened this issue Aug 6, 2019 · 2 comments
Closed

Error running examples #2

ni-chen opened this issue Aug 6, 2019 · 2 comments

Comments

@ni-chen
Copy link

ni-chen commented Aug 6, 2019

Hi,

I got an error when I run one of the examples of Deconv_Ls_NonNeg_NoReg.m, when Installing OptimPackLegacy, the below error came out:

Building with 'Microsoft Visual C++ 2017 (C)'.
Error using mex
opl_vmlmb.c
P:\work\research\toolbox\GlobalBioIm\Opti\OptiUtils\MatlabOptimPack\OptimPackLegacy-master\src\opl_vmlmb.c(100):
error C2059: syntax error: ''
P:\work\research\toolbox\GlobalBioIm\Opti\OptiUtils\MatlabOptimPack\OptimPackLegacy-master\src\opl_vmlmb.c(104):
error C2059: syntax error: ''

Error in installOptimPack (line 37)
eval(['mex ',matDir,'m_opl_vmlmb_get_reason.c ', CFiles,MexOpt]);
Error in OptiVMLMB (line 97)
installOptimPack();
Error in Deconv_LS_NonNeg_NoReg (line 68)
VMLMB=OptiVMLMB(F,0.,[]);

I'm using Win10 and Matlab 2019 a with 'Microsoft Visual C++ 2017 (C)'. Hope this can be resolved soon.

Thanks.

@esoubies
Copy link
Member

esoubies commented Aug 6, 2019 via email

@ni-chen
Copy link
Author

ni-chen commented Aug 6, 2019

Hi Emmanuel,

It works.
Thanks a lot.

Ni

@esoubies esoubies closed this as completed Aug 6, 2019
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

2 participants