Enter command to execute Matlab [ /usr/local/bin/matlab -nodisplay -nojvm ] : Attempting to run Matlab ... The system cannot find the path specified. '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab, tests with local Matlab will be skipped. Checking if your kit is complete... Looks good Writing Makefile for Math-Matlab Most of the tests for the Server and Remote classes of the the Math::Matlab package are not run by default. In order to test them, you will need to set up a server according to the instructions in the INSTALL file, then edit the 'server.config' file with the appropriate values and re-run 'make test'. Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Math/Matlab.pm blib\lib\Math\Matlab.pm cp lib/Math/Matlab/Server.pm blib\lib\Math\Matlab\Server.pm cp lib/Math/Matlab/Local.pm blib\lib\Math\Matlab\Local.pm cp lib/Math/Matlab/Pool.pm blib\lib\Math\Matlab\Pool.pm cp lib/Math/Matlab/Remote.pm blib\lib\Math\Matlab\Remote.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/01_local............1..20 ok 1 - require Math::Matlab::Local; ok 2 - new isa Math::Matlab::Local ok 3 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 4 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 5 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 6 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 7 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 8 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 9 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 10 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 11 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 12 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 13 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 14 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 15 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 16 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 17 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 18 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 19 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 20 # skip '/usr/local/bin/matlab -nodisplay -nojvm' does not start Matlab ok 18/20 skipped: various reasons t/02_pool.............1..10 ./t/sync_file.txt: No such file or directory at t/02_pool.t line 22 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-10 Failed 10/10 tests, 0.00% okay t/03_remote_server....1..12 ok 1 - require Math::Matlab::Remote; ok 2 - new isa Math::Matlab::Remote ok 3 # skip Server not configured in 'server.config' ok 4 # skip Server not configured in 'server.config' ok 5 # skip Server not configured in 'server.config' ok 6 # skip Server not configured in 'server.config' ok 7 # skip Server not configured in 'server.config' ok 8 # skip Server not configured in 'server.config' ok 9 # skip Server not configured in 'server.config' ok 10 # skip Server not configured in 'server.config' ok 11 # skip Server not configured in 'server.config' ok 12 # skip Server not configured in 'server.config' ok 10/12 skipped: various reasons Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/02_pool.t 255 65280 10 20 1-10 28 subtests skipped. Failed 1/3 test scripts. 10/42 subtests failed. Files=3, Tests=42, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/3 test programs. 10/42 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.