Hi all,
Java application in the tools directory do not install while upgrading to 1.1.14. Even after I have upgraded (As per the instructions) and ran make in /tools/java it fails when it starts to make the Deluge application, with the following errors: (this is the first point where I get error)

javac MoteSimObjectGenerator.java
C:\tinyos\cygwin\opt\tinyos-1.x\tools\java\net\tinyos\sim\SimObjectGenerator.java:61: cannot resolve symbol
symbol  : method getSimState ()
location: class net.tinyos.sim.TinyViz
       this.state = tv.getSimState();
                      ^
C:\tinyos\cygwin\opt\tinyos-1.x\tools\java\net\tinyos\sim\SimObjectGenerator.java:62: cannot resolve symbol
symbol  : method getEventBus ()
location: class net.tinyos.sim.TinyViz
       this.eventBus = tv.getEventBus();
                         ^
C:\tinyos\cygwin\opt\tinyos-1.x\tools\java\net\tinyos\sim\SimObjectGenerator.java:64: cannot resolve symbol symbol : constructor SimObjectPopupMenu (net.tinyos.sim.TinyViz,net.tinyos.sim.SimObjectGenerator)
location: class net.tinyos.sim.SimObjectPopupMenu
       this.popup = new SimObjectPopupMenu(tv, this);

and thus similar errors occur at when many other java applications were attempted to install.
Any idea how to solve these problems.

Thanks.


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

Reply via email to