我制作了一个 scilab 模块,但在编译它时遇到了一些麻烦。以为我在另一台计算机上测试过,它工作得很好。
当我执行时:
exec builder.sce
这是我得到的:
-->mode(-1);
error(msprintf(gettext('%s module not installed."),'development_tools'));
!--error 10000
development_tools module not installed.
at line 30 of exec file called by :
exec builder.sce
我已经搜索了如何安装 development_tools 但我无法找到解决方案。