Missing 'proglikelihood.*' files
iambaim opened this issue · 1 comments
iambaim commented
I'm unable to compile gadget from the latest git revision (d610418) 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
bthe commented
This should be fixed now.