Need help on compiling 32bits binary!
Posted: Thu Jul 28, 2022 9:55 pm
Hello guys,
I am trying to compile a simple hello world app using pb x86 (32 bits).
test.pb
I am receiving this message when I run the exec.
Failed to load module "xapp-gtk3-module"
The app runs ok, but I always get this message on console.
Is there anything I can do?
Thanks!
I am trying to compile a simple hello world app using pb x86 (32 bits).
test.pb
Code: Select all
MessageRequester("Hello", "World!")
Failed to load module "xapp-gtk3-module"
The app runs ok, but I always get this message on console.
Is there anything I can do?
Thanks!