heXon: Builds completely (running "install", not "install.sh") without errors, but running it gives the following error:
ERROR: Failed to add resource path 'Resources', check the documentation on how to set the 'resource prefix path'
And Park doesn't build:
make
g++ -c -pipe -std=c++11 -O2 -O2 -Wall -W -fPIC -I. -Icyberplasm/include -IDry/include -IDry/include/Dry/ThirdParty -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o airplane.o src/airplane.cpp
In file included from /usr/local/include/Dry/DryAll.h:93,
from src/mastercontrol.h:4,
from src/jib.h:5,
from src/world.h:5,
from src/airplane.cpp:2:
/usr/local/include/Dry/Container/Field.h:26:10: fatal error: ../Container/HashMap.h: No such file or directory
26 | #include <../Container/HashMap.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:528: airplane.o] Error 1
OpenSaucer: I don't know how to build it.