Re: [E-devel] Link for EFL Ruby bindings

2012-12-21 Thread Lionel Orry
Thank you! On Fri, Dec 21, 2012 at 5:45 AM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 20 Dec 2012 18:48:49 +0100 Lionel Orry lionel.o...@gmail.com said: Hi, while working on the website, could someone transform the 'Ruby' text into a link pointing to

Re: [E-devel] Link for EFL Ruby bindings

2012-12-21 Thread Jérémy Zurcher
Thanks Raster, and many thanks to you Lionel, you are my Xmas good faeiry ;) (I'll work on ffi-efl today, try to complete the native binding and popup a release) regards Jérémy On Friday 21 December 2012 09:01, Lionel Orry wrote : Thank you! On Fri, Dec 21, 2012 at 5:45 AM, Carsten

Re: [E-devel] Link for EFL Ruby bindings

2012-12-21 Thread Daniel Juyung Seo
Thanks. I successfully built ffi-efl. Now what can I do..? hehe. Daniel Juyung Seo (SeoZ) On Fri, Dec 21, 2012 at 4:01 PM, Jérémy Zurcher jer...@asynk.ch wrote: Hi, you need to install bundler ($ gem install bundler) to be able to build the gem from the source. still the easyest way is

Re: [E-devel] Link for EFL Ruby bindings

2012-12-21 Thread Jérémy Zurcher
;)) $ ruby -I ./lib ./test/test_elm_win.rb $ ruby -I ./lib ./test/est_elm_win-native.rb $ ruby -I ./lib ./test/test_edje.rb On Friday 21 December 2012 17:55, Daniel Juyung Seo wrote : Thanks. I successfully built ffi-efl. Now what can I do..? hehe. Daniel Juyung Seo (SeoZ) On Fri, Dec

Re: [E-devel] Link for EFL Ruby bindings

2012-12-21 Thread Daniel Juyung Seo
Coolz! Now I successfully ran ruby binding tests on EFL 1.7.3 + Ruby 1.9.3. I suggest to put ruby bindings to efl trunk/BIDINGS :) Daniel Juyung Seo (SeoZ) On Fri, Dec 21, 2012 at 6:33 PM, Jérémy Zurcher jer...@asynk.ch wrote: ;)) $ ruby -I ./lib ./test/test_elm_win.rb $ ruby -I ./lib

[E-devel] Link for EFL Ruby bindings

2012-12-20 Thread Lionel Orry
Hi, while working on the website, could someone transform the 'Ruby' text into a link pointing to https://github.com/jeremyz/ffi-efl on the 'About' page? Thanks and good luck for the release, Lionel -- LogMeIn Rescue:

Re: [E-devel] Link for EFL Ruby bindings

2012-12-20 Thread The Rasterman
On Thu, 20 Dec 2012 18:48:49 +0100 Lionel Orry lionel.o...@gmail.com said: Hi, while working on the website, could someone transform the 'Ruby' text into a link pointing to https://github.com/jeremyz/ffi-efl on the 'About' page? Thanks and good luck for the release, Lionel done --

Re: [E-devel] Link for EFL Ruby bindings

2012-12-20 Thread Daniel Juyung Seo
Hello, I tried to build ffi-efl. I ran $ rake gem:install and got errors: rake aborted! no such file to load -- bundler/gem_tasks (See full trace by running task with --trace) And I tried it again with --trace. rake aborted! no such file to load -- bundler/gem_tasks

Re: [E-devel] Link for EFL Ruby bindings

2012-12-20 Thread Jérémy Zurcher
Hi, you need to install bundler ($ gem install bundler) to be able to build the gem from the source. still the easyest way is simply to install it from rubygems ($ gem install ffi-efl). It should take care of _all_ the run time deps (ffi). regards Jérémy On Friday 21 December 2012 15:36,