Thread: [Java-gnome-developer] error: 'GInputStream' undeclared (first use in this function)
Brought to you by:
afcowie
From: Leonardo <som...@gm...> - 2009-03-29 02:25:28
|
i'm reading about the generator and the .defs file right now.... i would like to know the minimum version of gtk (gnome) in order to build the .jar; my gtk is gtk+2-2.12.9 |
From: Serkan K. <se...@ge...> - 2009-03-29 05:56:48
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Leonardo yazmış: > i'm reading about the generator and the .defs file right now.... > > i would like to know the minimum version of gtk (gnome) in order to > build the .jar; my gtk is gtk+2-2.12.9 > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer 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. - -- Sincerely, Serkan KABA Gentoo Developer -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAknPDZIACgkQRh6X64ivZaIOSQCcDXjis3ibUrb5hwBRbMii8cwO 0qwAoIEv9NNSGKVb10/FTG2wppix55+I =kvWw -----END PGP SIGNATURE----- |
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. > (...) |
From: Serkan K. <se...@ge...> - 2009-03-29 19:49:57
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Leonardo yazmış: > 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$ > Thanks for your investigation and input. The package name "all gslacky tgz's" is a bit vague since the information printed tells directly which package you should install. (Gentoo is a bit easy since we advise the gnome metapackage) So you could write per package code as its done for other distros but Gentoo, or if a similar metapackage exists you can follow the Gentoo detection code. While experimenting you might want to take a look at our HACKING[1] documentation to see how to contribute it to source tree at the end. Thanks in advance. 1: http://java-gnome.sourceforge.net/4.0/HACKING.html - -- Sincerely, Serkan KABA -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAknP0NQACgkQRh6X64ivZaLq8gCeK2ska7A2O7ht8ybCf5zBpVQ/ xDgAnA/EqGr7fKgN4A+LSwq6sZSiCdVi =Xowo -----END PGP SIGNATURE----- |
From: Andrew C. <an...@op...> - 2009-03-30 01:59:34
|
On Sun, 2009-03-29 at 16:21 -0300, Leonardo wrote: > i'm under slackware 12.1 + GSlacky I'm not familiar with "GSlacky". Is that a replacement for "dropline"? ++ In any case, as Serkan points out, if you look at the blocks for distros like Debian you'll see the way to probe for dependencies individually. If you have changes to offer (and we'd be thrilled to have you contributing by making sure that java-gnome works on current Slackware systems) then you can send a patch bundle to the java-gnome-hackers mailing list which is where work on the bindings (and the infrastructure that allows us to build and install it) takes place. AfC Sydney |