<p></p>
<p>Hi Christophe,</p>
<pre><code>when I try and build a PharoVM from the Cog sources after merging this pull request I get the following error:
</code></pre>
<pre lang="../../platforms/iOS/vm/OSX/SqueakOSXApplication.m:76:37:" data-meta="error: no visible @interface for 'sqSqueakMainApplication' declares the selector 'setAboutWindow:'"><code>    [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]];
}```
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/524#issuecomment-724245207">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW76AXSUV56FFX5RXKTSPBC5JANCNFSM4RZFKXAA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AIJPEWZ6GB4X2AGEJRBKSD3SPBC5JA5CNFSM4RZFKXAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFMVRVVY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/524#issuecomment-724245207",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/524#issuecomment-724245207",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>