The source appears to be missing a file???
Unable to open file objs/tileengine_wrap.cpp: No such file or directory
make is hitting this error in the makefile in micropolis/MicropolisCore/src/TileEngine
SWIG build
make does not understand that both 'objs/tileengine_wrap.cpp' and
'objs/tileengine.py' are generated by SWIG. To get around this,
'objs/tileengine_wrap.cpp' is used as dependency for controlling SWIG
even if we want to get the 'objs/tileengine.py' file.
build_swig: objs/tileengine_wrap.cpp
objs/tileengine_wrap.cpp: swig/tileengine.i swig/tileengine-swig-python.i swig/pycairo.i $(HEADERS)
$(SWIG) -python -c++ -Isrc -Wall
-outdir objs
-o objs/tileengine_wrap.cpp
swig/tileengine.i