In file included from src/coalevent.cpp:25:0:
src/coalevent.hpp:262:12: error: function definition does not declare parameters
src/coalevent.hpp:263:11: error: function definition does not declare parameters
src/coalevent.hpp:266:11: error: function definition does not declare parameters
src/coalevent.hpp:271:11: error: function definition does not declare parameters
src/coalevent.hpp: In copy constructor ‘EvolutionaryEvent::EvolutionaryEvent(const EvolutionaryEvent&)’:
src/coalevent.hpp:105:24: error: class ‘EvolutionaryEvent’ does not have any field named ‘event_data’
src/coalevent.hpp:105:39: error: ‘const class EvolutionaryEvent’ has no member named ‘event_data’
src/coalevent.hpp: In member function ‘bool EvolutionaryEvent::is_no_event() const’:
src/coalevent.hpp:123:48: error: ‘event_data’ was not declared in this scope
src/coalevent.hpp: In member function ‘bool EvolutionaryEvent::is_recomb_event() const’:
src/coalevent.hpp:124:69: error: ‘event_data’ was not declared in this scope
src/coalevent.hpp: In member function ‘bool EvolutionaryEvent::is_coal_event() const’:
src/coalevent.hpp:125:71: error: ‘event_data’ was not declared in this scope
src/coalevent.hpp: In member function ‘bool EvolutionaryEvent::is_migr_event() const’:
src/coalevent.hpp:126:71: error: ‘event_data’ was not declared in this scope
src/coalevent.hpp: In member function ‘void EvolutionaryEvent::set_recomb_event_pos(double)’:
src/coalevent.hpp:137:9: error: ‘event_data’ was not declared in this scope
src/coalevent.hpp: In member function ‘void EvolutionaryEvent::set_recomb_event_time(double)’:
src/coalevent.hpp:144:9: error: ‘event_data’ was not declared in this scope
src/coalevent.hpp: In member function ‘void EvolutionaryEvent::set_coal_event()’:
src/coalevent.hpp:149:9: error: ‘event_data’ was not declared in this scope
src/coalevent.hpp: In member function ‘void EvolutionaryEvent::set_migr_event(int)’:
src/coalevent.hpp:155:9: error: ‘event_data’ was not declared in this scope
src/coalevent.hpp: In member function ‘int EvolutionaryEvent::recomb_event_count_between(double, double, double, double, bool) const’:
src/coalevent.hpp:179:24: error: ‘event_data’ was not declared in this scope
src/coalevent.hpp: In member function ‘size_t EvolutionaryEvent::get_migr_to_population() const’:
src/coalevent.hpp:188:24: error: ‘event_data’ was not declared in this scope
src/coalevent.hpp: In member function ‘bool EvolutionaryEvent::decrease_refcount_is_zero()’:
src/coalevent.hpp:191:9: error: ‘ref_counter’ was not declared in this scope
src/coalevent.hpp: In member function ‘void EvolutionaryEvent::increase_refcount()’:
src/coalevent.hpp:193:32: error: ‘ref_counter’ was not declared in this scope
src/coalevent.hpp: In member function ‘bool EvolutionaryEvent::is_removed() const’:
src/coalevent.hpp:202:38: error: ‘children_updated’ was not declared in this scope
src/coalevent.hpp: In member function ‘void EvolutionaryEvent::mark_as_removed()’:
src/coalevent.hpp:206:9: error: ‘children_updated’ was not declared in this scope
src/coalevent.hpp: In member function ‘void EvolutionaryEvent::add_leaf_to_tree(EvolutionaryEvent**)’:
src/coalevent.hpp:211:82: error: ‘class EvolutionaryEvent’ has no member named ‘ref_counter’
src/coalevent.hpp: In member function ‘bool EvolutionaryEvent::update_posterior_is_done(double)’:
src/coalevent.hpp:231:9: error: ‘posterior’ was not declared in this scope
src/coalevent.hpp:232:9: error: ‘children_updated’ was not declared in this scope
src/coalevent.hpp:232:53: error: ‘ref_counter’ was not declared in this scope
src/coalevent.hpp: In member function ‘double EvolutionaryEvent::get_and_reset_posterior()’:
src/coalevent.hpp:237:20: error: ‘posterior’ was not declared in this scope
src/coalevent.cpp: In member function ‘bool EvolutionaryEvent::append_event(const EvolutionaryEvent&)’:
src/coalevent.cpp:31:7: error: ‘ref_counter’ was not declared in this scope
src/coalevent.cpp:40:7: error: ‘event_data’ was not declared in this scope
src/coalevent.cpp:40:22: error: ‘const class EvolutionaryEvent’ has no member named ‘event_data’
src/coalevent.cpp:49:7: error: ‘event_data’ was not declared in this scope
src/coalevent.cpp:49:22: error: ‘const class EvolutionaryEvent’ has no member named ‘event_data’
src/coalevent.cpp:59:7: error: ‘event_data’ was not declared in this scope
src/coalevent.cpp:59:22: error: ‘const class EvolutionaryEvent’ has no member named ‘event_data’
src/coalevent.cpp: In member function ‘bool EvolutionaryEvent::print_event() const’:
src/coalevent.cpp:74:8: error: ‘event_data’ was not declared in this scope
src/coalevent.cpp:75:8: error: ‘event_data’ was not declared in this scope
src/coalevent.cpp:82:34: error: ‘event_data’ was not declared in this scope
src/coalevent.hpp: In member function ‘bool EvolutionaryEvent::is_removed() const’:
src/coalevent.hpp:202:60: warning: control reaches end of non-void function [-Wreturn-type]
src/coalevent.hpp: In member function ‘bool EvolutionaryEvent::decrease_refcount_is_zero()’:
src/coalevent.hpp:192:36: warning: control reaches end of non-void function [-Wreturn-type]
src/coalevent.hpp: In member function ‘bool EvolutionaryEvent::is_recomb_event() const’:
src/coalevent.hpp:124:86: warning: control reaches end of non-void function [-Wreturn-type]
src/coalevent.hpp: In member function ‘bool EvolutionaryEvent::is_coal_event() const’:
src/coalevent.hpp:125:89: warning: control reaches end of non-void function [-Wreturn-type]
src/coalevent.hpp: In member function ‘bool EvolutionaryEvent::is_migr_event() const’:
src/coalevent.hpp:126:88: warning: control reaches end of non-void function [-Wreturn-type]
src/coalevent.hpp: In member function ‘bool EvolutionaryEvent::is_no_event() const’:
src/coalevent.hpp:123:66: warning: control reaches end of non-void function [-Wreturn-type]
Makefile:2440: recipe for target 'src/smcsmc-coalevent.o' failed
After update in scrm https://github.com/luntergroup/scrm_jz_stable_branch/commit/aee6d10e8eaaa019a03d118bcaa8a1de3d3fd1c0
smcsmc still fails due to the following