On 21 Sep 2008, at 04:31, John Bailey <[EMAIL PROTECTED] 
s.net> wrote:

>
> John Bailey wrote:
>> Sorry, forgot to include error dump from sqlite3 install:
>>
>> C:\>gem install sqlite3-ruby
>> 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
>> 'nmake' is not recognized as an internal or external command,
>> operable program or batch file.
>>
>>
>> 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
>>
>>
>>
>> So, I'm missing:
>> nmake
>> stdio.h
>> fdatasync in rt.lib
>>
>> I have VS C++ 2008 Express installed, so that negates the pretense of
>> not having a C compiler installed. Nmake, I'm going to d/l from
>> microsoft, but I doubt that that will find a resolution to these  
>> issues.
>
>
>
> O.k., so I d/l nmake from Micro$haft and all I get is a Zlib Buffer
> error...
> I don't even get to the stdio.h issue, anymore. Any ideas?
> --
For things to work nicely you need the c compiler used to build ruby,  
which for the standard ruby installed is visual c 6. You also need the  
headers and so pm for sqlite3 (which you can get off the sqlite3  
website)
Fred
>
> 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