Contiki: [curses.h] problem in native platform

Created on 29 Apr 2013  ·  3Comments  ·  Source: contiki-os/contiki

I get the following error in a numerous amount of examples with a simple make :

cc -DPROJECT_CONF_H=\"project-conf.h\" -DCONTIKI=1 -DCONTIKI_TARGET_NATIVE=1 -Wall -g -I/usr/local/include -O -I. -I../../..//platform/native/. -I../../..//platform/native/dev -I../../..//platform/native/ctk -I../../..//cpu/native/. -I../../..//cpu/native/net -I../../..//core/dev -I../../..//core/lib -I../../..//core/net -I../../..//core/net/mac -I../../..//core/net/rime -I../../..//core/net/rpl -I../../..//core/sys -I../../..//core/cfs -I../../..//core/ctk -I../../..//core/lib/ctk -I../../..//core/loader -I../../..//core/. -I../../..//apps/antelope -I../../..//platform/native/ -DCONTIKI_VERSION_STRING=\"Contiki-2.6-487-g96e85cc\" -MMD -c ../../..//platform/native/ctk/ctk-curses.c -o obj_native/ctk-curses.o
../../..//platform/native/ctk/ctk-curses.c:34:20: erreur fatale: curses.h : Aucun fichier ou dossier de ce type
compilation terminée.
make: *** [obj_native/ctk-curses.o] Erreur 1

Most helpful comment

same issue here. fix:
$ sudo apt-get install libncurses-dev

All 3 comments

same issue here. fix:
$ sudo apt-get install libncurses-dev

Thumbs up fambon

Thanks fambon! it works!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ragbagger16 picture ragbagger16  ·  10Comments

joakimeriksson picture joakimeriksson  ·  36Comments

tarakanov picture tarakanov  ·  16Comments

hamidshabanipour picture hamidshabanipour  ·  4Comments

alignan picture alignan  ·  10Comments