swig icon indicating copy to clipboard operation
swig copied to clipboard

Failing Octave unit test: director_default

Open jaeandersson opened this issue 8 years ago • 0 comments

The following test works for MATLAB, but not Octave:

checking matlab testcase director_default
ERROR: director_defaultMEX: No matching function for overload function 'new_Foo'
.  Possible C/C++ prototypes are:
    Foo::Foo(mxArray *,int)
    Foo::Foo(mxArray *)\nERROR: director_defaultMEX: No matching function for ov
erload function 'new_Foo'.  Possible C/C++ prototypes are:
    Foo::Foo(mxArray *,int)
    Foo::Foo(mxArray *)\n
   director_default failed
checking matlab testcase director_detect

jaeandersson avatar Jul 07 '16 01:07 jaeandersson