codeforamerica / cfapi

The Code for America API. Tracks and motivates activity and participation across the civic technology movement.
http://codeforamerica.org/api
MIT License
113 stars 52 forks source link

Install libffi-dev #335

Closed tdooner closed 6 years ago

tdooner commented 6 years ago

We're getting a build error:

gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DUSE__THREAD -I/usr/include/ffi -I/usr/include/libffi -I/app/.heroku/python/include/python2.7 -c c/_cffi_backend.c -o build/temp.linux-x86_64-2.7/c/_cffi_backend.o
c/_cffi_backend.c:13:17: fatal error: ffi.h: No such file or directory
                ^
compilation terminated.
error: command 'gcc' failed with exit status 1

Googling The Error Message says that we need to install libffi-dev to fix this.

tdooner commented 6 years ago

Never mind, we don't need it on Travis, we need it on Heroku.