pharo-spec/gtk-bindings

Example does not work

Opened this issue · 0 comments

Hi I have tried on

brew install gtk+3
curl https://get.pharo.org/64/100+vm | bash
./pharo-ui Pharo.image

Then

Metacello new
        repository: 'github://pharo-spec/gtk-bindings';
        baseline: 'Gtk';
        onConflict: [ :e | e useIncoming ];
        onUpgrade: [ :e | e useIncoming ];
        ignoreImage;
        load.
GEngine ensureRunning.
GtkRunLoop defer: [
	GtkWindow new 
		title: 'Gtk3 Window';
		add: (GtkBox newVertical
			packStart: (GtkLabel newLabel: 'Hello!');
			yourself);
		showAll ]

And I have this error

Screen.Recording.2022-05-10.at.15.21.31.mov

system macOs, monterey m1 pro