[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Ruby-GNOME2-0.7.0

Masao Mutoh

9/7/2003 1:45:00 PM

Hi,

Ruby-GNOME2-0.7.0 is now available. Enjoy!

Highlights
==========
* Added Ruby/GtkGLExt.
You also need latest version of rbogl[1].
* Defines each Flags/Enums as a class.
* Fixed a lot of bugs, Improved.
* Some classes/methods were added.

Please see NEWS in the packages or News on SF.net[2]
for more details.

[1] http://www2.giganet.n...
[2] http://sourceforge.net/forum/forum.php?forum...

Downloads
=========
http://sourceforge.net/project/showfiles.php?grou...

* ruby-gtk2
The minimum package which includes
Ruby/GLib2, Ruby/GdkPixbuf, Ruby/Pango, Ruby/GTK2.

* ruby-gstreamer
The minimum package for Ruby/GStreamer.
Ruby/GLib2, Ruby/GStreamer.

* ruby-gnome2
All of Ruby-GNOME2 libraries.

What's Ruby-GNOME2?
===================
Ruby-GNOME2 is a set of Ruby language bindings for
the GNOME 2.x development environment.

Supported libraries are:

* Ruby/GLib2
* Ruby/GdkPixbuf2
* Ruby/Pango
* Ruby/GTK2
* Ruby/GNOME2
* Ruby/GnomeCanvas2
* Ruby/Libart2
* Ruby/Libglade2
* Ruby/GConf2
* Ruby/GnomeVFS
* Ruby/GStreamer
* Ruby/GtkHtml2
* Ruby/GtkGLExt [NEW]

Resources
=========
- Project website
(English) http://ruby-gnome2.sourc...
(French) http://ruby-gnome2.sourc...fr/ [NEW]
(Japanese) http://ruby-gnome2.sourc...ja/

- Mailing lists
http://sourceforge.net/mail/?grou...

- Tutorials
(English) http://ruby-gnome2.sourc...hiki.cgi?tut-gtk [NEW]
(French) http://ruby-gnome2.sourc...fr/hiki.cgi?tut-gtk [NEW]
(Japanese) http://ruby-gnome2.sourc...ja/hiki.cgi?gtk2-tut

- Ruby-GNOME2 API Reference
http://ruby-gnome2.sourc...hiki.cgi?Ruby-GNOME2+API+Reference

- Samples
http://ruby-gnome2.sourc...hiki.cgi?Samples

- gtk+-2.2 binary package for cygwin
http://web.sfc.keio.ac.jp/~s01397ms/cygwin/ind...

- GTK+ for Windows
http://www.droplin...

- Other resources
http://ruby-gnome2.sourc...hiki.cgi?Links



--
.:% Masao Mutoh<mutoh@highway.ne.jp>

5 Answers

Aria Stewart

9/7/2003 3:04:00 PM

0

On Sun, 2003-09-07 at 07:44, Masao Mutoh wrote:
> Hi,
>
> Ruby-GNOME2-0.7.0 is now available. Enjoy!

I have to apply this patch to get it to compile under 1.8.0, gcc3.3 on
PLD-Linux -- "nil" should not be passed to have_library in mkmf.


Aria Stewart

9/7/2003 3:06:00 PM

0

On Sun, 2003-09-07 at 09:04, Aredridel wrote:
> On Sun, 2003-09-07 at 07:44, Masao Mutoh wrote:
> > Hi,
> >
> > Ruby-GNOME2-0.7.0 is now available. Enjoy!
>
> I have to apply this patch to get it to compile under 1.8.0, gcc3.3 on
> PLD-Linux -- "nil" should not be passed to have_library in mkmf.
>
>

Ooops, it looks like the mailing list stripped the attachment, and it
was a patch to rbogl, not gnome2. Sorry about that!

Ari

Aria Stewart

9/7/2003 5:37:00 PM

0

On Sun, 2003-09-07 at 07:44, Masao Mutoh wrote:
> Hi,
>
> Ruby-GNOME2-0.7.0 is now available. Enjoy!

Here''s the patch it took to build for me:


Masao Mutoh

9/8/2003 11:51:00 AM

0

Hi,

On Mon, 8 Sep 2003 02:37:02 +0900
Aredridel <aredridel@nbtsc.org> wrote:

> On Sun, 2003-09-07 at 07:44, Masao Mutoh wrote:
> > Hi,
> >
> > Ruby-GNOME2-0.7.0 is now available. Enjoy!
>
> Here''s the patch it took to build for me:

Thanks for reporting.

But it seems strange.

What''s your environment?
#OS, GLib/GTK+ version, ruby version

And I want to know pkg-config result as follows:

$ pkg-config --version
$ pkg-config --libs gobject-2.0

--
.:% Masao Mutoh<mutoh@highway.ne.jp>

Aria Stewart

9/9/2003 1:07:00 AM

0

On Mon, 2003-09-08 at 05:50, Masao Mutoh wrote:
> Hi,
>
> On Mon, 8 Sep 2003 02:37:02 +0900
> Aredridel <aredridel@nbtsc.org> wrote:
>
> > On Sun, 2003-09-07 at 07:44, Masao Mutoh wrote:
> > > Hi,
> > >
> > > Ruby-GNOME2-0.7.0 is now available. Enjoy!
> >
> > Here''s the patch it took to build for me:
>
> Thanks for reporting.
>
> But it seems strange.
>
> What''s your environment?
> #OS, GLib/GTK+ version, ruby version

Linux, glib2-2.2.3, gtk+2-2.2.4, Ruby 1.8.0

> And I want to know pkg-config result as follows:
>
> $ pkg-config --version
> $ pkg-config --libs gobject-2.0

aredridel@mizar:~% pkg-config --version
0.15.0
aredridel@mizar:~% pkg-config --libs gobject-2.0
-lgobject-2.0 -lglib-2.0
aredridel@mizar:~%