elveskevtar / SmartMoving

Other
14 stars 0 forks source link

SmartRender fails to compile #2

Open louis-irl opened 5 years ago

louis-irl commented 5 years ago

I can't seem to get SmartRender to compile, it keeps giving me an error. Here's the terminal output. I'm running Arch Linux with OpenJDK 8, btw.

[louis@louis-pc SmartRender]$ ./gradlew build
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/2.14/userguide/gradle_daemon.html.
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
#################################################
         ForgeGradle 2.3-SNAPSHOT-7764e3e        
  https://github.com/MinecraftForge/ForgeGradle  
#################################################
                 Powered by MCP                  
             http://modcoderpack.com             
     by: Searge, ProfMobius, R4wk, ZeuX          
     Fesh0r, IngisKahn, bspkrs, LexManos         
#################################################

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':compileJava'.
> Configuration with name 'default' not found.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 3.587 secs
ScienceDrummer commented 5 years ago

Also getting this error

funnysunnybunny commented 5 years ago

I just managed to build it with jdk-8u221-windows-x64.exe following the steps below the project here, first trying to export build through eclipse which didn't work and now with gradlew build from the smart moving master directory, which automatically build the other libraries, leading to the first time it even tries to start, however under tommsy64 releases there is also a 16.4RC with it's dependencies, it's more or less as the 1.8 version and works pretty well beside the render issues with helmets, armors and elytra when using f5 view, hope this helps in some way, alas this version doesn't work with optifine and SEUS

jameds commented 5 years ago

Had the same issue. But it turns out that running ./gradlew build from the top level directory builds the dependencies too. SmartRender won't build by itself because some of its dependencies are in the top level directory I presume.

elveskevtar commented 4 years ago

I changed the gradle build file. I recently reverted it back to how it originally was with the API core mods in the lib/ folder and using provided for those and embedded for SmartRender. This might fix your issue.