On Jul 21, 7:07 am, Renz Mendoza <[email protected]> wrote:
> C:\Ruby>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
> 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.
It makes a difference what platform you are on. Since you are
building on a Microsoft machine you require a Microsoft development
environment. I do not build native MS apps so I do not know if there
is a free version of Visual Studio available or not. Nor can I say
whether or not it will suffice, even if such a thing exists.
If you are building Rails apps on MS then I really recommend that you
install the cygwin environment on your host and do your development
there.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---