Skip to content

Instantly share code, notes, and snippets.

@WasabiFan
Created December 21, 2015 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WasabiFan/b3fe984a66a9819882fa to your computer and use it in GitHub Desktop.
Save WasabiFan/b3fe984a66a9819882fa to your computer and use it in GitHub Desktop.
<...repetitious stuff omitted>
-do-compile:
[mkdir] Created dir: /home/wasabi/sfxlib/build/empty
[mkdir] Created dir: /home/wasabi/sfxlib/build/generated-sources/ap-source-output
[javac] Compiling 80 source files to /home/wasabi/sfxlib/build/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
[javac] Note: control annotation found in dashfx.controls.ArrayLister with value 'Array View'
[javac] Note: control annotation found in dashfx.controls.BadSliderControl with value 'Raw Slider'
[javac] Note: control annotation found in dashfx.controls.CameraView with value 'Camera'
[javac] Note: control annotation found in dashfx.controls.ConnectionIndicator with value 'Connection'
[javac] Note: control annotation found in dashfx.controls.DataAnchorPane with value 'Canvas'
[javac] Note: control annotation found in dashfx.controls.DataFlowLayoutPane with value 'Flow'
[javac] Note: control annotation found in dashfx.controls.DataHBox with value 'HStack Panel'
[javac] Note: control annotation found in dashfx.controls.DataVBox with value 'VStack Panel'
[javac] Note: control annotation found in dashfx.controls.GraphA with value 'Graph (A)'
[javac] Note: control annotation found in dashfx.controls.ImageControl with value 'Image'
[javac] Note: control annotation found in dashfx.controls.NumberSpinner with value 'Number Box'
[javac] Note: control annotation found in dashfx.controls.Scheduler with value 'Scheduler'
[javac] Note: control annotation found in dashfx.controls.VideoControl with value 'VCamera'
[javac] Note: data annotation found in dashfx.lib.data.endpoints.NetworkTables with value 'NetworkTables'
[javac] Note: data annotation found in dashfx.lib.data.endpoints.TestDataSource with value 'Test Data'
[javac] /home/wasabi/sfxlib/src/dashfx/lib/data/endpoints/NetworkTables.java:22: error: package edu.wpi.first.wpilibj.networktables2.client does not exist
[javac] import edu.wpi.first.wpilibj.networktables2.client.NetworkTableClient;
[javac] ^
[javac] /home/wasabi/sfxlib/src/dashfx/lib/data/endpoints/NetworkTables.java:23: error: package edu.wpi.first.wpilibj.networktables2.stream does not exist
[javac] import edu.wpi.first.wpilibj.networktables2.stream.SocketStreamFactory;
[javac] ^
[javac] /home/wasabi/sfxlib/src/dashfx/lib/data/endpoints/NetworkTables.java:24: error: package edu.wpi.first.wpilibj.networktables2.type does not exist
[javac] import edu.wpi.first.wpilibj.networktables2.type.*;
[javac] ^
[javac] /home/wasabi/sfxlib/src/dashfx/lib/data/endpoints/NetworkTables.java:25: error: package edu.wpi.first.wpilibj.tables does not exist
[javac] import edu.wpi.first.wpilibj.tables.*;
[javac] ^
[javac] /home/wasabi/sfxlib/src/dashfx/lib/data/endpoints/NetworkTables.java:42: error: cannot find symbol
[javac] public class NetworkTables implements DataSource, ITableListener, DataSender
[javac] ^
[javac] symbol: class ITableListener
[javac] /home/wasabi/sfxlib/src/dashfx/lib/data/endpoints/NetworkTables.java:44: error: cannot find symbol
[javac] NetworkTableClient nwt;
[javac] ^
[javac] symbol: class NetworkTableClient
[javac] location: class NetworkTables
[javac] /home/wasabi/sfxlib/src/dashfx/lib/data/endpoints/NetworkTables.java:105: error: cannot find symbol
[javac] public void valueChanged(ITable itable, String string, Object o, boolean bln)
[javac] ^
[javac] symbol: class ITable
[javac] location: class NetworkTables
[javac] 7 errors
BUILD FAILED
/home/wasabi/sfxlib/nbproject/build-impl.xml:966: The following error occurred while executing this line:
/home/wasabi/sfxlib/nbproject/build-impl.xml:296: Compile failed; see the compiler error output for details.
Total time: 7 seconds
pci id for fd 42: 80ee:beef, driver (null)
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo
rake aborted!
LoadError: no such file to load -- ../sfxlib/dist/sfxlib
/home/wasabi/sfx/Rakefile:65:in `(root)'
/home/wasabi/.rvm/gems/jruby-1.7.19/bin/jruby_executable_hooks:15:in `(root)'
Tasks: TOP => default => single-jar => jar => single-jar2 => compile
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment