Skip to content

Errors on compilation #45

@ElectricPulse

Description

@ElectricPulse

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions