PiInTheSky / lora-gateway

LoRa gateway to Habitat
96 stars 69 forks source link

getting a compilation error... #13

Closed namork closed 8 years ago

namork commented 8 years ago

... with a 2015-05-05-raspbian-wheezy (sudo apt-get update sudo apt-get upgrade) install on a model a+ equipped with a pits lora expansion board:

pi@pi ~/lora-gateway $ make gcc -Wall -g -O2 -o gateway.o -c gateway.c gateway.c:19:20: fatal error: curses.h: No such file or directory compilation terminated. makefile:10: recipe for target 'gateway.o' failed make: *\ [gateway.o] Error 1

namork commented 8 years ago

ops. i oversaw, that there was a conflict during installing libncurses. everything fine now.