[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

error installing sqlite3

Luis Gil

4/14/2009 3:33:00 AM

Hi,

i'm new to Rails and this is my first post. I need help with the
installation of sqlite, i got the next error when i typed "gem install
sqlite3-ruby":


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 install sqlite3-ruby
checking for fdatasync() in rt.lib... no
checking for sqlite3.h... no

nmake
"nmake" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.


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



some ideas?
please help. Thanks
--
Posted via http://www.ruby-....

2 Answers

Heesob Park

4/14/2009 4:17:00 AM

0

Hi,

2009/4/14 Luis Gil <fernando@time4code.com>:
> Hi,
>
> i'm new to Rails and this is my first post. I need help with the
> installation of sqlite, i got the next error when i typed "gem install
> sqlite3-ruby":
>
>
> c:\ruby>gem install sqlite3-ruby
> Building native extensions. =C2=A0This could take a while...
> ERROR: =C2=A0Error installing sqlite3-ruby:
> =C2=A0 =C2=A0 =C2=A0 =C2=A0ERROR: 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" no se reconoce como un comando interno o externo,
> programa o archivo por lotes ejecutable.
>
>
> 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
>
>
>
> some ideas?
> please help. Thanks
Try
gem install sqlite3-ruby -v 1.2.3

Refer to http://www.ruby-forum.com/to...

Regards,

Park Heesob

Luis Gil

4/14/2009 4:26:00 AM

0


> gem install sqlite3-ruby -v 1.2.3
>
> Refer to http://www.ruby-...to...
>
> Regards,
>
> Park Heesob

Thank you very much. it works perfectly

--
Posted via http://www.ruby-....