简体   繁体   English

找不到在轨道上运行服务器ruby的gem'byebug x64-mingw32'吗?

[英]Could not find gem 'byebug x64-mingw32' for run server ruby on rails?

I when run server i get above error i try to install 'gem install web-console,byebug,tzinfo-data' i get this error : 我在运行服务器时遇到以上错误,我尝试安装'gem install web-console,byebug,tzinfo-data'我收到此错误:

C:\Users\RaminFP>gem install web-console
Temporarily enhancing PATH to include DevKit...
Building native extensions.  This could take a while...
C:\RubyDevKit\bin\rm.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
C:\RubyDevKit\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
C:\RubyDevKit\bin\echo.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
ERROR:  Error installing web-console:
    ERROR: Failed to build gem native extension.

C:/Ruby22-x64/bin/ruby.exe -r ./siteconf20160212-7132-1g0f7us.rb extconf.rb
creating Makefile

make "DESTDIR=" clean
  0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
AllocationBase 0x0, BaseAddress 0x60E90000, RegionSize 0x290000, State 0x10000
 C:\RubyDevKit\bin\rm.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
 makefile:187: recipe for target 'clean-static' failed
 make: [clean-static] Error 1 (ignored)
  0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
 AllocationBase 0x0, BaseAddress 0x60E90000, RegionSize 0x290000, State 0x10000
 C:\RubyDevKit\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
 makefile:170: recipe for target 'clean' failed
 make: [clean] Error 1 (ignored)

 make "DESTDIR="
  0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
 AllocationBase 0x0, BaseAddress 0x60E90000, RegionSize 0x290000, State 0x10000
  C:\RubyDevKit\bin\echo.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
 makefile:260: recipe for target 'debug_inspector-x64-mingw32.def' failed
 make: *** [debug_inspector-x64-mingw32.def] Error 1

 make failed, exit code 2

 Gem files will remain installed in C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/debug_inspector-0.0.2 for inspection.
 Results logged to C:/Ruby22-x64/lib/ruby/gems/2.2.0/extensions/x64-     mingw32/2.2.0/debug_inspector-0.0.2/gem_make.out

i use IDE intellij for runserver and get error , not find, 我将IDE intellij用于runserver并得到错误,但未找到,

what happen here? 这里会发生什么?

i believe you need to rebase dlls in your bin directory by doing:- 我相信您需要通过执行以下操作来将bin目录中的dll重新设置为基础:

rebase.exe -b 0x50000000 msys-1.0.dll

reference: http://jakob.engbloms.se/archives/1403 参考: http : //jakob.engbloms.se/archives/1403

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 找不到 gem 'rails (= 4.2.4) x64-mingw32' - Could not find gem 'rails (= 4.2.4) x64-mingw32' 红宝石宝石错误:找不到宝石'logstash-devutils(> = 0)x64-mingw32' - ruby gem error: Could not find gem 'logstash-devutils (>= 0) x64-mingw32' 在 Gemfile 中列出的任何 gem 源中找不到 gem 'puma (= 3.9.1) x64-mingw32' - Could not find gem 'puma (= 3.9.1) x64-mingw32' in any of the gem sources listed in your Gemfile 在本地安装的 gem 中找不到 gem 'pg x64-mingw32' - Could not find gem 'pg x64-mingw32' in locally installed gems 无法运行Rails服务器,找不到Gem'rail(4.2.5.1)x86-mingw32' - Can't Run Rails Server, Could Not Find Gem 'rails(4.2.5.1) x86-mingw32' 运行 rails 服务器时找不到 gem 'rails (= 4.2.5) x86-mingw32' - Could not find gem 'rails (= 4.2.5) x86-mingw32' when running rails server 找不到gem'rails x86-mingw32' - Could not find gem 'rails x86-mingw32' 安装mysql2 ruby​​ 2.2.1p85(2015-02-26修订版49769)[x64-mingw32] rails 4.2.1时发生错误 - Error in installing mysql2 ruby 2.2.1p85 (2015-02-26 revision 49769) [x64-mingw32] rails 4.2.1 Bundler 找不到 gem “rails” 的兼容版本 | 在 Gemfile 中:rails (~> 6.1.0) x64-mingw3 - Bundler could not find compatible versions for gem “rails” | In Gemfile: rails (~> 6.1.0) x64-mingw3 无法运行Rails服务器! 找不到gem'rails x86-mingw32' - Couldn't run rails server! gem 'rails x86-mingw32' not found
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM