On Wed, 2007-03-28 at 03:02, Romain Thouvenin wrote: > Hi, > > Due to troubles with my computer, I recently had to build a new > operating system (ubuntu linux), and reinstall tinyos. > > But apparently, I miss some development packages, since when I try to > compile a TOS application, I get errors like this : > > /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:6974: error: > 'PyModule_GetDict' was not declared in this scope > > So it looks like some python-c++ bindings are missing. > Can someone give me a list of the software needed (with versions) to > build TinyOS apps ? > > Anyway, I installed the tinyos tree and tools thanks to the ubuntu > package, shouldn't this dependencies be required by the package ? > > Thanks for your help,
Please refer to Appendix A of the TOSSIM tutorial. Python dev packages currently aren't a dependency for the TinyOS packages. There's always a tension between giving everyone everything they might possibly need -- which, given the different platforms TinyOS supports, could be up to 3 cross compilers -- and trying to let people just install the parts they need. Phil _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
