-
Notifications
You must be signed in to change notification settings - Fork 37
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
Visibility too restrictive for externally defined C++ nodes & adapters #363
Comments
Can you paste the actual link error that you hit |
|
From this example
|
Thanks Will - I can repro this using our CPP examples. As @svatasoiu is out for the next 2 weeks I'll try to take a look at a fix. |
No problem. I'll try to produce a repro using an adapter or types sometime this week. |
Describe the bug
This PR introduced hidden visibility for most symbols in the build on non-windows machines. Unfortunately, this hides too many symbols that would be used in external C++ adapters and node definitions.
Error Message
(from build then run of the c++ example nodes, for instance)
symbol not found in flat namespace __________
The text was updated successfully, but these errors were encountered: