c - Why do I get "Header file missing" (make error)? -


i'm trying install geocoder website i'm building. i'm using geocoder because query limit google maps api falls short of needs. installed gems required , have sqlite3. when i'm trying install geocoder gem (geocoder::us) error while running make file.

i'm getting error cannot figure out. mentions error (in title) talks of non-existent file (sqlite3ext.h). here error:

enter image description here

i know vague i've been working 10+ hours trying install , have found little online. advice on direction go appreciated.

this project's readme:

to build geocoder::us, need gcc/g++, make, bash or equivalent, standard *nix ‘unzip’ utility, , sqlite 3 executable , development files installed on system.

it seems lack sqlite3 development headers.

this relevant:

note: if not have /usr/include/sqlite3ext.h installed, sqlite3 binaries not configured support dynamic extension loading. if not, must compile , install sqlite source, or rebuild system packages. not believed problem on debian/ubuntu, known problem red hat/centos.

also not mention windows. should:

  1. ask them if uses on windows , if there instructions that.
  2. evaluate thing on linux, debian/ubuntu especially.

Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -