• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

While Installing Merb :no /EXPORT:Init_Inline_RawParseTree_ab80 (Errno::ENOENT)

 
Ranch Hand
Posts: 87
Hibernate Firefox Browser Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can't find a solution to my problem, have tried on two different
computers with both merb 1.0.12 and the edge version 1.1. I am getting
same result when trying to run the following: merb-gen controller
title:string,content:text

Loading init file from C:/Users/rk/Desktop/test/test/config/init.rb
Loading C:/Users/rk/Desktop/test/test/config/environments/
development.rb
c:/ruby/lib/ruby/gems/1.8/gems/RubyInline-3.8.2/lib/inline.rb:584:in
``': No such file or directory - cl -nologo -LD -MD -Zi -O2b2xg- -G6
-I c:/ruby/lib/ruby/1.8/i386-mswin32 -I c:/ruby/include -Lc:/ruby/lib
-o "C:\\Users\\rk/.ruby_inlin
e/Inline_RawParseTree_ab80.so" "C:/Users/rk/.ruby_inline/
Inline_RawParseTree_ab80.c" -link /LIBPATH:"c:/ruby/lib" /
DEFAULTLIB:"msvcrt-ruby18.lib" /INCREMENTAL
:no /EXPORT:Init_Inline_RawParseTree_ab80 (Errno::ENOENT)

Any help or suggestion on how to solve this issue much appreciated.

 
Ranch Hand
Posts: 235
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well shoot, I didn't have much luck trying to find you an answer. All I can suggest at this point is to head on over to the Rails Forum where some people do post Merb questions and have a go.
reply
    Bookmark Topic Watch Topic
  • New Topic