On Mar 23, 7:54 pm, canetc <[email protected]> wrote: > Gtk-Message: Failed to load module "gail": /usr/lib/gtk-2.0/modules/ > libgail.so:wrongELFclass: ELFCLASS64 > Gtk-Message: Failed to load module "atk-bridge": /usr/lib/gtk-2.0/ > modules/libatk-bridge.so:wrongELFclass: ELFCLASS64
You have to set the OS environment variable GTK_PATH to /usr/lib32/ gtk-2.0. You may also install the ia32-libs-gtk package if applicable. A better solution is to use the GWT Eclipse plugin. So you may set the GTK_PATH variable in the project specific run/debug configuration only: http://blog.loxal.net/2009/04/eclipse-32-bit-gwt-gtk-configuration-on_12.html HTH Alex --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
