Guest User

Untitled

a guest
May 26th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. Building plugins/VIB_.jar <- src-plugins/VIB_/Align_Image.java src...
  2. Building plugins/3D_Viewer.jar <- src-plugins/3D_Viewer/ImageJ_3D_...
  3. src-plugins/3D_Viewer/process3d/Convolve_3d.java:8: cannot find symbol
  4. symbol: class Convolve3d
  5. public class Convolve_3d extends Convolve3d {
  6. ^
  7. src-plugins/3D_Viewer/process3d/Smooth_.java:18: cannot find symbol
  8. symbol: class Smooth
  9. public class Smooth_ extends Smooth implements PlugInFilter {
  10. ^
  11. src-plugins/3D_Viewer/isosurface/Show_Colour_Surfaces.java:176: cannot find symbol
  12. symbol : method smooth(ij.ImagePlus,boolean,float,boolean)
  13. location: class process3d.Smooth_
  14. ImagePlus smoothedColourImage = Smooth_.smooth( colourImage, true, (float)smoothingSigma, true );
  15. ^
  16. src-plugins/3D_Viewer/process3d/Smooth_.java:38: cannot find symbol
  17. symbol : method smooth(ij.ImagePlus,boolean,float,boolean)
  18. location: class process3d.Smooth_
  19. ImagePlus smoothed = smooth(image,
  20. ^
  21. Note: Some input files use or override a deprecated API.
  22. Note: Recompile with -Xlint:deprecation for details.
  23. Note: Some input files use unchecked or unsafe operations.
  24. Note: Recompile with -Xlint:unchecked for details.
  25. 4 errors
  26. Compile error
  27. in rule plugins/3D_Viewer.jar <- src-plugins/3D_Viewer/ImageJ_3D_...
  28. in rule plugins/VIB_.jar <- src-plugins/VIB_/Align_Image.java src...
  29. in rule plugins/TrakEM2_.jar <- jars/ij.jar plugins/VIB_.jar jars...
  30. in rule all <- fiji jars/ij.jar plugins/loci_tools.jar jars/Vecto...
  31. in rule run <- all run-fiji
  32. in rule <- run
Add Comment
Please, Sign In to add comment