Hi Folks,

 

I’m trying to install rpm package “tinyos-1.1.15Dec2005cvs-1.cygwin.noarch.rpm” on my WindowsXP, when I run “rpm --force --ignoreos -Uvh tinyos-1.1.15Dec2005cvs-1.cygwin.noarch.rpm”, I get plenty of errors like these:

 

C:\PROGRA~1\UCB\cygwin\opt\tinyos-1.x\tools\java\net\tinyos\deluge\Downloader.java:116: cannot resolve symbol

symbol  : class DelugeReqMsg

location: class net.tinyos.deluge.Downloader

          DelugeReqMsg reqMsg = new DelugeReqMsg();

          ^

C:\PROGRA~1\UCB\cygwin\opt\tinyos-1.x\tools\java\net\tinyos\deluge\Downloader.java:116: cannot resolve symbol

symbol  : class DelugeReqMsg

location: class net.tinyos.deluge.Downloader

          DelugeReqMsg reqMsg = new DelugeReqMsg();

                                    ^

C:\PROGRA~1\UCB\cygwin\opt\tinyos-1.x\tools\java\net\tinyos\deluge\Downloader.java:263: cannot resolve symbol

symbol  : variable DelugeAdvMsg

location: class net.tinyos.deluge.Downloader

    case DelugeAdvMsg.AM_TYPE:

         ^

C:\PROGRA~1\UCB\cygwin\opt\tinyos-1.x\tools\java\net\tinyos\deluge\Downloader.java:269: cannot resolve symbol

symbol  : variable DelugeConsts

location: class net.tinyos.deluge.Downloader

      if ( adv.get_type() != DelugeConsts.DELUGE_ADV_NORMAL )

                             ^

C:\PROGRA~1\UCB\cygwin\opt\tinyos-1.x\tools\java\net\tinyos\deluge\ImageInjector.java:334: cannot resolve symbol

symbol  : variable DelugeConsts

location: class net.tinyos.deluge.ImageInjector.PageInjector

      curPkt = (curPkt + 1) % DelugeConsts.DELUGE_PKTS_PER_PAGE;

                              ^

100 errors

make[3]: *** [Deluge.class] Error 1

 

These java symbols are supposed to be generated by MIG before rpm building process, does anybody know how to resolve the problem?

 

Many Thanks!

Yicheng

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

Reply via email to