Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example does not work #11

Open
akevalion opened this issue May 10, 2022 · 0 comments
Open

Example does not work #11

akevalion opened this issue May 10, 2022 · 0 comments

Comments

@akevalion
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant