[Java-gnome-developer] Fwd: error: 'GInputStream' undeclared (first use in this function)
Brought to you by:
afcowie
From: Leonardo <som...@gm...> - 2009-03-29 19:21:35
|
---------- Forwarded message ---------- From: Leonardo <som...@gm...> Date: 2009/3/29 Subject: Re: [Java-gnome-developer] error: 'GInputStream' undeclared (first use in this function) To: Serkan Kaba <se...@ge...> i'm under slackware 12.1 + GSlacky (in order to have a regular gnome) using that script[1] to compile and build. it can be considered 'not a bug', since the official slackware package is outdated. we can prevent the error in the configure script by adding a simple pkg-config test section (much like the gentoo version) here's my snip: leonardo@zylle:~/java-gnome-4.0.10$ diff configure configure.old 752,757d751 < } elsif ($os eq "slackware") { < check_system_library(@gnomedev_libs, < "gtk+-2.0 >= 2.14 pango >= 1.22 atk gdk-2.0 libglade-2.0 >= 2.6.3 gtk+-unix-print-2.0 cairo-svg >= 1.6.4", < "GNOME", < "<all gslacky .tgz's>"); < leonardo@zylle:~/java-gnome-4.0.10$ i've added it on the configure and now the configure will "bomb" in the right moment, :) 2009/3/29 Serkan Kaba <se...@ge...> > (...) > Although the error message seems unrelated, latest version of java-gnome > requires gtk+-2.14. Please provide details (distro, java-gnome version, > full error) for further investigation. > (...) |