+3

I am getting the following error while running a google gwt application from eclipse 3.5 galileo
Gtk-Message: Failed to load module "canberra-gtk-module": /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so: wrong ELF class: ELFCLASS64
please help

1 answers, +3 votes, 594 views
eck's picture
asked by eck
46 weeks 1 day ago



1 Answers

Answer
+3

You need to install gtk libraries and also set the GTK_PATH
Install gtk libraries by executing the following command in a terminal
 
sudo apt-get install ia32-libs
 
Now add a environment variable by choosing the Project Run or Debug settings in eclipse, under Environment tab, add a GTK_PATH variable with value /usr/lib32/gtk-2.0 and restart eclipse
Hope this helps.
 
 

browsr's picture
answer by browsr
45 weeks 6 days ago

Asked by

eck's picture
User offline. Last seen 45 weeks 2 days ago. Offline
joined 46 weeks 1 day ago
10 points

View in your own language!