Closed Uri2001 closed 1 year ago
I've tried to assemble linstor-server and got an error:
make: Leaving directory '/usr/local/src/linstor-server/server/proto' > Task :server:generateJava FAILED make: *** No rule to make target 'java'. Stop. make: Entering directory '/usr/local/src/linstor-server/linstor-common' make: Leaving directory '/usr/local/src/linstor-server/linstor-common' FAILURE: Build failed with an exception.
Ubuntu 22.04.2, java-17-openjdk-amd64
What's wrong?
you need to clone --recursive or have the submodule initialized. Also note, that I just pushed support java-17 build support.
--recursive
I've tried to assemble linstor-server and got an error:
Ubuntu 22.04.2, java-17-openjdk-amd64
What's wrong?