Re: [Evolution-hackers] Gtk-ERROR **: GTK+ 3 symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]