多年来,我一直在使用集成deploytool
为我的同事创建易于分发的 *.exe 文件。几天前我安装了 R2013b,但我不能再使用deploytool
了。尝试打包时的日志文件给出了这个:
ant:
<ant>
<mkdir dir="C:\Users\xxxx\Matlab\programxy\test\for_redistribution" />
<mkdir dir="C:\Users\xxxx\Matlab\programxy\test\for_testing" />
</ant>
mcc -C -o test -W WinMain:test -T link:exe -d 'C:\Users\xxxx\Matlab\programxy\test\for_testing' -v 'C:\Users\xxxx\Matlab\programxy\test.m'
Test checkout of feature 'Compiler' failed.
mcc failed.
这看起来像一个许可证问题,但许可证确实包括编译器。
license('test', 'compiler')
给出“1”。
R2013b 有什么我只是缺少的新东西吗?我是否必须安装一些插件才能再次工作?