You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Drizt! As Kevin noted in the commit the reason is we distros do use -fvisibility=hidden -fvisibility-inlines-hidden in our CXXFLAGS, so symbols no explicitely exposed are hidden. The resulting compilation log is the same as in the Windows case in #63.
This is exactly #63 except that for Linux. I just removed the WIN32 stanzas in the patch that solved the aforementioned issue and it worked.
Considering the patch I think this is actually a bug while building shared libraries.
The text was updated successfully, but these errors were encountered: