

Rails has created basic structure of our application.

Use `bundle show ` to see where a bundled gem is installed.ĭepending on your version of ruby, you may need to install ruby rdoc /ri data: "gcc -o conftest.exe -ID:/Ruby200/include/ruby-2.0.0/i386-mingw32 -ID:/Ruby200/include/ruby-2.0.0/ruby/backward -ID:/Ruby200/include/ruby-2.0.0 -I.Create app /assets/javascripts/application.jsĬreate app /assets/stylesheets/application.cssĬreate app /controllers/application_controller.rbĬreate app /helpers/application_helper.rbĬreate app /views/layouts/Ĭreate config /environments/development.rbĬreate config /environments/production.rbĬreate config /initializers/backtrace_silencers.rbĬreate config /initializers/cookies_serializer.rbĬreate config /initializers/filter_parameter_logging.rbĬreate config /initializers/inflections.rbĬreate config /initializers/mime_types.rbĬreate config /initializers/session_store.rbĬreate config /initializers/wrap_parameters.rbįetching gem metadata from https: ///.įetching version metadata from https: ///.īundle complete! 12 Gemfile dependencies, 55 gems now installed. Check the mkmf.log file for more details. Install SQLite3 from first.Ĭould not create Makefile due to some reason, probably lack of necessary lmsvcrt-ruby200 -lsqlite3 -lshell32 -lws2_32 -limagehlp -lshlwapi "ĩ: int t(void) ĭid I missing some thing? I think I don't need to compile the h file since I have downloaded dll file from sqlite3 website.ĭ:/Ruby200/bin/ruby.exe extconf.rb -with-sqlite3-include=D:\sqlite3\include -with-sqlite3-lib=D:\sqlite3\libyĬhecking for sqlite3_libversion_number(). IC:\sqlite3\include -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. IC:\sqlite3\include -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -o conftest.i" lmsvcrt-ruby200 -lshell32 -lws2_32 -limagehlp -lshlwapi " Here's the copy of the mkmf.log file:įind_header: checking for sqlite3.h. Gem install sqlite3 -with-sqlite3-include=C:\sqlite3\include -with-sqlite3-lib=C:\sqlite3\libyīut the installation is still failing. I have downloaded the source files, and placed them into the following directory:Īnd then I ran the following into the command line:
#HOW TO INSTALL SQLITE RUBY GEM ON WINDOWS HOW TO#
I'm having the same issues here, and I'm confused on how to run the operation: Ite3/include -with-sqlite3-lib=c:/sqlite3/liby", it's OK !

Then I tried "gem install sqlite3 -platform=ruby -with-sqlite3-include=c:/sql

lmsvcrt-ruby200 -lsqlite3 -lshell32 -lws2_32 -limagehlp -lshlwapi "Ĭonftest.c:9:57: error: 'sqlite3_libversion_number' undeclared (first use in this function)Ĭonftest.c:9:57: note: each undeclared identifier is reported only once for each function it appears inĬonftest.c:9:32: warning: variable 'p' set but not used IC:/sqlite3/include -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c Find_library: checking for sqlite3_libversion_number().
