kripken / meandmyshadow.web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error: Cannot stat 'meandmyshadow'

TamaMcGlinn opened this issue · comments

Full text of the error is here.

The last lines seem to indicate the executable is built, but then cannot be found to move it:

[100%] Built target meandmyshadow
make[1]: Leaving directory '/home/tama/code/emscriptem-ports/meandmyshadow.web'
/usr/local/bin/cmake -E cmake_progress_start /home/tama/code/emscriptem-ports/meandmyshadow.web/CMakeFiles 0
mv: cannot stat ‘meandmyshadow’: No such file or directory
ERROR:root:meandmyshadow.bc: No such file or directory ("meandmyshadow.bc" was expected to be an input file, based on the commandline arguments provided)

Yeah, the build.sh file here was very very old. I updated it now, it should build mams.html. (It also builds an unnecessary js file, something to do with cmake, not sure how to fix that.)