Abhishek Phadnis wrote:
> hey all,
> since  " make telosb sim" wasnt working i tried using "make micaz sim" 
> and this is the resulting error i got..
> 
> 
> [...]
> /opt/tinyos-2.1.0/tos/lib/tossim/tossim_wrap.cxx:26:20: error: Python.h: 
> No such file or directory

You always have to look in the first error. That error means the 
compiler can't find "Python.h" file. So, you have to look for that file 
and pass a -I option with the location of the file.

javier m mora
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to