I'm unable to compile gadget from the latest git revision (d610418e1acd05f6136ad0749cf3c9ba6041c93e) due to missing proglikelihood.h file (and perhaps proglikelihood.cc file as well?). Complete log follows:
$ make
g++ -D NDEBUG -D INTERRUPT_HANDLER -O3 -I headers/ -D NOT_WINDOWS -c -o src/initialize.o src/initialize.cc
src/initialize.cc:34:28: fatal error: proglikelihood.h: No such file or directory
#include "proglikelihood.h"
^
compilation terminated.
<builtin>: recipe for target 'src/initialize.o' failed
make: *** [src/initialize.o] Error 1
I'm unable to compile gadget from the latest git revision (d610418e1acd05f6136ad0749cf3c9ba6041c93e) due to missing
proglikelihood.h
file (and perhapsproglikelihood.cc
file as well?). Complete log follows: