jaeandersson / swig

SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
http://www.swig.org
Other
23 stars 19 forks source link

Failing Octave unit test: director_default #69

Open jaeandersson opened 8 years ago

jaeandersson commented 8 years ago

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