2016-02-12 67 views
0

我當運行服務器,我得到上面的錯誤我嘗試安裝「創業板安裝Web的控制檯,byebug,tzinfo數據」我得到這個錯誤:在rails上找不到gem'byebug x64-mingw32'運行服務器ruby?

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 

我使用IDE的IntelliJ爲的runserver並得到錯誤,不找到,

這裏發生了什麼?

回答

相關問題