Build error when building from source
Closed this issue · 4 comments
william-vw commented
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?)
william-vw commented
I'm getting the same error with the latest JDK 15.
william-vw commented
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
ewpatton commented
@william-vw You will need to run git submodule update --init
to grab the additional dependencies to resolve that error.
william-vw commented
thanks - the build finished successfully.