I've recreated my project in Anjuta and all is working nicely now. Not too sure what the problem was.
On Sat, Jun 13, 2009 at 7:48 PM, Saul Lethbridge <[email protected]>wrote: > Thanks for the quick response, how can I troubleshoot this? If I do an ldd > on the binary I get > > ldd arch | grep clutter > libclutter-gtk-0.9.so.0 => /usr/local/lib/libclutter-gtk-0.9.so.0 > (0xb7e49000) > libclutter-glx-0.9.so.0 => /usr/local/lib/libclutter-glx-0.9.so.0 > (0xb77e5000) > > and an ldconfig > > sudo ldconfig -p | grep clutter > libclutter-gtk-0.9.so.0 (libc6) => > /usr/local/lib/libclutter-gtk-0.9.so.0 > libclutter-gtk-0.9.so (libc6) => /usr/local/lib/libclutter-gtk-0.9.so > libclutter-gtk-0.8.so.0 (libc6) => /usr/lib/libclutter-gtk-0.8.so.0 > libclutter-gtk-0.8.so (libc6) => /usr/lib/libclutter-gtk-0.8.so > libclutter-gst-0.8.so.0 (libc6) => /usr/lib/libclutter-gst-0.8.so.0 > libclutter-gst-0.8.so (libc6) => /usr/lib/libclutter-gst-0.8.so > libclutter-glx-0.9.so.0 (libc6) => > /usr/local/lib/libclutter-glx-0.9.so.0 > libclutter-glx-0.9.so.0 (libc6) => /usr/lib/libclutter-glx-0.9.so.0 > libclutter-glx-0.9.so (libc6) => /usr/local/lib/libclutter-glx-0.9.so > libclutter-glx-0.9.so (libc6) => /usr/lib/libclutter-glx-0.9.so > libclutter-glx-0.8.so.0 (libc6) => /usr/lib/libclutter-glx-0.8.so.0 > libclutter-glx-0.8.so (libc6) => /usr/lib/libclutter-glx-0.8.so > libclutter-cairo-0.8.so.0 (libc6) => /usr/lib/libclutter-cairo-0.8.so.0 > libclutter-cairo-0.8.so (libc6) => /usr/lib/libclutter-cairo-0.8.so > > > Any idea's?? > > > On Sat, Jun 13, 2009 at 6:31 PM, Emmanuele Bassi > <[email protected]>wrote: > >> On Sat, 2009-06-13 at 09:50 +1000, Saul Lethbridge wrote: >> > I'm getting this error after obtaining the latest trunk of clutter-gtk >> > when executing my app. Any idea's? >> > >> > GLib-GObject-WARNING **: specified class size for type >> > `GtkClutterViewport' is smaller than the parent type's `ClutterActor' >> > class size >> >> are you sure you're linking to the right clutter-gtk shared object? and >> that you don't have local modifications? >> >> that error usually is the result of bad linking. >> >> ciao, >> Emmanuele. >> >> -- >> Emmanuele Bassi, Senior Engineer | [email protected] >> Intel Open Source Technology Center | http://oss.intel.com >> >> -- >> To unsubscribe send a mail to >> [email protected]<clutter%[email protected]> >> >> >
