Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Precompiled window system native binaries - how to recompile?

On Linux platform I've upgraded GTK library from version 2.2 to 2.4 and when starting Eclipse 3.0M7, M8 & M9 it cannot find g_type_class_add_private symbol in libgtk-x11-2.0.so.0. I guess it's because of a precompiled native part connecting SWT with GTK. I've even downloaded and built Eclipse from source, but it only compiles Java sources (since the limitation stated in source doc says: "Only Java source code is compiled. *.dll, *so, *sl and Eclipse executables are all provided prebuilt in this build process.").

So, my question is: How to build/recompile that prebuilt part of Eclipse to use it with GTK 2.4?


Regards,
Krystian

--
Krystian Nowak
krystian@xxxxxxxxxxxxx
===========================================
Poznan Supercomputing and Networking Center
Poland, 60-814 Poznan, Zwierzyniecka 20
tel. (+48 61) 8582164 fax. (+48 61) 8582151
http://www.man.poznan.pl
===========================================
BlueEyes - Human-Operator Monitoring System
http://www.blueeyes.prv.pl
http://www.cs.put.poznan.pl/csidc/2001
===========================================


Back to the top