I fail to compile

5 ビュー (過去 30 日間)
claire lozano
claire lozano 2015 年 6 月 4 日
コメント済み: claire lozano 2015 年 6 月 5 日
I can't compilate my matlab program :
>> !mcc
Test checkout of feature 'Compiler' failed.
>> mbuild -setup
MBUILD configured to use 'Microsoft Windows SDK 7.1 (C)' for C language compilation.
To choose a different language, select one from the following:
mex -setup C++ -client MBUILD
mex -setup FORTRAN -client MBUILD
>> mex -setup
MEX configured to use 'Microsoft Windows SDK 7.1 (C)' for C language compilation.
Warning: The MATLAB C and Fortran API has changed to support MATLAB
variables with more than 2^32-1 elements. In the near future
you will be required to update your code to utilize the
new API. You can find more information about this at:
http://www.mathworks.com/help/matlab/matlab_external/upgrading-mex-files-to-use-64-bit-api.html.
To choose a different language, select one from the following:
mex -setup C++
mex -setup FORTRAN
>> license('checkout','Compiler')
ans =
1
My installed software :
What's wrong ? ...

採用された回答

Image Analyst
Image Analyst 2015 年 6 月 4 日
Claire: Do you have some kind of group/shared/pooled set of licenses or a standalone individual license? It looks like when you tried to check out a license, it failed. So maybe someone else in your group was using it or didn't check the license back in to the pool.
  4 件のコメント
Walter Roberson
Walter Roberson 2015 年 6 月 4 日
It thinks you have the software installed but not licensed.
claire lozano
claire lozano 2015 年 6 月 5 日
it is possible ... I will ask my university to give me one, thank you!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by