Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Starting compilation of Nova...
  2. Building with MinGW
  3. CMake Error at CMakeLists.txt:37 (add_subdirectory):
  4.   The source directory
  5.  
  6.     D:/Programs/Nova/nova-renderer-chunks/src/main/cpp/3rdparty/glfw
  7.  
  8.   does not contain a CMakeLists.txt file.
  9.  
  10.  
  11. CMake Error at CMakeLists.txt:38 (add_subdirectory):
  12.   The source directory
  13.  
  14.     D:/Programs/Nova/nova-renderer-chunks/src/main/cpp/3rdparty/json
  15.  
  16.   does not contain a CMakeLists.txt file.
  17.  
  18.  
  19. CMake Error at CMakeLists.txt:39 (add_subdirectory):
  20.   The source directory
  21.  
  22.     D:/Programs/Nova/nova-renderer-chunks/src/main/cpp/3rdparty/glm
  23.  
  24.   does not contain a CMakeLists.txt file.
  25.  
  26.  
  27. CMake Error at CMakeLists.txt:40 (add_subdirectory):
  28.   The source directory
  29.  
  30.     D:/Programs/Nova/nova-renderer-chunks/src/main/cpp/3rdparty/easyloggingpp
  31.  
  32.   does not contain a CMakeLists.txt file.
  33.  
  34.  
  35. CMake Error at CMakeLists.txt:41 (add_subdirectory):
  36.   The source directory
  37.  
  38.     D:/Programs/Nova/nova-renderer-chunks/src/main/cpp/3rdparty/miniz
  39.  
  40.   does not contain a CMakeLists.txt file.
  41.  
  42.  
  43. CMake Error at CMakeLists.txt:42 (add_subdirectory):
  44.   The source directory
  45.  
  46.     D:/Programs/Nova/nova-renderer-chunks/src/main/cpp/3rdparty/googletest
  47.  
  48.   does not contain a CMakeLists.txt file.
  49.  
  50.  
  51. CMake Error at CMakeLists.txt:43 (add_subdirectory):
  52.   The source directory
  53.  
  54.     D:/Programs/Nova/nova-renderer-chunks/src/main/cpp/3rdparty/optional
  55.  
  56.   does not contain a CMakeLists.txt file.
  57.  
  58.  
  59. -- Configuring incomplete, errors occurred!
  60. See also "D:/Programs/Nova/nova-renderer-chunks/target/cpp/CMakeFiles/CMakeOutput.log".
  61. Generated build files
  62. mingw32-make: Makefile: No such file or directory
  63. mingw32-make: *** No rule to make target 'Makefile'.  Stop.
  64. Compiled code
  65.  
  66. > Configure project :
  67. The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
  68.         at build_d63ljen25o08ncueg9gki6209.run(D:\Programs\Nova\nova-renderer-chunks\build.gradle:54)
  69.  
  70. > Task :compileJava
  71. D:\Programs\Nova\nova-renderer-chunks\src\main\java\com\continuum\nova\NovaRenderer.java:111: error: cannot find symbol
  72.         guiAtlas.createWhiteTexture(WHITE_TEXTURE_GUI_LOCATION);
  73.                 ^
  74.   symbol:   method createWhiteTexture(ResourceLocation)
  75.   location: variable guiAtlas of type TextureMap
  76. D:\Programs\Nova\nova-renderer-chunks\src\main\java\com\continuum\nova\NovaRenderer.java:123: error: cannot find symbol
  77.         NovaNative.mc_atlas_texture blockColorTexture = getFullImage(blockColorMap.getWidth(), blockColorMap.getHeight(), blockColorMap.getMapUploadedSprites().values());
  78.                                                                                   ^
  79.   symbol:   method getWidth()
  80.   location: variable blockColorMap of type TextureMap
  81. D:\Programs\Nova\nova-renderer-chunks\src\main\java\com\continuum\nova\NovaRenderer.java:123: error: cannot find symbol
  82.         NovaNative.mc_atlas_texture blockColorTexture = getFullImage(blockColorMap.getWidth(), blockColorMap.getHeight(), blockColorMap.getMapUploadedSprites().values());
  83.                                                                                                             ^
  84.   symbol:   method getHeight()
  85.   location: variable blockColorMap of type TextureMap
  86. D:\Programs\Nova\nova-renderer-chunks\src\main\java\com\continuum\nova\NovaRenderer.java:123: error: cannot find symbol
  87.         NovaNative.mc_atlas_texture blockColorTexture = getFullImage(blockColorMap.getWidth(), blockColorMap.getHeight(), blockColorMap.getMapUploadedSprites().values());
  88.                                                                                                                                        ^
  89.   symbol:   method getMapUploadedSprites()
  90.   location: variable blockColorMap of type TextureMap
  91. D:\Programs\Nova\nova-renderer-chunks\src\main\java\com\continuum\nova\NovaRenderer.java:128: error: cannot find symbol
  92.         for(String spriteName : blockColorMap.getMapUploadedSprites().keySet()) {
  93.                                              ^
  94.   symbol:   method getMapUploadedSprites()
  95.   location: variable blockColorMap of type TextureMap
  96. D:\Programs\Nova\nova-renderer-chunks\src\main\java\com\continuum\nova\NovaRenderer.java:149: error: cannot find symbol
  97.         Optional<TextureAtlasSprite> whiteImage = atlas.getWhiteImage();
  98.                                                        ^
  99.   symbol:   method getWhiteImage()
  100.   location: variable atlas of type TextureMap
  101. D:\Programs\Nova\nova-renderer-chunks\src\main\java\com\continuum\nova\NovaRenderer.java:150: error: cannot find symbol
  102.         whiteImage.ifPresent(image -> spriteLocations.put(image.getLocation(), image));
  103.                                                                ^
  104.   symbol:   method getLocation()
  105.   location: variable image of type TextureAtlasSprite
  106. D:\Programs\Nova\nova-renderer-chunks\src\main\java\com\continuum\nova\NovaRenderer.java:152: error: cannot find symbol
  107.         NovaNative.mc_atlas_texture atlasTexture = getFullImage(atlas.getWidth(), atlas.getHeight(), spriteLocations.values());
  108.                                                                      ^
  109.   symbol:   method getWidth()
  110.   location: variable atlas of type TextureMap
  111. D:\Programs\Nova\nova-renderer-chunks\src\main\java\com\continuum\nova\NovaRenderer.java:152: error: cannot find symbol
  112.         NovaNative.mc_atlas_texture atlasTexture = getFullImage(atlas.getWidth(), atlas.getHeight(), spriteLocations.values());
  113.                                                                                        ^
  114.   symbol:   method getHeight()
  115.   location: variable atlas of type TextureMap
  116. D:\Programs\Nova\nova-renderer-chunks\src\main\java\com\continuum\nova\utils\SettingsCommandBuilder.java:16: error: cannot find symbol
  117.         settings.fog_color_red = mc.entityRenderer.getFogColorRed();
  118.                                                   ^
  119.   symbol:   method getFogColorRed()
  120.   location: variable entityRenderer of type EntityRenderer
  121. D:\Programs\Nova\nova-renderer-chunks\src\main\java\com\continuum\nova\utils\SettingsCommandBuilder.java:17: error: cannot find symbol
  122.         settings.fog_color_green = mc.entityRenderer.getFogColorGreen();
  123.                                                     ^
  124.   symbol:   method getFogColorGreen()
  125.   location: variable entityRenderer of type EntityRenderer
  126. D:\Programs\Nova\nova-renderer-chunks\src\main\java\com\continuum\nova\utils\SettingsCommandBuilder.java:18: error: cannot find symbol
  127.         settings.fog_color_blue = mc.entityRenderer.getFogColorBlue();
  128.                                                    ^
  129.   symbol:   method getFogColorBlue()
  130.   location: variable entityRenderer of type EntityRenderer
  131. Note: Some input files use or override a deprecated API.
  132. Note: Recompile with -Xlint:deprecation for details.
  133. Note: Some input files use unchecked or unsafe operations.
  134. Note: Recompile with -Xlint:unchecked for details.
  135. 12 errors
  136.  
  137.  
  138. FAILURE: Build failed with an exception.
  139.  
  140. * What went wrong:
  141. Execution failed for task ':compileJava'.
  142. > Compilation failed; see the compiler error output for details.
  143.  
  144. * Try:
  145. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  146.  
  147. BUILD FAILED in 8s
  148. 1 actionable task: 1 executed
  149. New-NovaCode : Gradle invocation failed, aborting
  150. At D:\Programs\Nova\nova-renderer-chunks\nova.ps1:323 char:5
  151. +     New-NovaCode -buildEnvironment $buildEnvironment
  152. +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  153.     + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
  154.     + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,New-NovaCode
  155.  
  156. False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement