Re: [Tinyos-help] oscilloscope make error

2011-04-21 Thread Romain Bornet
Hi Roberto, /usr/lib/ncc/nesc_nx.h:16:22: error: inttypes.h: No such file or directory You probably don't have the standard C library headers installed on you host... On a Debian/Ubuntu system, try sudo apt-get install build-essential from the command line or choose the build-essential package

Re: [Tinyos-help] oscilloscope make error

2011-04-21 Thread roberto pagliari
it worked, thanks! On Thu, Apr 21, 2011 at 4:42 AM, Romain Bornet bornet.r...@gmail.comwrote: Hi Roberto, /usr/lib/ncc/nesc_nx.h:16:22: error: inttypes.h: No such file or directory You probably don't have the standard C library headers installed on you host... On a Debian/Ubuntu system,