Data2Dynamics / d2d

a modeling environment tailored to parameter estimation in dynamical systems
https://github.com/Data2Dynamics/d2d
57 stars 28 forks source link

Problem with arCompile #84

Closed Coolak64 closed 7 years ago

Coolak64 commented 7 years ago

When trying to run through the Bachmann_MSB2011 example with the data2dynamics software package, the code works fine up until the following error messages:

calculating data m1 d40 -> c12, CFUE_DoseResp_CIS_90min...skipped calculating data m1 d41 -> c13, CFUE_DoseResp_CIS_90min...skipped calculating data m1 d42 -> c14, CFUE_DoseResp_CIS_90min...skipped Compiling files... Error using mex No supported compiler or SDK was found. You can install the freely available MinGW-w64 C/C++ compiler; see Install MinGW-w64 Compiler. For more options, visit http://www.mathworks.com/support/compilers/R2016b/win64.html.

Error in arCompile (line 253) mex('-c',verbose{:},mexopt{:}, '-DNTIMER', '-outdir', ['Compiled/' c_version_code '/' mexext '/'], ...

Error in arCompileAll (line 496) arCompile(forcedCompile, false, false, source_dir);

I have installed the MinGW-w64 C/C++ compiler and this same error keeps popping up. What could the issue possibly be? All help is extremely appreciated.

araue commented 7 years ago

You did not set up your mex compiler properly. Please check with the Mathworks support, this is not an issue of the D2D code.