Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] GTK Browser Problem

Hi,
I've tried to run a simple SWT application (with Browser widget) on Eclipse 3.11 + WTP (GTK) "all in one" release, but give a number of errors and could not finally run it. I had installed mozilla-i686-pc-linux-gnu-1.7.12-installer.tar.gz (available at mozilla.org) and set MOZILLA_FIVE_HOME to a proper locateion (/usr/local/mozilla).
Browser gives me "[Mozilla GTK2 required (GTK1.2 detected)]", because it cannot find components/libwidget_gtk2.so on MOZILLA_FIVE_HOME. Mozilla 1.7.12 has components/libwidget_gtk.so instead. I tried this with mozilla 1.4 but it was also bundled with libwidget_gtk.so . When I rename libwidget_gtk.so with libwidget_gtk2.so, there is another error: XPCom error xyz.
Please tell me exactly which mozilla release has libwidget_gtk2.so? Please also note that 1.7.12 is the latest release of Mozilla suite.
My Linux distribution is SuSE (OSS) 10.0.
 
Thanks in advance.

Back to the top