Can't install racc

R

Rod Dik

Hello, I'm trying to install the mechanize gem on ruby 1.8.6, and it
requires nokogiri and racc. When trying to install racc, I get the
following error

C:\Documents and Settings\roddik>gem install racc
Building native extensions. This could take a while...
ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError)
ERROR: Failed to build gem native extension.

ruby extconf.rb install racc
creating Makefile

nmake

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

cl -nologo -I. -ID:/ruby/lib/ruby/1.8/i386-mswin32
-ID:/ruby/lib/ruby/1.
8/i386-mswin32 -I. -MD -Zi -O2b2xg- -G6 -c -Tccparse.c
"cl" не ÑвлÑетÑÑ Ð²Ð½ÑƒÑ‚Ñ€ÐµÐ½Ð½ÐµÐ¹ или внешней
командой, иÑполнÑемой программой или пакетным файлом.
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/racc-1.4.6 for
inspection.
Results logged to
D:/ruby/lib/ruby/gems/1.8/gems/racc-1.4.6/ext/racc/cparse/gem_
make.out

gem_make.out resembles this message, so I don't post it. How can I fix
the problem? TIA
 
E

Eric Hodel

Hello, I'm trying to install the mechanize gem on ruby 1.8.6, and it
requires nokogiri and racc. When trying to install racc, I get the
following error

racc is a development dependency of mechanize. You probably need to
upgrade your RubyGems.
 
R

Rod Dik

Eric said:
racc is a development dependency of mechanize. You probably need to
upgrade your RubyGems.

Thanks, updating gems helped, now I get the following error when
requiring mechanize

WARNING: Nokogiri was built against LibXML version 2.7.3, but has
dynamically loaded 2.6.27
D:/ruby/lib/ruby/gems/1.8/gems/nokogiri-1.3.1-x86-mswin32/lib/nokogiri/html/document.rb:65:
[BUG] Segmentation fault
ruby 1.8.6 (2008-08-11) [i386-mswin32]

Can it be caused by LibXML disparity? I've downloaded it, can't figure
out yet how to install..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top