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

Including a symbolic link to a Trickified header results in a linker error #881 #1649

Closed
ababyprogrammer opened this issue Feb 18, 2024 · 3 comments

Comments

@ababyprogrammer
Copy link

init_swig_modules.cpp:67: undefined reference to init_m373a553f8f856f57851fcd853dbf6e7a'`

The Python module name is based on the full path of the file. If the Trickified project uses the real path, and a referencing project uses a link, the module names will differ.

@sharmeye
Copy link
Contributor

Symbolic links are not well-supported within Trick. You'll get lots of strange errors, like double-defined symbols and linker errors when you use them. I would suggest steering clear of sym links in your Trick codebase.

@ababyprogrammer
Copy link
Author

Thanks for your help.

1 similar comment
@ababyprogrammer
Copy link
Author

Thanks for your help.

@sharmeye sharmeye closed this as completed Mar 8, 2024
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

2 participants