For many years, I used the integrated deploytool to create easily distributed * .exe files for my colleagues. I installed R2013b a couple of days ago and I can no longer use deploytool . The log file when you try the package gives the following:
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.
This seems like a license issue, but the license includes a compiler.
license('test', 'compiler')
gives '1'.
Is there anything new with R2013b that I just missed? Do I have to install some kind of addon for this to work again?
source share