Information
- Paper topic: Image
- Software type: Code
- Able to run a replicability test: False
- Replicability score: 0
- License: MIT
- Build mechanism: Commandline instructions in README
- Dependencies: Terra
- Documentation score {0,1,2}: 1
- Reviewer: David Coeurjolly
Source code information
Comments
I've installed the 2015-08-03 version of terra and tried to compile the examples but all examples failed due to some #include "stdio.h" issues.
> import "darkroom"
<buffer>:1:10: fatal error: 'stdio.h' file not found
#include "stdio.h"
^
compilation of included c code failed
stack traceback:
src/terralib.lua:3664: in function 'includec'
./darkroom.t:1: in main chunk
[C]: at 0x010690af60
[C]: in function 'xpcall'
src/terralib.lua:4506: in function <src/terralib.lua:4505>
----
Same issue on Linux