Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default names for output files are inconsistent #104

Open
KrisThielemans opened this issue Dec 30, 2021 · 0 comments
Open

default names for output files are inconsistent #104

KrisThielemans opened this issue Dec 30, 2021 · 0 comments

Comments

@KrisThielemans
Copy link

For a module called swigexample

swig -matlab example.i

generates example_wrap.cxx, a folder +swigexample, and m files calling swigexampleMEX.

This means that either you have to use mex example_wrap.cxx -output swigexampleMEX, or use swig -mexname example_wrap or use swig -o swigexampleMEX.cxx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant