Re: Xcode 12 on Catalina?

2020-10-15 Thread Christopher Chavez
> I've been putting off the upgrade to XCode 12 for a while, since I kinda > got burned by the upgrade from 10 to 11. I haven't seen any reports of > problems with the new version, but I thought I'd ask -- any reason not to > upgrade at this point? It seems the most frequently encountered issue

Re: Xcode 12 on Catalina?

2020-10-15 Thread Richard L. Hamilton
I had a problem recently that may have been due to Xcode 12, with the convertlit port, where the code was missing some include files and declarations that really should have been there. That was fixed, and I'm ok since then with Xcode 12 on Catalina. There may have been some earlier problems,

Xcode 12 on Catalina?

2020-10-15 Thread Richard Cobbe
I've been putting off the upgrade to XCode 12 for a while, since I kinda got burned by the upgrade from 10 to 11. I haven't seen any reports of problems with the new version, but I thought I'd ask -- any reason not to upgrade at this point? Thanks, Richard

Re: GTK3 upgrade issue on Mojave

2020-10-15 Thread Ryan Schmidt
On Oct 14, 2020, at 10:50, Greg Earle wrote: > On 14 Oct 2020, at 7:58, Michael Dickens wrote: > >> Hi Greg - You need to reinstall the "at-spi2-atk" port. For example: >> {{{ >> sudo port -f uninstall at-spi2-atk >> sudo port install at-spi2-atk >> sudo port clean gtk3 >> sudo port upgrade