strangely enough those error messages are related...

Graphviz is the product that contains "dot" which
generates pretty network diagrams, such as the TOS
wiring charts. I thought that G.V. was part of the
main tinyos install, so you might just search your
machine and see that the path to it's bin dir is
set correctly. For instance mine is at:
    enfield:schip [279] type dot
    dot is /cygdrive/C/cygwin/ATT/Graphviz/bin/dot

If you don't have it, it may be on the TOS download sites,
or you could google for it. I don't think it hurts to have a
later version...

MS

Mohamed Ahmed wrote:
Hi,
When I run "tos-check-env", I got the following problem:
tos-check-env completed with errors:
--> WARNING: No dot in current path.
--> WARNING: tos-check-env could not find the 'dot' executable which is part of the AT&T Graphviz package. Please install version 1.1.0 of Graphviz if you'd lik e to use the nescdoc documentation generator. If Graphviz is already installed,
then dot may not be in your PATH.
Also, when I run "make micaz docs", I got the following problem:
dot: not found
dot: not found
Traceback (most recent call last):
  File "/usr/lib/tinyos/nesdoc/genhtml.py", line 88, in ?
    generate_component(ixml.documentElement)
File "/usr/lib/tinyos/nesdoc/components.py", line 114, in generate_component
    cmap = file("chtml/%s.cmap" % nicename)
IOError: [Errno 2] No such file or directory: 'chtml/BlinkAppC.cmap'
make: *** [docs_] Error 1
Can someone help me fix these problems? Thanks in advance,
Mohamed

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


------------------------------------------------------------------------

_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


------------------------------------------------------------------------

_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to