matlab - Legacy MEX infrastructure is provided for compatibility -
there warning kind of message when compiling mexfunction
files using mex
command in matlab 2014b.
legacy mex infrastructure provided compatibility; removed in future version of matlab.
what supposed mean? there comes link message, did not find useful. this question did not make me more wise.
will mex api vanish? there different interface? what going change exactly? can tell?
the message legacy mex infrastructure provided compatibility; removed in future version of matlab.
means way of setting mex mexopts.bat
(windows) , mexopts.sh
(*nix , mac) deprecated , xml based configuration system ("infrastructure" in words) used going forward. note not removed yet, deprecated - can continue configure mexopts.bat
bug it.
for suggestions on how make own xml, see this answer, started. have trial , answer since intuitive makefile-like organization of mexopts.bat gone , replaced more complicated system involving automated searches, environment variable reads, etc.
Comments
Post a Comment