search for: rb_w32_write

Displaying 3 results from an estimated 3 matches for "rb_w32_write".

2007 Apr 10
8
ferret-0.11.4-mswin32 not compatible with Ruby1.8.4
...#39;'t work on Ruby 1.8.4. gem install ferret Successfully installed ferret-0.11.4-mswin32 ruby -v ruby 1.8.4 (2005-12-24) [i386-mswin32] irb irb(main):001:0> require ''ferret'' A windows error message box appears - ruby.exe - Entry Point Not Found The procedure entry point rb_w32_write could not be located in the dynamic link library msvcrt-ruby18.dll. And the following shows in the command box. LoadError: 127: The specified procedure could not be found. - C:/ruby/lib/ruby /gems/1.8/gems/ferret-0.11.4-mswin32/ext/ferret_ext.so from C:/ruby/lib/ruby/gems/1.8/gems/ferre...
2007 Sep 06
0
Ferret 0.11.4 issue
...ething wrong. > I am using ferret 0.10.9 on both machine. I am using ruby 1.8.4 for windows > while 1.8.5 for linux. is that causing problem. I cant change the ruby > version on linux machine as thatis the server. I had tried 0.11.4 but the problem with it was it generated an "error rb_w32_write could not be located" while the older version did not. so now i am using 0.10.9 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ferret-talk/attachments/20070906/c0c9e2a7/attachment-0001.html
2007 Jun 04
1
Ferret install on WinXP fails - procedure entry point rb_w32
...ruby script/plugin install svn://projects.jkraemer.net/acts_as_ferret/tags/stable/acts_as_ferret I added "require ''acts_as_ferret''" to my environement.rb file, and my Mongrel server fails on startup with the following Windows dialog: "The procedure entry point rb_w32_write could not be located in the dynamic link library msvcrt-ruby18.dll" Googling this error turned up just one other unlucky soul, but I could not find a solution. Any suggestions? Thanks. -B. Ridout -- Posted via http://www.ruby-forum.com/.