John Bailey wrote:

C:\>gem install watir
Bulk updating Gem source index for: http://gems.rubyforge.org/
Successfully installed win32-api-1.2.0-x86-mswin32-60
Successfully installed windows-api-0.2.4
Successfully installed windows-pr-0.9.3
Successfully installed win32-process-0.5.9
Successfully installed watir-1.5.6
5 gems installed
Installing ri documentation for win32-api-1.2.0-x86-mswin32-60...
Installing ri documentation for windows-api-0.2.4...
Installing ri documentation for windows-pr-0.9.3...
Installing ri documentation for win32-process-0.5.9...
Installing ri documentation for watir-1.5.6...
Installing RDoc documentation for win32-api-1.2.0-x86-mswin32-60...
Installing RDoc documentation for windows-api-0.2.4...
Installing RDoc documentation for windows-pr-0.9.3...
Installing RDoc documentation for win32-process-0.5.9...
Installing RDoc documentation for watir-1.5.6...

C:\>gem install sqlite3-ruby
Bulk updating Gem source index for: http://gems.rubyforge.org/
Building native extensions.  This could take a while...
ERROR:  Error installing sqlite3-ruby:
        ERROR: Failed to build gem native extension.

c:/ruby/bin/ruby.exe extconf.rb install sqlite3-ruby
checking for fdatasync() in rt.lib... no
checking for sqlite3.h... no

nmake

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

NMAKE : fatal error U1073: don't know how to make 'ruby.h'
Stop.


Gem files will remain installed in 
c:/ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1
.2.4 for inspection.
Results logged to 
c:/ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.4/ext/sqlite3_
api/gem_make.out




Is the header (sqlite3.h) a fourth required file, now!? And how to I 
update the rt.lib to reflect fdatasync()? And why is it trying to make a 
new ruby header - shouldn't it exist, already!?
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to