You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(6) |
Sep
(16) |
Oct
(36) |
Nov
(85) |
Dec
(151) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(49) |
Feb
(51) |
Mar
(71) |
Apr
(87) |
May
(91) |
Jun
(93) |
Jul
(160) |
Aug
(229) |
Sep
(85) |
Oct
(89) |
Nov
(85) |
Dec
(98) |
2004 |
Jan
(40) |
Feb
(98) |
Mar
(149) |
Apr
(106) |
May
(153) |
Jun
(77) |
Jul
(85) |
Aug
(55) |
Sep
(50) |
Oct
(53) |
Nov
(83) |
Dec
(32) |
2005 |
Jan
(97) |
Feb
(124) |
Mar
(60) |
Apr
(79) |
May
(55) |
Jun
(62) |
Jul
(70) |
Aug
(130) |
Sep
(115) |
Oct
(32) |
Nov
(46) |
Dec
(54) |
2006 |
Jan
(114) |
Feb
(78) |
Mar
(37) |
Apr
(54) |
May
(82) |
Jun
(34) |
Jul
(54) |
Aug
(50) |
Sep
(26) |
Oct
(46) |
Nov
(105) |
Dec
(83) |
2007 |
Jan
(105) |
Feb
(64) |
Mar
(57) |
Apr
(20) |
May
(18) |
Jun
(80) |
Jul
(108) |
Aug
(26) |
Sep
(36) |
Oct
(49) |
Nov
(94) |
Dec
(46) |
2008 |
Jan
(24) |
Feb
(24) |
Mar
(200) |
Apr
(92) |
May
(112) |
Jun
(54) |
Jul
(41) |
Aug
(50) |
Sep
(66) |
Oct
(82) |
Nov
(15) |
Dec
(44) |
2009 |
Jan
(68) |
Feb
(34) |
Mar
(55) |
Apr
(50) |
May
(95) |
Jun
(33) |
Jul
(24) |
Aug
(40) |
Sep
(61) |
Oct
(33) |
Nov
(7) |
Dec
(61) |
2010 |
Jan
(18) |
Feb
(47) |
Mar
(24) |
Apr
(24) |
May
(42) |
Jun
(59) |
Jul
(28) |
Aug
(23) |
Sep
(55) |
Oct
(102) |
Nov
(33) |
Dec
(11) |
2011 |
Jan
(37) |
Feb
(115) |
Mar
(96) |
Apr
(37) |
May
(8) |
Jun
(13) |
Jul
(7) |
Aug
(61) |
Sep
(143) |
Oct
(78) |
Nov
(14) |
Dec
(33) |
2012 |
Jan
(49) |
Feb
(57) |
Mar
(62) |
Apr
(38) |
May
(26) |
Jun
(16) |
Jul
(12) |
Aug
(10) |
Sep
(8) |
Oct
(12) |
Nov
(38) |
Dec
(25) |
2013 |
Jan
(55) |
Feb
(53) |
Mar
(39) |
Apr
(37) |
May
(21) |
Jun
(4) |
Jul
(7) |
Aug
(8) |
Sep
(24) |
Oct
(17) |
Nov
(11) |
Dec
(81) |
2014 |
Jan
(22) |
Feb
(9) |
Mar
(29) |
Apr
(133) |
May
(12) |
Jun
(13) |
Jul
(5) |
Aug
(11) |
Sep
|
Oct
(10) |
Nov
(18) |
Dec
(1) |
2015 |
Jan
(18) |
Feb
(2) |
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
(28) |
Oct
(15) |
Nov
(8) |
Dec
(7) |
2016 |
Jan
(19) |
Feb
|
Mar
|
Apr
(1) |
May
(10) |
Jun
(3) |
Jul
(19) |
Aug
|
Sep
(5) |
Oct
(1) |
Nov
(9) |
Dec
|
2017 |
Jan
|
Feb
(18) |
Mar
|
Apr
(2) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(6) |
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
(2) |
Dec
|
From: Masao M. <mu...@hi...> - 2002-11-30 13:46:04
|
Hi, On Fri, 29 Nov 2002 23:10:47 -0700 "Joshua Keith" <jos...@li...> wrote: > <snip> > > I think signal_connect_swapped is not necessary for Ruby-GNOME2. > > > > In C it is used to have a callback function invoked with arguments in > > different order. (i.e. "instance" and "user_data" are swapped) > > But we don't have a "user_data" argument in Ruby. > > > OK, so we are going to stick with the deprecated method of siganl_connect_after correct? I'll adjust the tutorial tonight on that, and fix some code in it. Thank you for the quick response. I think signal_connect_after still be needed. > BTW: Have a look at the tutorial, chapters 1 - 8 are %100 finished, > with the rest not too far behind. I might have to push the tutorial > deadline back a week though (not sure on this one). Cool. Some japanese say they want to translate your document to Japanese. So, I hope you to check in the documents to the CVS as soon as you can. Thanks in advance. Masao. -- .:% Masao Mutoh<mu...@hi...> |
From: Joshua K. <jos...@li...> - 2002-11-30 06:13:20
|
<snip> > I think signal_connect_swapped is not necessary for Ruby-GNOME2. > > In C it is used to have a callback function invoked with arguments in > different order. (i.e. "instance" and "user_data" are swapped) > But we don't have a "user_data" argument in Ruby. > OK, so we are going to stick with the deprecated method of siganl_connect_after correct? I'll adjust the tutorial tonight on that, and fix some code in it. Thank you for the quick response. BTW: Have a look at the tutorial, chapters 1 - 8 are %100 finished, with the rest not too far behind. I might have to push the tutorial deadline back a week though (not sure on this one). Thanks, Joshua Keith -- ______________________________________________ http://www.linuxmail.org/ Now with POP3/IMAP access for only US$19.95/yr Powered by Outblaze |
From: Masahiro S. <s01...@sf...> - 2002-11-30 03:52:38
|
Hi, From: Masao Mutoh <mu...@hi...> Subject: Re: [ruby-gnome2-devel-en] Using Gtk::Stock items Date: Sat, 30 Nov 2002 10:11:05 +0900 > > BTW, I've asked before, regarding signal_connect_swapped, but never got a reply. > > Ah, sorry. I forgot it. > > > Is it showing up soon? (I found the others in rbgobj_signal.c ) > > I don't know. Sakai-san should reply this.... I'll ask him in Japanese ML. I think signal_connect_swapped is not necessary for Ruby-GNOME2. In C it is used to have a callback function invoked with arguments in different order. (i.e. "instance" and "user_data" are swapped) But we don't have a "user_data" argument in Ruby. Cheers, Masahiro Sakai |
From: Masao M. <mu...@hi...> - 2002-11-30 01:11:11
|
Hi, On Fri, 29 Nov 2002 10:30:07 -0700 "Joshua Keith" <jos...@li...> wrote: > <snip> > I just wanted to thank you for your patience with what must seem like very obvious questions to you. > > > > BTW, in the next release, you'll be able to use StockItem more easily. > > Like as: > > > Is that the next official release, or showing up in CVS soon? CVS as soon as I can. > BTW, I've asked before, regarding signal_connect_swapped, but never got a reply. Ah, sorry. I forgot it. > Is it showing up soon? (I found the others in rbgobj_signal.c ) I don't know. Sakai-san should reply this.... I'll ask him in Japanese ML. Cheers, Masao -- .:% Masao Mutoh<mu...@hi...> |
From: Joshua K. <jos...@li...> - 2002-11-29 17:48:54
|
<snip> I just wanted to thank you for your patience with what must seem like very obvious questions to you. > BTW, in the next release, you'll be able to use StockItem more easily. > Like as: > Is that the next official release, or showing up in CVS soon? BTW, I've asked before, regarding signal_connect_swapped, but never got a reply. Is it showing up soon? (I found the others in rbgobj_signal.c ) Thanks, Joshua Keith -- ______________________________________________ http://www.linuxmail.org/ Now with POP3/IMAP access for only US$19.95/yr Powered by Outblaze |
From: Masao M. <mu...@hi...> - 2002-11-29 14:47:27
|
Hi, On Thu, 28 Nov 2002 11:14:14 -0700 "Joshua Keith" <jos...@li...> wrote: > I'm at a loss on how to implement these. I'm not sure what module to load, and not usre if you even need since you can use the Gtk::Stock methods, it just will not display the image. Below is a small sample code > > # Gtk::Stock Sample > require 'gtk2' > > Gtk.init > window = Gtk::Window.new > window.signal_connect( 'destroy' ) { Gtk.main_quit } > button = Gtk::Button.new("This is a button") > button.set_use_stock (Gtk::Stock::QUIT) # Also tried button.use_stock= > window.add( button ) > window.show_all > Gtk.main > > The above script runs with no errors, but the stock image is not displayed. > I figure I'm missing something, but I'm not sure what it is. In GTK+ API reference, "use-stock" gboolean : Read / Write / Construct This mean button.set_use_stock(v) # v = true or false. Gtk::Stock::QUIT is a symbol, so it means "true" in Ruby. use-stock is to use whether the button label is a stock item or not. Try bellow sample: ------------------------- require 'gtk2' Gtk.init window = Gtk::Window.new window.signal_connect( 'destroy' ) { Gtk.main_quit } button = Gtk::Button.new("gtk-quit") button.set_use_stock(true) window.add(button) window.show_all Gtk.main ------------------------- BTW, in the next release, you'll be able to use StockItem more easily. Like as: button = Gtk::Button.new(Gtk::Stock::QUIT) Cheers, Masao -- .:% Masao Mutoh<mu...@hi...> |
From: Joshua K. <jos...@li...> - 2002-11-28 18:14:20
|
I'm at a loss on how to implement these. I'm not sure what module to load, and not usre if you even need since you can use the Gtk::Stock methods, it just will not display the image. Below is a small sample code # Gtk::Stock Sample require 'gtk2' Gtk.init window = Gtk::Window.new window.signal_connect( 'destroy' ) { Gtk.main_quit } button = Gtk::Button.new("This is a button") button.set_use_stock (Gtk::Stock::QUIT) # Also tried button.use_stock= window.add( button ) window.show_all Gtk.main The above script runs with no errors, but the stock image is not displayed. I figure I'm missing something, but I'm not sure what it is. Thanks, Joshua Keith -- ______________________________________________ http://www.linuxmail.org/ Now with POP3/IMAP access for only US$19.95/yr Powered by Outblaze |
From: Nikolai :: lone-s. :: W. <lon...@ho...> - 2002-11-27 17:35:50
|
On Tue, 26 Nov 2002 19:48:40 +0000, Masao Mutoh wrote: > Hi, > > On Sun, 24 Nov 2002 12:17:17 +0100 > "Nikolai :: lone-star :: Weibull" <lon...@ho...> wrote: > > > On Sat, 23 Nov 2002 21:33:02 +0000, Masao Mutoh wrote: > > > Hi, Nikolai, > > > > > > How about your new DJ Mixer? > > > > > it's great! i love it! played records all day yesterday =). my computer > > got no attention ;). > > Cool. for pictures: http://www.pioneerprodj.com/products/djm300/djm300s.mv but in black ;). > > > > Please announce there Ruby-GNOME2-0.1 has released! > > > > ok. will do. =). > > Thanks! > seems there was some interest at least. now a lot of new news has put it down on the page but still ok =). > > Masao. > -- ::: name: Nikolai Weibull :: aliases: pcp / lone-star ::: ::: born: Chicago, IL USA :: loc now: Gothenburg, Sweden ::: ::: page: http://pcppopper.org/ :: top ref: google "pcp rocks" ::: main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);} |
From: Masao M. <mu...@hi...> - 2002-11-27 15:56:17
|
Hi, Are there anyone who built Ruby-GNOME-0.1 under Debian woody? And are you succeed it or not? [ 643915 ] undefined symbol in Bug trackers, He has some troubles yet (though I have closed the bug status already;->), I'd like to know it's his own environment problem or not. Thanks in advance, Masao. -- .:% Masao Mutoh<mu...@hi...> |
From: Masao M. <mu...@hi...> - 2002-11-27 13:37:59
|
Hi, On Tue, 26 Nov 2002 18:28:40 -0700 "Joshua Keith" <jos...@li...> wrote: > Question: > Using the following code, what is passed as the argument, a pointer to the widget, > or the widget itself? > > #sample callback > button = Gtk::Button.new > button.signal_connect( "clicked" ) { |w| callback_method(w) } Sorry, but I didn't understand your question. I think "a pointer to the widget" and "widget itself" are same meaning. #Did you ask about copy object or not? -- .:% Masao Mutoh<mu...@hi...> |
From: Joshua K. <jos...@li...> - 2002-11-27 01:46:35
|
Question: Using the following code, what is passed as the argument, a pointer to the widget, or the widget itself? #sample callback button = Gtk::Button.new button.signal_connect( "clicked" ) { |w| callback_method(w) } Thanks, Joshua Keith -- ______________________________________________ http://www.linuxmail.org/ Now with POP3/IMAP access for only US$19.95/yr Powered by Outblaze |
From: Joshua K. <jos...@li...> - 2002-11-26 23:37:45
|
<snip> > > Thanks, I fixed the error. > > -- Masahiro Sakai > Thank you. What is going on with signal_connect_swapped though? Thanks, Joshua Keith -- ______________________________________________ http://www.linuxmail.org/ Now with POP3/IMAP access for only US$19.95/yr Powered by Outblaze |
From: Masahiro S. <s01...@sf...> - 2002-11-26 17:34:35
|
Hi, From: "Joshua Keith" <jos...@li...> Subject: [ruby-gnome2-devel-en] signal_connect_swapped Date: Mon, 25 Nov 2002 18:34:33 -0700 > # Gtk::Entry error sample > # Errors receiving when "activate" signal is emitted > require 'gtk2' > > def get_text( widget ) > puts widget.text > end > > Gtk.init > window = Gtk::Window.new( Gtk::Window::TOPLEVEL ) > entry = Gtk::Entry.new > entry.signal_connect( "activate" ) { |widget| get_text( widget ) } > window.add( entry ) > window.show_all > Gtk.main > > error::** (entry_error.rb 2713): WARNING **: rbgobj_rvalue_to_gvalue: unsupported type: (null) Thanks, I fixed the error. -- Masahiro Sakai |
From: Masao M. <mu...@hi...> - 2002-11-26 16:02:01
|
Hi, On Wed, 27 Nov 2002 00:53:37 +0900 Masao Mutoh <mu...@hi...> wrote: > Hi, > > On Tue, 26 Nov 2002 19:55:40 +0900 > Masao Mutoh <mu...@hi...> wrote: > > > Hi, > > > > At least, in my environment, it works fine. > > Are there anyone who try gdkpixbuf ? > > Are there same problems? > > I found this problem in CVS version(not 0.1). > Newest Ruby/GLib(in CVS) change causes this problem. > > I'll fix it. Done. Masao. -- .:% Masao Mutoh<mu...@hi...> |
From: Masao M. <mu...@hi...> - 2002-11-26 15:53:48
|
Hi, On Tue, 26 Nov 2002 19:55:40 +0900 Masao Mutoh <mu...@hi...> wrote: > Hi, > > At least, in my environment, it works fine. > Are there anyone who try gdkpixbuf ? > Are there same problems? I found this problem in CVS version(not 0.1). Newest Ruby/GLib(in CVS) change causes this problem. I'll fix it. Thanks. Masao. > > > On Sun, 24 Nov 2002 13:20:41 -0600 > "Michael C. Libby" <m_...@an...> wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Getting the following error message during a compile. I'm just doing a cvs > > update, then running extconf.rb, then make. > > > > make[1]: Entering directory `/home/ichimunki/gnome/ruby-gnome2/gdkpixbuf' > > gcc -fPIC -mcpu=athlon-xp -O3 -pipe -I.././gdkpixbuf/../glib/src > > - -I.././gdkpixbuf/../gtk/src -I/usr/include/gtk-2.0 > > - -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > > - -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 > > - -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 > > - -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -I. > > - -I/usr/lib/ruby/1.6/i686-linux-gnu -I.././gdkpixbuf -I/usr/include > > - -DHAVE_G_PRINT -DHAVE_GDK_INIT -DHAVE_GDK_PIXBUF_NEW -c -o > > rbgdk-pixbuf.o rbgdk-pixbuf.c > > cc1: warning: changing search order for system directory "/usr/include" > > cc1: warning: as it has already been specified as a non-system directory > > rbgdk-pixbuf.c: In function `save': > > rbgdk-pixbuf.c:181: invalid lvalue in unary `&' > > make[1]: *** [rbgdk-pixbuf.o] Error 1 > > make[1]: Leaving directory `/home/ichimunki/gnome/ruby-gnome2/gdkpixbuf' > > make: *** [all] Error 2 > > root@greyhound:/home/ichimunki/gnome/ruby-gnome2# > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.0.7 (GNU/Linux) > > > > iD8DBQE94SaU4ClW9KMwqnMRApI+AJwIvWmRw8VG4sUHwxIwtAcxM4oouQCgqlpW > > lY85ypnvsK8rOlLQLaru90o= > > =GRtu > > -----END PGP SIGNATURE----- > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > ruby-gnome2-devel-en mailing list > > rub...@li... > > https://lists.sourceforge.net/lists/listinfo/ruby-gnome2-devel-en > > > > > -- > .:% Masao Mutoh<mu...@hi...> > > > ------------------------------------------------------- > This SF.net email is sponsored by: Get the new Palm Tungsten T > handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en > _______________________________________________ > ruby-gnome2-devel-en mailing list > rub...@li... > https://lists.sourceforge.net/lists/listinfo/ruby-gnome2-devel-en > -- .:% Masao Mutoh<mu...@hi...> |
From: Masao M. <mu...@hi...> - 2002-11-26 12:08:15
|
Hi, On Mon, 25 Nov 2002 18:34:33 -0700 "Joshua Keith" <jos...@li...> wrote: > I've been looking for this (obviously in the wrong places), but haven't found it. I've looked through the source, and rbbr, but haven't found anything on it. (GLib::Instantiatable). Is it included now and I'm looking in the wrong place, or should the deprecated method of "signal_connect_after" be used? It may be a bug. I'll fix it. Thanks, Masao. -- .:% Masao Mutoh<mu...@hi...> |
From: Masao M. <mu...@hi...> - 2002-11-26 10:55:44
|
Hi, At least, in my environment, it works fine. Are there anyone who try gdkpixbuf ? Are there same problems? On Sun, 24 Nov 2002 13:20:41 -0600 "Michael C. Libby" <m_...@an...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Getting the following error message during a compile. I'm just doing a cvs > update, then running extconf.rb, then make. > > make[1]: Entering directory `/home/ichimunki/gnome/ruby-gnome2/gdkpixbuf' > gcc -fPIC -mcpu=athlon-xp -O3 -pipe -I.././gdkpixbuf/../glib/src > - -I.././gdkpixbuf/../gtk/src -I/usr/include/gtk-2.0 > - -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > - -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 > - -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 > - -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -I. > - -I/usr/lib/ruby/1.6/i686-linux-gnu -I.././gdkpixbuf -I/usr/include > - -DHAVE_G_PRINT -DHAVE_GDK_INIT -DHAVE_GDK_PIXBUF_NEW -c -o > rbgdk-pixbuf.o rbgdk-pixbuf.c > cc1: warning: changing search order for system directory "/usr/include" > cc1: warning: as it has already been specified as a non-system directory > rbgdk-pixbuf.c: In function `save': > rbgdk-pixbuf.c:181: invalid lvalue in unary `&' > make[1]: *** [rbgdk-pixbuf.o] Error 1 > make[1]: Leaving directory `/home/ichimunki/gnome/ruby-gnome2/gdkpixbuf' > make: *** [all] Error 2 > root@greyhound:/home/ichimunki/gnome/ruby-gnome2# > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.7 (GNU/Linux) > > iD8DBQE94SaU4ClW9KMwqnMRApI+AJwIvWmRw8VG4sUHwxIwtAcxM4oouQCgqlpW > lY85ypnvsK8rOlLQLaru90o= > =GRtu > -----END PGP SIGNATURE----- > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > ruby-gnome2-devel-en mailing list > rub...@li... > https://lists.sourceforge.net/lists/listinfo/ruby-gnome2-devel-en > -- .:% Masao Mutoh<mu...@hi...> |
From: Masao M. <mu...@hi...> - 2002-11-26 10:48:44
|
Hi, On Sun, 24 Nov 2002 12:17:17 +0100 "Nikolai :: lone-star :: Weibull" <lon...@ho...> wrote: > On Sat, 23 Nov 2002 21:33:02 +0000, Masao Mutoh wrote: > > Hi, Nikolai, > > > > How about your new DJ Mixer? > > > it's great! i love it! played records all day yesterday =). my computer > got no attention ;). Cool. > > Please announce there Ruby-GNOME2-0.1 has released! > > ok. will do. =). Thanks! Masao. -- .:% Masao Mutoh<mu...@hi...> |
From: Joshua K. <jos...@li...> - 2002-11-26 01:39:06
|
I've been looking for this (obviously in the wrong places), but haven't found it. I've looked through the source, and rbbr, but haven't found anything on it. (GLib::Instantiatable). Is it included now and I'm looking in the wrong place, or should the deprecated method of "signal_connect_after" be used? # Gtk::Entry error sample # Errors receiving when "activate" signal is emitted require 'gtk2' def get_text( widget ) puts widget.text end Gtk.init window = Gtk::Window.new( Gtk::Window::TOPLEVEL ) entry = Gtk::Entry.new entry.signal_connect( "activate" ) { |widget| get_text( widget ) } window.add( entry ) window.show_all Gtk.main error::** (entry_error.rb 2713): WARNING **: rbgobj_rvalue_to_gvalue: unsupported type: (null) # End sample Thanks, Joshua Keith -- ______________________________________________ http://www.linuxmail.org/ Now with POP3/IMAP access for only US$19.95/yr Powered by Outblaze |
From: Michael C. L. <m_...@an...> - 2002-11-24 19:22:17
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Getting the following error message during a compile. I'm just doing a cvs update, then running extconf.rb, then make. make[1]: Entering directory `/home/ichimunki/gnome/ruby-gnome2/gdkpixbuf' gcc -fPIC -mcpu=athlon-xp -O3 -pipe -I.././gdkpixbuf/../glib/src - -I.././gdkpixbuf/../gtk/src -I/usr/include/gtk-2.0 - -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include - -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 - -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 - -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -I. - -I/usr/lib/ruby/1.6/i686-linux-gnu -I.././gdkpixbuf -I/usr/include - -DHAVE_G_PRINT -DHAVE_GDK_INIT -DHAVE_GDK_PIXBUF_NEW -c -o rbgdk-pixbuf.o rbgdk-pixbuf.c cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory rbgdk-pixbuf.c: In function `save': rbgdk-pixbuf.c:181: invalid lvalue in unary `&' make[1]: *** [rbgdk-pixbuf.o] Error 1 make[1]: Leaving directory `/home/ichimunki/gnome/ruby-gnome2/gdkpixbuf' make: *** [all] Error 2 root@greyhound:/home/ichimunki/gnome/ruby-gnome2# -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE94SaU4ClW9KMwqnMRApI+AJwIvWmRw8VG4sUHwxIwtAcxM4oouQCgqlpW lY85ypnvsK8rOlLQLaru90o= =GRtu -----END PGP SIGNATURE----- |
From: Nikolai :: lone-s. :: W. <lon...@ho...> - 2002-11-24 11:23:23
|
On Sat, 23 Nov 2002 13:53:44 +0000, Masao Mutoh wrote: > Hi, > > I moved gconf/lib/gconf2.rb to gconf/src/lib/gconf2.rb > as it was not installed by "make install". > ah, ok. good. > Cheers, > Masao. > -- ::: name: Nikolai Weibull :: aliases: pcp / lone-star ::: ::: born: Chicago, IL USA :: loc now: Gothenburg, Sweden ::: ::: page: http://pcppopper.org/ :: top ref: google "pcp rocks" ::: main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);} |
From: Nikolai :: lone-s. :: W. <lon...@ho...> - 2002-11-24 11:21:44
|
On Sat, 23 Nov 2002 21:33:02 +0000, Masao Mutoh wrote: > Hi, Nikolai, > > How about your new DJ Mixer? > it's great! i love it! played records all day yesterday =). my computer got no attention ;). > On Mon, 18 Nov 2002 18:35:02 +0100 > "Nikolai :: lone-star :: Weibull" <lon...@ho...> wrote: > > > On Mon, 18 Nov 2002 22:54:50 +0000, Masao Mutoh wrote: > > > Hi, > > > > > > On Sun, 17 Nov 2002 17:14:59 +0100 > > > "Nikolai :: lone-star :: Weibull" <lon...@ho...> wrote: > > > > > > > > OK. I'll announce our projects to www.gnomedesktop.org. > > > > > But I don't know how to announce it there. > > > > > Should I create an account there? > > > > > I don't like to create my account to many places.... :-<. > > > > > > > > > yeah. you need an account to add news. if you don't want to create an > > > > account i already have one, so i can post the news for you if you want. > > > > > > Yeah, Thanks. > > > I'd like to leave it to you:->. > > > > > ok, no problem. just tell me when. and give any comments you want. > > Please announce there Ruby-GNOME2-0.1 has released! ok. will do. =). > > Thanks in advance, > Masao. -- ::: name: Nikolai Weibull :: aliases: pcp / lone-star ::: ::: born: Chicago, IL USA :: loc now: Gothenburg, Sweden ::: ::: page: http://pcppopper.org/ :: top ref: google "pcp rocks" ::: main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);} |
From: Masao M. <mu...@hi...> - 2002-11-23 12:33:06
|
Hi, Nikolai, How about your new DJ Mixer? On Mon, 18 Nov 2002 18:35:02 +0100 "Nikolai :: lone-star :: Weibull" <lon...@ho...> wrote: > On Mon, 18 Nov 2002 22:54:50 +0000, Masao Mutoh wrote: > > Hi, > > > > On Sun, 17 Nov 2002 17:14:59 +0100 > > "Nikolai :: lone-star :: Weibull" <lon...@ho...> wrote: > > > > > > OK. I'll announce our projects to www.gnomedesktop.org. > > > > But I don't know how to announce it there. > > > > Should I create an account there? > > > > I don't like to create my account to many places.... :-<. > > > > > > > yeah. you need an account to add news. if you don't want to create an > > > account i already have one, so i can post the news for you if you want. > > > > Yeah, Thanks. > > I'd like to leave it to you:->. > > > ok, no problem. just tell me when. and give any comments you want. Please announce there Ruby-GNOME2-0.1 has released! Thanks in advance, Masao. -- .:% Masao Mutoh<mu...@hi...> |
From: Masao M. <mu...@hi...> - 2002-11-23 11:12:21
|
Hi, Ruby-GNOME2-0.1 is released! See http://sourceforge.net/project/showfiles.php?group_id=53614 There are three files: * ruby-gnome2-all-0.1 Complete package of Ruby-GNOME2. It includes: - Ruby/GLib2 - Ruby/GTK2 - Ruby/GdkPixbuf2 - Ruby/GNOME2 - Ruby/GnomeCanvas2 - Ruby/Libart2 - Ruby/Libglade2 - Ruby/GConf2 * ruby-gtk2-0.1 Minimum package of Ruby-GNOME2. It includes Ruby/GLib, Ruby/GTK. * rbbr-0.1 Ruby Class Browser using Ruby/GTK2. ------------ I'm so happy to announce this. Thanks to all who are working with us. But we have lots of tasks until Ruby-GNOME2-1.0. If you are interested in this project, please help us. Thanks a lot, Masao. -- .:% Masao Mutoh<mu...@hi...> |
From: Masao M. <mu...@hi...> - 2002-11-23 04:53:54
|
Hi, I moved gconf/lib/gconf2.rb to gconf/src/lib/gconf2.rb as it was not installed by "make install". Cheers, Masao. -- .:% Masao Mutoh<mu...@hi...> |