[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Customization for Pharo & About Dialog (#524)

Eliot Miranda notifications at github.com
Mon Nov 9 20:00:20 UTC 2020


Hi Christophe,

    when I try and build a PharoVM from the Cog sources after merging this pull request I get the following error:

```../../platforms/iOS/vm/OSX/SqueakOSXApplication.m:76:37: error: no visible @interface for 'sqSqueakMainApplication' declares the selector 'setAboutWindow:'
    [gDelegateApp.squeakApplication setAboutWindow: [self keyWindow]];
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~
1 error generated.```

It's coming from this method:

```@implementation SqueakOSXApplication
...
- (void)orderFrontStandardAboutPanel:(id)sender;
{
    [super orderFrontStandardAboutPanel: sender];
    [gDelegateApp.squeakApplication setAboutWindow: [self keyWindow]];
}```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/524#issuecomment-724245207
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20201109/77e4893b/attachment.html>


More information about the Vm-dev mailing list