There is currently no SQLite gem for 2.5 available. I'm trying to build the gem natively using the msys64 installed with Ruby.
extconf.rb fails me. Before I dig deeper into it: Has anybody tried and was successfull?
I couldn't even build SQLite3 v3220000 using the current msys64. It seems the current gcc cannot deal with parameter '-V'. bash -c ./configure already fails.
Any advice?
-st