|
2009-07-06
, 04:23
|
Posts: 122 |
Thanked: 84 times |
Joined on Mar 2009
|
#12
|
F:\Users\sachin>ruby -v ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32]
C:\knots\install>windows_setup C:\knots\install>copy ..\win32\sqlite3.dll c:\windows\system32 1 file(s) copied. C:\knots\install>gem install sqlite3-ruby win32-open3 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 win32-open3 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 Successfully installed win32-open3-0.3.1-x86-mswin32-60 1 gem installed Installing ri documentation for win32-open3-0.3.1-x86-mswin32-60... Installing RDoc documentation for win32-open3-0.3.1-x86-mswin32-60... C:\knots\install>
|
2009-07-06
, 04:36
|
Posts: 882 |
Thanked: 1,310 times |
Joined on Mar 2007
|
#13
|
|
2009-07-06
, 04:38
|
|
Posts: 2,041 |
Thanked: 1,066 times |
Joined on Mar 2006
@ Houston
|
#14
|
Ok, Ruby seems to be ok, but for some reason it doesn't ask what sqlite gem to use and goes trying to build the latest one. So, please check if this works:
http://domhackers.blogspot.com/2008/...n-windows.html
Try right clicking on the windows_setup script, choose edit and change the gem install line to:
gem install win32-open3 sqlite3-ruby --version=1.2.2
Is this Vista btw? In xp it asked what gem to use.
|
2009-07-06
, 04:43
|
Posts: 122 |
Thanked: 84 times |
Joined on Mar 2009
|
#15
|
Ok, Ruby seems to be ok, but for some reason it doesn't ask what sqlite gem to use and goes trying to build the latest one. So, please check if this works:
http://domhackers.blogspot.com/2008/...n-windows.html
Try right clicking on the windows_setup script, choose edit and change the gem install line to:
gem install win32-open3 sqlite3-ruby --version=1.2.2
Is this Vista btw? In xp it asked what gem to use.
The Following User Says Thank You to elimoon8 For This Useful Post: | ||
|
2009-07-06
, 04:46
|
Posts: 882 |
Thanked: 1,310 times |
Joined on Mar 2007
|
#16
|
The Following User Says Thank You to ukki For This Useful Post: | ||
|
2009-07-06
, 04:57
|
Posts: 122 |
Thanked: 84 times |
Joined on Mar 2009
|
#17
|
gem install win32-open3 sqlite3-ruby --version=1.2.2
gem install sqlite3-ruby --version=1.2.2 gem install win32-open3
|
2009-07-06
, 05:03
|
|
Posts: 2,041 |
Thanked: 1,066 times |
Joined on Mar 2006
@ Houston
|
#18
|
For some reason, this line:
doesn't work.Code:gem install win32-open3 sqlite3-ruby --version=1.2.2
This:
seems to do the trick. At least, http://localhost:1978 works now, and it lets me add media folders.Code:gem install sqlite3-ruby --version=1.2.2 gem install win32-open3
To confirm, what are we supposed to add for the server address on the tablet side?
|
2009-07-06
, 05:09
|
Posts: 122 |
Thanked: 84 times |
Joined on Mar 2009
|
#19
|
|
2009-07-06
, 05:11
|
Posts: 882 |
Thanked: 1,310 times |
Joined on Mar 2007
|
#20
|
The Following User Says Thank You to ukki For This Useful Post: | ||
Microsoft Windows [Version 6.1.7100]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
F:\Users\sachin>ruby -v
ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32]
F:\Users\sachin>