error installing libxml

B

Bu Mihai

i have this error:


gem install libxml-ruby
Building native extensions. This could take a while...
ERROR: Error installing libxml-ruby:
ERROR: Failed to build gem native extension.

c:/ruby/bin/ruby.exe extconf.rb install libxml-ruby
extconf.rb:6:in `[]': stack level too deep (SystemStackError)
from extconf.rb:6:in `method_missing'
from extconf.rb:6:in `method_missing'
from extconf.rb:34


Gem files will remain installed in
c:/ruby/lib/ruby/gems/1.8/gems/libxml-ruby-0.
5.4 for inspection.
Results logged to
c:/ruby/lib/ruby/gems/1.8/gems/libxml-ruby-0.5.4/ext/libxml/ge
m_make.out


What can i do?
Tnx
 
T

Trans

i have this error:

gem install libxml-ruby
Building native extensions. This could take a while...
ERROR: Error installing libxml-ruby:
ERROR: Failed to build gem native extension.

c:/ruby/bin/ruby.exe extconf.rb install libxml-ruby
extconf.rb:6:in `[]': stack level too deep (SystemStackError)
from extconf.rb:6:in `method_missing'
from extconf.rb:6:in `method_missing'
from extconf.rb:34

Gem files will remain installed in
c:/ruby/lib/ruby/gems/1.8/gems/libxml-ruby-0.
5.4 for inspection.
Results logged to
c:/ruby/lib/ruby/gems/1.8/gems/libxml-ruby-0.5.4/ext/libxml/ge
m_make.out

What can i do?

Change line 34 to:

objs = srcs.collect do |srcfile|

(ie. change src -> srcs)

T.
 
B

Bu Mihai

Trans said:
Change line 34 to:

objs = srcs.collect do |srcfile|

(ie. change src -> srcs)

T.

Tnx, but now i have this error:
C:\libxml\libxml-ruby-0.5.4\ext\libxml>ruby extconf.rb
extconf.rb:51: (eval):11: compile error (SyntaxError)
(eval):2: unknown regexp option - h
(eval):9: syntax error, unexpected '.'
(eval):11: syntax error, unexpected $undefined
hdrdir = $(topdir)

There is a gem to intall it without any error, or could u help me to
install without gem install command?
 
T

Trans

Tnx, but now i have this error:
C:\libxml\libxml-ruby-0.5.4\ext\libxml>ruby extconf.rb
extconf.rb:51: (eval):11: compile error (SyntaxError)
(eval):2: unknown regexp option - h
(eval):9: syntax error, unexpected '.'
(eval):11: syntax error, unexpected $undefined
hdrdir = $(topdir)

There is a gem to intall it without any error, or could u help me to
install without gem install command?

Ah, you are installing on Windows. I'm afriad the extconf.rb code is
"under development" with regard to Windows. Let me get back to you.

T.
 
B

Bu Mihai

Trans said:
Ah, you are installing on Windows. I'm afriad the extconf.rb code is
"under development" with regard to Windows. Let me get back to you.

T.

Yes im using windows. sorry for not telling that; i really need libxml
because i was using rexml am my xml file is a little big (~1000 lines
for the moment) and methods like find_first_recursive are slow(~10
seconds) so i need something faster.

Tnx for the help.
 

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

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top