mit-dig / punya

Punya Framework powered by MIT App Inventor Technology
http://punya.mit.edu/
Apache License 2.0
13 stars 39 forks source link

Build error when building from source #26

Closed william-vw closed 4 years ago

william-vw commented 4 years ago

My setup: Java version 1.8.0_201 Ant version 1.10.8 Windows 10 Home (version 1909)

See attached for the error. I will try with an updated JDK (I had a relatively old one due to some old software dependencies, but I think 1.8 should work according to the docs?)

error_log.txt

william-vw commented 4 years ago

I'm getting the same error with the latest JDK 15.

william-vw commented 4 years ago

As per @ewpatton 's comment I pulled the latest version and now getting an error further down the line (perhaps also related to symlinks) - building with JDK 1.8.0_201 and ant 1.10.8

error_log2.txt

ewpatton commented 4 years ago

@william-vw You will need to run git submodule update --init to grab the additional dependencies to resolve that error.

william-vw commented 4 years ago

thanks - the build finished successfully.