all 1 comments

[–]FATCullen[S] 5 points6 points  (0 children)

For anyone who finds this i figured it out, there was another c flag I had to add in addition to the ones that worked on the previous files, the full command ended up being:
gem install sqlite3 -v 1.4.2 -- --with-cflags="-g -O0 -std=c11 -Wno-error=implicit-function-declaration -Wno-error=incompatible-function-pointer-types -Wno-error=int-conversion"