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

Using std::shared_ptr results in build failure on RHEL8 #1839

Open
M-Herr opened this issue Feb 4, 2025 · 0 comments
Open

Using std::shared_ptr results in build failure on RHEL8 #1839

M-Herr opened this issue Feb 4, 2025 · 0 comments

Comments

@M-Herr
Copy link

M-Herr commented Feb 4, 2025

Using std::shared_ptr results in a build failure due to swig not understanding what a shared pointer is. Adding %include "std_shared_ptr.i" to ./swig/trick_swig.i resolves this issue.

std_shared_ptr.i is provided by swig, so it doesn't result in any new dependencies.

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