Need help on compiling 32bits binary!

Linux specific forum
GilmarFiocca
New User
New User
Posts: 3
Joined: Fri Oct 30, 2015 6:17 pm

Need help on compiling 32bits binary!

Post by GilmarFiocca »

Hello guys,

I am trying to compile a simple hello world app using pb x86 (32 bits).

test.pb

Code: Select all

MessageRequester("Hello", "World!")
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!
User avatar
W4GNS
User
User
Posts: 31
Joined: Tue Jan 04, 2011 5:51 am
Location: Virginia

Re: Need help on compiling 32bits binary!

Post by W4GNS »

I would install the module myself. Ubuntu would go like this sudo apt install xapp
Post Reply