gtk2 problem

Linux specific forum
karu
Enthusiast
Enthusiast
Posts: 255
Joined: Fri Jan 13, 2006 12:14 am

gtk2 problem

Post by karu »

Sorry my bad english :)
I have installed all necessary gtk2 files in debian but compiler still tells me that can't load 'gtk2.0' subsystem and compile program width gtk1.2.

command is: pbcompiler -e file --subsystem "gtk2" /dir/blaa.pb

what i must to do, maybe select some gtk2 path somewhere or something
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

GTK 2 is used by default with the newest versions of PB.
karu
Enthusiast
Enthusiast
Posts: 255
Joined: Fri Jan 13, 2006 12:14 am

Post by karu »

how i can see if my program compiled with gtk2 or gtk1. Problem is that i need to use 'StickyWindow' command but this is working only width gtk2. And my compiled program window is not on the top
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

If your window has antialiased fonts you are using GTK 2.
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post by walker »

simply compile without the -subsystem option.. the (as trond said) the executable is build using GTK2

btw.: Which version of PB you're using?
Post Reply