gadget-framework / gadget2

Gadget is the Globally applicable Area Disaggregated General Ecosystem Toolbox
GNU General Public License v2.0
18 stars 20 forks source link

Missing 'proglikelihood.*' files #19

Closed iambaim closed 7 years ago

iambaim commented 7 years ago

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
bthe commented 7 years ago

This should be fixed now.