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
I ran into this issue with a strange crash while porting PrusaSlicer to NetBSD, as reported here.
NetBSD libc exports a rb_tree implementation whose weak symbols collide with those in nlopt.
As detailed in that email thread, I worked around the issue by prefixing nlopt's "rb_tree" symbols with "nlopt_", and I'll work on getting that patch into pkgsrc for the current version.
Is there any chance of permanently prefixing nlopt's built-in rb_tree symbols?
The text was updated successfully, but these errors were encountered:
I ran into this issue with a strange crash while porting PrusaSlicer to NetBSD, as reported here.
NetBSD libc exports a rb_tree implementation whose weak symbols collide with those in nlopt.
As detailed in that email thread, I worked around the issue by prefixing nlopt's "rb_tree" symbols with "nlopt_", and I'll work on getting that patch into pkgsrc for the current version.
Is there any chance of permanently prefixing nlopt's built-in rb_tree symbols?
The text was updated successfully, but these errors were encountered: