OpenSourcePhysics/tracker

Errors on compilation

Opened this issue · 2 comments

I don't have much experience with compiling java applications, but I would like to make an .ebuild and a makepkg for this app, while I find it neat to use on linux. One problem I had during compilation after including the core osp libary files into the build directory under a org folder is after running javac -cp "$(pwd)" Tracker.java I get a couple warnings and also a lot of undefined variables:
Tracker.java:166: error: cannot find symbol static DataTrackTool dataTrackTool; // used for RMI communication with EJS ^ symbol: class DataTrackTool location: class Tracker Tracker.java:189: error: cannot find symbol private TFrame frame; ^ symbol: class TFrame location: class Tracker Tracker.java:509: error: cannot find symbol public TFrame getFrame() { ^ symbol: class TFrame location: class Tracker Tracker.java:1287: error: cannot find symbol protected static void showUpgradeStatus(TrackerPanel trackerPanel) { ^ ....
I probably forgot to include some library (I didnt even try to include Xuggle), but since there are no build instructions I cannot really bounce off of anything.

log.txt
The full log