From parsons.nicholas1 at gmail.com Tue May 1 06:38:51 2012 From: parsons.nicholas1 at gmail.com (parsons.nicholas1 at gmail.com) Date: Tue, 01 May 2012 02:38:51 -0400 Subject: [fxruby-users] Fxruby-users Message-ID: <4f9fd8d1.6303b40a.79ab.ffff971b@mx.google.com> hi Fxruby-users make sure you take a look at this before the day is over i think the main reason a lot of people arent doing this yet is they dont have these step by step instructions http://t.co/rwHHFBoA From leslieviljoen at gmail.com Tue May 1 22:24:00 2012 From: leslieviljoen at gmail.com (Leslie Viljoen) Date: Wed, 2 May 2012 10:24:00 +1200 Subject: [fxruby-users] Fxruby-users In-Reply-To: <4f9fd8d1.6303b40a.79ab.ffff971b@mx.google.com> References: <4f9fd8d1.6303b40a.79ab.ffff971b@mx.google.com> Message-ID: Please don't fall for this spam. On Tue, May 1, 2012 at 6:38 PM, wrote: > hi Fxruby-users make sure you take a look at this before the day is over i > think the main reason a lot of people arent doing this yet is they dont > have these step by step instructions http://t.co/rwHHFBoA > > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kb9agt at gmail.com Fri May 4 21:56:54 2012 From: kb9agt at gmail.com (Douglas Allen) Date: Fri, 04 May 2012 14:56:54 -0700 Subject: [fxruby-users] Douglas Allen wants to connect with you on Zoosk! Message-ID: <0.0.1.8E7.1CD2A40D1BE9000.0@invite8.zoosk.com> An HTML attachment was scrubbed... URL: From neillwturner at gmail.com Sun May 6 15:29:43 2012 From: neillwturner at gmail.com (neillturner) Date: Sun, 6 May 2012 08:29:43 -0700 (PDT) Subject: [fxruby-users] FXRuby installs broken on linux and Mac OSX Message-ID: <1336318183617-4955947.post@n6.nabble.com> I have install instructions for my open source product that is written in Ruby and FXRuby that worked for windows linux and mac-os 2009-2010 time frame. see http://ec2dream.blogspot.co.uk/search/label/EC2Dream%20Installation Unfortunately only the windows works now. It looks like FXruby 1.6.23 is broken on Linux and Mac. Has this been tested do we have instructions for install on linux and Mac-OS???? I have spends literally weeks trying to get installation instructions that work on linux and mac osx.... thanks Neill -- View this message in context: http://ruby.11.n6.nabble.com/FXRuby-installs-broken-on-linux-and-Mac-OSX-tp4955947.html Sent from the FXRuby Users mailing list archive at Nabble.com. From kb9agt at gmail.com Mon May 7 02:32:31 2012 From: kb9agt at gmail.com (Douglas Allen) Date: Sun, 6 May 2012 21:32:31 -0500 Subject: [fxruby-users] FXRuby installs broken on linux and Mac OSX In-Reply-To: <1336318183617-4955947.post@n6.nabble.com> References: <1336318183617-4955947.post@n6.nabble.com> Message-ID: You could try looking over the code for FreeRide which I think installs a version of FXRuby with itself. And yes I am running a debian linux and have installed FreeRide. I don't like it but that's another story. Good Luck. Linux tends to like Gnome and GTK better. I have an FXRuby.zip at https://github.com/DouglasAllen/kitty_or_fox But then I haven't used that for so long that it could just be samples, I 'm not sure. Douglas From lars at greiz-reinsdorf.de Mon May 7 06:58:44 2012 From: lars at greiz-reinsdorf.de (Lars Kanis) Date: Mon, 7 May 2012 08:58:44 +0200 Subject: [fxruby-users] FXRuby installs broken on linux and Mac OSX In-Reply-To: <1336318183617-4955947.post@n6.nabble.com> References: <1336318183617-4955947.post@n6.nabble.com> Message-ID: > ?Unfortunately only the windows works now. It looks like FXruby 1.6.23 is > broken on Linux and Mac. Can you please post the output of gem install? > Has this been tested do we have instructions for > install on linux and Mac-OS???? https://github.com/lylejohnson/fxruby/wiki -- Regards, Lars From Alwin.Eekhoff at t-online.de Tue May 8 17:44:04 2012 From: Alwin.Eekhoff at t-online.de (Alwin) Date: Tue, 08 May 2012 19:44:04 +0200 Subject: [fxruby-users] FxRuby1.6.23 on OpenBSD-Unix Message-ID: <4FA95B64.1000502@t-online.de> Hello, I tried some simple programs on OpenBSD 5.0-Unix with Ruby1.9. It works fine. Many thanks to Lars for fixing "segfault". I hope I will find some time to test it on Linux by the end of this week. Regards, Alwin From lars at greiz-reinsdorf.de Wed May 9 10:27:49 2012 From: lars at greiz-reinsdorf.de (Lars Kanis) Date: Wed, 9 May 2012 12:27:49 +0200 Subject: [fxruby-users] FxRuby1.6.23 on OpenBSD-Unix In-Reply-To: <4FA95B64.1000502@t-online.de> References: <4FA95B64.1000502@t-online.de> Message-ID: > I tried some simple programs on OpenBSD 5.0-Unix with Ruby1.9. It works > fine. If you like, you could write a new page in the wiki about install on OpenBSD: https://github.com/lylejohnson/fxruby/wiki > Many thanks to Lars for fixing "segfault". Thanks for the flowers. Actually there are several corner cases left, in conjunction with the garbage collector, which may result in segfaults. In particular when overloading some FX internal methods like FXIconItem#drawBigIcon, it could crash after some longer use. This is because libfox and ruby have quite different philosophies about object destruction, which are very hard to combine, especially with ruby 1.9. It is easy to work around, but would require deep changes to the fxruby object handling, so I currently don't plan to fix these. Nevertheless, if you run into any trouble, don't hesitate to ask here on the mailing list or to open an github issue. -- Regards, Lars From Alwin.Eekhoff at t-online.de Fri May 11 14:50:12 2012 From: Alwin.Eekhoff at t-online.de (Alwin) Date: Fri, 11 May 2012 16:50:12 +0200 Subject: [fxruby-users] FXRuby installs broken on linux and Mac OSX In-Reply-To: References: <1336318183617-4955947.post@n6.nabble.com> Message-ID: <4FAD2724.10205@t-online.de> I installed Linux Mint on my testing equipment. As far as I know is Linux Mint a popular fork of Ubuntu. Trying #gem install fxruby generates a failure. I'm a beginner with fxruby so I can only assume there might be a problem with path finding. FxRuby on OpenBSD works fine. But Linux and BSD use different paths: Linux: /usr/bin/lib/ruby/.... BSD: /usr/local/lib/ruby/... Regards, Alwin gem_make.out: /usr/bin/ruby1.8 extconf.rb *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration options: --with-opt-dir --without-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=/usr/bin/ruby1.8 --with-fox-dir --without-fox-dir --with-fox-include --without-fox-include=${fox-dir}/include --with-fox-lib --without-fox-lib=${fox-dir}/lib --with-fxscintilla-dir --without-fxscintilla-dir --with-fxscintilla-include --without-fxscintilla-include=${fxscintilla-dir}/include --with-fxscintilla-lib --without-fxscintilla-lib=${fxscintilla-dir}/lib extconf.rb:31:in `find_installed_fox_version': couldn't find FOX header files (RuntimeError) from extconf.rb:133 Lars Kanis schrieb: >> Unfortunately only the windows works now. It looks like FXruby 1.6.23 is >> broken on Linux and Mac. > Can you please post the output of gem install? > >> Has this been tested do we have instructions for >> install on linux and Mac-OS???? > > https://github.com/lylejohnson/fxruby/wiki > > -- > Regards, > Lars > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users From lars at greiz-reinsdorf.de Fri May 11 15:38:16 2012 From: lars at greiz-reinsdorf.de (Lars Kanis) Date: Fri, 11 May 2012 17:38:16 +0200 Subject: [fxruby-users] FXRuby installs broken on linux and Mac OSX In-Reply-To: <4FAD2724.10205@t-online.de> References: <1336318183617-4955947.post@n6.nabble.com> <4FAD2724.10205@t-online.de> Message-ID: <4FAD3268.5080103@greiz-reinsdorf.de> Am Fr 11 Mai 2012 16:50:12 CEST schrieb Alwin: > extconf.rb:31:in `find_installed_fox_version': couldn't find FOX header You need libfox development headers installed. On a Ubuntu/Debian based Linux distribution this should work (as described in the Install section of the Readme): sudo apt-get install g++ libxrandr-dev libfox-1.6-dev -- Regards, Lars From parsons.nicholas1 at gmail.com Sat May 12 09:46:11 2012 From: parsons.nicholas1 at gmail.com (parsons.nicholas1 at gmail.com) Date: Sat, 12 May 2012 05:46:11 -0400 Subject: [fxruby-users] Fxruby-users Message-ID: <4fae8533.634cb40a.4fc1.5a55@mx.google.com> hello Fxruby-users lets hope this reaches you in time http://t.co/VzOM4CCT make the most of what you have been given From gareth.maddock at gmail.com Sun May 13 09:32:59 2012 From: gareth.maddock at gmail.com (Gareth Maddock) Date: Sun, 13 May 2012 21:32:59 +1200 Subject: [fxruby-users] Fxruby-users In-Reply-To: <4fae8533.634cb40a.4fc1.5a55@mx.google.com> References: <4fae8533.634cb40a.4fc1.5a55@mx.google.com> Message-ID: Spam. Any way of blocking this? On 12 May 2012 21:46, wrote: > hello Fxruby-users lets hope this reaches you in time http://t.co/VzOM4CCTmake the most of what you have been given > > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From parsons.nicholas1 at gmail.com Mon May 21 07:05:28 2012 From: parsons.nicholas1 at gmail.com (parsons.nicholas1 at gmail.com) Date: Mon, 21 May 2012 03:05:28 -0400 Subject: [fxruby-users] Hi Message-ID: <4fba3d0d.4563b40a.12fe.299c@mx.google.com> hello why wait for retirement to travel http://t.co/vC5GQvSk dont snooze and lose on this opportunity From parsons.nicholas1 at gmail.com Mon May 21 07:56:59 2012 From: parsons.nicholas1 at gmail.com (parsons.nicholas1 at gmail.com) Date: Mon, 21 May 2012 03:56:59 -0400 Subject: [fxruby-users] hey Message-ID: <4fba4921.c460b40a.6179.ffffc4ef@mx.google.com> hey i like it and it helps me http://t.co/tF6NuHNa i love how well everything worked out