On Thu, 2011-02-03 at 12:43 -0500, Reid Thompson wrote: 
> Is there a way to determine where I'm mixing GTK 2 & 3?


Hi,
try with this:

   $ for i in `ldd $PREFIX/bin/evolution | awk '{print $3}'` ; do \
        if [[ `ldd $i | grep gtk` ]] ; then \
           echo -e "$i \n `ldd $i | grep gtk` \n" ; \
        fi ; done

Bye,
Milan

_______________________________________________
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers

Reply via email to