Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Re: looking into SWT 3.0 M8 for native compilation with GCJ

Dear all,

The compilation problem is related to:

#define G_DISABLE_DEPRECATED
#define GTK_DISABLE_DEPRECATED
#undef GTK_DISABLE_DEPRECATED

The native PI sources in 3.044(M8) were compiled against older GTK header files,
while I'm now compiling against the more recent x11-libs/gtk+-2.4.0-r1.

In the meanwhile, the GTK people have mucked around with GTK_DISABLE_DEPRECATED and
stuff like that, probably causing breakage all over the place. Not that we
appreciate, but hey, "breaking stuff" is now their trademark. But then again,
"management problems" like this are usually quickly solved by taking away the keys
from the idiot who's responsible for this mess.

Therefore, I should like to ask you, as the totally innocent party, to, at your
earliest convenience, to upgrade x11-libs/gtk+-2.4.0-r1, fix and re-compile the gtk
jni dependencies for this GTK breakage mess, and to let me know when you've checked
in changes in CVS.

From there, I can stage a new attempt to compile 3.044(M8) natively.

Greetings
Erik Poupaert


Back to the top