01-25-2016, 07:41 AM
(This post was last modified: 01-25-2016, 07:41 AM by LogicParrot.)
(01-25-2016, 04:19 AM)PureTryOut Wrote: I switched my server over to FreeBSD last weekend, and been trying to get Cuberite to compile. However, it keeps complaining about the missing dependency "make". The strange thing is that I do actually have "make" installed, as I can run it standalone fine. All other dependencies do however seem to be filled.
This is using FreeBSD 10.2.
I suspect this might be a problem with `compile.sh`. Could you please tell me what's the output of the following command on FreeBSD?
Code:
make --help || echo "Hello world"