> On Dec 29, 2020, at 8:47 PM, Kevin Horton <kevi...@kilohotel.com> wrote:
> 
> I moved libwx_osx_cocoau_core-3.0.0.dylib and libwx_osx_cocoau_core-3.0.dylib 
> aside and symlinked those names to /libwx_osx_cocoau_core-3.0.0.4.0.dylib
> 
> ls -al *core*
> -rwxr-xr-x  1 root  wheel  4743504 Nov 23 00:52 
> libwx_osx_cocoau_core-3.0.0.4.0.dylib
> lrwxr-xr-x  1 root  wheel       37 Dec 29 20:44 
> libwx_osx_cocoau_core-3.0.0.dylib -> libwx_osx_cocoau_core-3.0.0.4.0.dylib
> lrwxr-xr-x  1 root  wheel       37 Dec 29 20:44 
> libwx_osx_cocoau_core-3.0.dylib -> libwx_osx_cocoau_core-3.0.0.4.0.dylib
> 
> I rebuilt gnuplot, but still get the same errors:
> 
> objc[90874]: Class wxNSAppController is implemented in both 
> /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/lib/libwx_osx_cocoau_core-3.0.0.4.0.dylib
>  (0x10c39fc40) and 
> /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/lib/libwx_osx_cocoau_core-3.0.dylib
>  (0x10b1fbc40). One of the two will be used. Which one is undefined.
> objc[90874]: Class ModalDialogDelegate is implemented in both 
> /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/lib/libwx_osx_cocoau_core-3.0.0.4.0.dylib
>  (0x10c39fc68) and 
> /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/lib/libwx_osx_cocoau_core-3.0.dylib
>  (0x10b1fbc68). One of the two will be used. Which one is undefined.
> objc[90874]: Class wxNSApplication is implemented in both 
> /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/lib/libwx_osx_cocoau_core-3.0.0.4.0.dylib
>  (0x10c39fcb8) and 
> /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/lib/libwx_osx_cocoau_core-3.0.dylib
>  (0x10b1fbcb8). One of the two will be used. Which one is undefined.
> 
> Anything else to try to learn something useful?

Nah — turns out it’s a known bug, so add another vote to Ryan’s radar if you 
can.

Make the symlinks yourself, and then you’re good. 

Nothing wrong with wxWidgets-3.0. Not worth rewriting the scripts in wxWidgets 
for this Apple bug, IMHO.

K

Reply via email to