Sign up

macOS Monterey

My GtkD programs don't run on macOS Monterey, the problem being something to do with entry point. They did run on Big Sur alright.

Re: macOS Monterey

On 15-11-2021 05:00, Joel Christensen wrote:

My GtkD programs don't run on macOS Monterey, the problem being something to do with entry point. They did run on Big Sur alright.

Does the "gtk-demo" application shipped with gtk also have the same
issue or does it work correctly?

Re: macOS Monterey

On Mon, 15 Nov 2021 20:15:04 +0100, Mike Wey wrote:

On 15-11-2021 05:00, Joel Christensen wrote:

My GtkD programs don't run on macOS Monterey, the problem being something to do with entry point. They did run on Big Sur alright.

Does the "gtk-demo" application shipped with gtk also have the same
issue or does it work correctly?

I don't have the demo on my system. (I did a search).

Re: macOS Monterey

On 16-11-2021 07:04, Joel Christensen wrote:

On Mon, 15 Nov 2021 20:15:04 +0100, Mike Wey wrote:

On 15-11-2021 05:00, Joel Christensen wrote:

My GtkD programs don't run on macOS Monterey, the problem being something to do with entry point. They did run on Big Sur alright.

Does the "gtk-demo" application shipped with gtk also have the same
issue or does it work correctly?

I don't have the demo on my system. (I did a search).

Can you post the detailed error message?

I don't have an mac, but i will try and if i can find out whats wrong.

Re: macOS Monterey

On Wed, 17 Nov 2021 22:23:58 +0100, Mike Wey wrote:

On 16-11-2021 07:04, Joel Christensen wrote:

On Mon, 15 Nov 2021 20:15:04 +0100, Mike Wey wrote:

On 15-11-2021 05:00, Joel Christensen wrote:

My GtkD programs don't run on macOS Monterey, the problem being something to do with entry point. They did run on Big Sur alright.

Does the "gtk-demo" application shipped with gtk also have the same
issue or does it work correctly?

I don't have the demo on my system. (I did a search).

Can you post the detailed error message?

I don't have an mac, but i will try and if i can find out whats wrong.

Thanks. I can't seem to get any message anymore, I just have some of my program text in the terminal and a program without any window. The command keys (control+Q) I use to quit the program still work.

Re: macOS Monterey

On Thu, 18 Nov 2021 07:00:04 GMT, Joel Christensen wrote:

Thanks. I can't seem to get any message anymore, I just have some of my program text in the terminal and a program without any window. The command keys (control+Q) I use to quit the program still work.

Hi Joel,

Have you tried compiling and running any of the stuff from gtkDcoding?

Re: macOS Monterey

On Wed, 16 Feb 2022 15:48:16 GMT, Ron Tarrant wrote:

On Thu, 18 Nov 2021 07:00:04 GMT, Joel Christensen wrote:

Thanks. I can't seem to get any message anymore, I just have some of my program text in the terminal and a program without any window. The command keys (control+Q) I use to quit the program still work.

Hi Joel,

Have you tried compiling and running any of the stuff from gtkDcoding?

Never mind. I just reread your post on the D forum and realized this is likely something to do with GTK not meshing properly with Monteray.

In fact, I found this exchange on another forum which seems to be similar to what you're going through: https://gitlab.gnome.org/GNOME/gtk/-/issues/4342