You sure it's 1.1.1.3? I've only seen 3 numbers...like 1.1.3 or 1.1.13
If it's 1.1.3, I'd continue to upgrade to something over ..10 just for
your own sanity. But that has nothing to do with your CLASSPATH...

I think the warning is for '.' (period) not dash, unless there is some
unicode foo I don't know. The easiest thing to do is:

   export CLASSPATH=".;$CLASSPATH"

which will add the "dot" current-directory to the beginning of whatever
you have set already. You can check the result with:

    echo $CLASSPATH

You should put the export line in your /cygwin/home/<username>/.bashrc
file so it gets set everytime you start a bash shell. Try "echo $HOME"
if you're not sure what your username is.

MS

ABDULKADER MOHAMED ADAM wrote:
Hi everybody!

I have downloaded tinyos 1.1.1.3 and when I run toscheck inorder to if there is something wrong with 
the program, I get this answer >>>>>>>

toscheck completed with errors:

WARNING: CLASSPATH may not include ´-´ <that is, the symbol for the  current 
working directory>. Please add ´-´ to your CLASSPATH or you may experience 
configuration problem.

So I don't know what to do, is there any one who can help me!

Adam


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

Reply via email to