Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors on compilation #45

Open
ElectricPulse opened this issue Dec 1, 2022 · 2 comments
Open

Errors on compilation #45

ElectricPulse opened this issue Dec 1, 2022 · 2 comments

Comments

@ElectricPulse
Copy link

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.

@ElectricPulse
Copy link
Author

log.txt
The full log

@dobrown
Copy link
Member

dobrown commented Dec 1, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants