inaka / canillita

Simple Paperboy-themed PubSub
http://inaka.net/blog/2016/01/04/canillita-your-first-erlang-web-server-V2/
Apache License 2.0
26 stars 11 forks source link

Cann't make #1

Closed dmitryklerik closed 10 years ago

dmitryklerik commented 10 years ago

~/canillita$ make ... Compiling ~/canillita/deps/sqlite3/c_src/sqlite3_drv.c In file included from ~/canillita/deps/sqlite3/c_src/sqlite3_drv.c:1:0: c_src/sqlite3_drv.h:12:21: fatal error: sqlite3.h: No such file or directory compilation terminated. ERROR: compile failed while processing ~/canillita/deps/sqlite3: rebar_abort make: *\ [all] Error 1

Some isses related to sumo_db ?

elbrujohalcon commented 10 years ago

@marcelog can you take a look? It's definitely sumodb related

marcelog commented 10 years ago

hey! sure. @dmitryklerik: you need to install the necessary header files for sqlite, so the driver compiles (check your os/package manager documentation). or, comment out sqlite in the sumo_db rebar.config and recompile.

cheers!