You are not logged in.

#1 2012-10-24 15:56:53

ephan
Member
Registered: 2011-11-02
Posts: 171

[SOLVED] GTK 3 App won't run

I'm forking XSIRC and I switched to GTK3. After the switch, when I try to run, I get:

...
      7437:   
      7437:   
      7437:    calling init: /usr/lib/libgdk-x11-2.0.so.0
      7437:   
      7437:   
      7437:    calling init: /usr/lib/libatk-1.0.so.0
      7437:   
      7437:   
      7437:    calling init: /usr/lib/libgtk-x11-2.0.so.0
      7437:   
      7437:   
      7437:    calling init: /usr/lib/libgee.so.2
      7437:   
      7437:   
      7437:    calling init: /usr/lib/libcairo-gobject.so.2
      7437:   
      7437:   
      7437:    calling init: /usr/lib/libgdk-3.so.0
      7437:   
      7437:   
      7437:    calling init: /usr/lib/libgtk-3.so.0
      7437:   
      7437:   
      7437:    calling init: /usr/lib/liblibxsirc.so
      7437:   
      7437:   
      7437:    initialize program: xsirc
      7437:   
      7437:   
      7437:    transferring control: xsirc
      7437:   
      7437:    opening file= [0]; direct_opencount=2
      7437:   

(xsirc:7437): Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
[1]    7437 trace trap  LD_DEBUG=files xsirc

Any ideas on what's going wrong? All my GTK 3 apps run fine (most of my apps are actually GTK3).

Thank you in advance.

EDIT
Figured it out, I had the app both on /usr/ and /usr/local I think, which caused a lot of messy stuff, I deleted everything and reinstalled, works fine now.

Last edited by ephan (2012-10-24 17:05:18)

Offline

Board footer

Powered by FluxBB