Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > Bug when installing Mongrel on Windows

Reply
Thread Tools

Bug when installing Mongrel on Windows

 
 
Yon Yonben
Guest
Posts: n/a
 
      06-13-2008
Hi guys,
I want to install Mongrel, for install Redmine after, but when the
Mongrel installation, I have this message:

D:\ruby\Mongrel\Mongrel>gem install mongrel-1.1.5.gem
Building native extensions. This could take a while...
ERROR: While executing gem ... (RuntimeError)
Error instaling mongrel-1.1.5.gem:
ERROR: Failed to build gem native extension.

ruby extconf.rb install mongrel-1.1.5.gem
checking for main() in c.lib... no
creating Makefile

nmake

Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.

cl -nologo -I. -I. -Id:/ruby/lib/ruby/1.8/i386-mswin32 -I. -MD
-Zi -O2b2
xg- -G6 -c -Tchttp11.c
Le système ne peut exécuter le programme spécifié.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code
'0x1'
Stop.


Gem files will remain installed in
d:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5
for inspection.
Results logged to
d:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5/ext/http11/gem_ma
ke.out



I don't now what I can do.
Thanks for your help and bye
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
 
Luis Lavena
Guest
Posts: n/a
 
      06-13-2008
On Jun 13, 11:44*am, Yon Yonben <justcrys...@free.fr> wrote:
> Hi guys,
> I want to install Mongrel, for install Redmine after, but when the
> Mongrel installation, I have this message:
>
> D:\ruby\Mongrel\Mongrel>gem install mongrel-1.1.5.gem
> Building native extensions. *This could take a while...
> ERROR: *While executing gem ... (RuntimeError)
> * * Error instaling mongrel-1.1.5.gem:
> * * * * ERROR: Failed to build gem native extension.
>
> ruby extconf.rb install mongrel-1.1.5.gem
> checking for main() in c.lib... no
> creating Makefile
>
> nmake
>
> Microsoft (R) Program Maintenance Utility * Version 1.50
> Copyright (c) Microsoft Corp 1988-94. All rights reserved.
>
> * * * * cl -nologo -I. -I. -Id:/ruby/lib/ruby/1.8/i386-mswin32 -I.-MD
> -Zi -O2b2
> xg- -G6 *-c -Tchttp11.c
> Le système ne peut exécuter le programme spécifié.
> NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code
> '0x1'
> Stop.
>


Looks like nmake cannot execute cl.exe ?

I need to update my copies of mongrel repository to do some work on
the Windows gems, I thought Evan will be doing it, but seems he
didn't.

> I don't now what I can do.
> Thanks for your help and bye


Do you downloaded the gem 1.1.5? have you tried the following?

gem install mongrel -v '= 1.1.4'

That will install 1.1.4 which already have mswin32 version until I
manage to build latest version.

Please apologize the inconvenience.

HTH,
--
Luis Lavena
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
mongrel service vs mongrel in command shell rabarama Ruby 1 12-15-2009 12:46 PM
Installing mongrel. Stewart Ruby 1 02-12-2009 09:02 AM
Issue installing Mongrel from Gems... Jose Sierra Ruby 2 02-19-2008 04:49 AM
[ANN] Mongrel Web Server 0.3.12.2 -- Iron Mongrel (Parser Fix) Zed Shaw Ruby 8 04-05-2006 06:32 AM
Mongrel Web Server 0.3.12.1 -- Iron Mongrel Zed Shaw Ruby 3 04-05-2006 06:31 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57