IGITUGraz / spore-nest-module

Synaptic Plasticity with Online Reinforcement learning
https://igitugraz.github.io/spore-nest-module/
GNU General Public License v2.0
25 stars 11 forks source link

spore-nest-module fails to compile #2

Closed anandtrex closed 7 years ago

anandtrex commented 7 years ago

With error:

/.../spore-nest-module/src/diligent_connector_model.h:284:5: error: no matching function for call to ‘nest::ModelManager::register_connection_model(const string&, bool&)
/.../spore-nest-module/src/diligent_connector_model.h:284:5: error: wrong number of template arguments (2, should be 1)

Built with cmake ..

Building off master branch.

anandtrex commented 7 years ago

My bad. Might be because of not having picked up the new NEST patch.