jason west wrote:
> i am running snv_70b, and have gtk2 installed.  I am attempting to compile 
> scim-bridge 0.4.10 and the configure script is whining that it cannot find 
> Gtk >= 2.2
>
> gtk-config --version reports 1.2.10
>   
Do not use gtk-config which is for gtk+ prior to 2.0.
use pkg-config gtk+-2.0 --libs   for libraries to include
pkg-config gtk+-2.0 --cflags for include files.

-Ghee
> when i search for libgtk files on the system, i see some such as 
> /usr/lib/libgtk-x11-2.0.so, but nothing lacking the x11 suffix.
>
> i suspect something went wrong with this install but would like some advice 
> before wiping the drive and reinstalling.
>  
>  
> This message posted from opensolaris.org
> _______________________________________________
> opensolaris-discuss mailing list
> [email protected]
>   

_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to