Advertisement
Guest User

demon llama

a guest
Jun 8th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.17 KB | None | 0 0
  1. :remapMcSources SKIPPED
  2. :recompileMc
  3. [ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  4. [ant:javac] /Users/kathleenhang/Desktop/forge/forge-1.8-11.14.4.1563-mdk/build/tmp/recompileMc/sources/net/minecraftforge/client/model/obj/OBJModel.java:617: error: cannot find symbol
  5. [ant:javac]                     material.getColor().setW(alpha);
  6. [ant:javac]                                        ^
  7. [ant:javac]   symbol:   method setW(float)
  8. [ant:javac]   location: class Vector4f
  9. [ant:javac] Note: Some input files use or override a deprecated API.
  10. [ant:javac] Note: Recompile with -Xlint:deprecation for details.
  11. [ant:javac] Note: Some input files use unchecked or unsafe operations.
  12. [ant:javac] Note: Recompile with -Xlint:unchecked for details.
  13. [ant:javac] 1 error
  14. [ant:javac] 1 warning
  15. :recompileMc FAILED
  16.  
  17. FAILURE: Build failed with an exception.
  18.  
  19. * What went wrong:
  20. Execution failed for task ':recompileMc'.
  21. > Compile failed; see the compiler error output for details.
  22.  
  23. * Try:
  24. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  25.  
  26. BUILD FAILED
  27.  
  28. Total time: 41.562 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement