Hello everyone,
I followed the instructions to install nest-simulator-2.20.0 in my Ubuntu. When I do the things follow:
-------------------------------------------------------------------------------
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/bin/nest /home/visapy_and_dependencies/nest-simulator-2.20.0
make
make install
--------------------------------------------------------------------------------
Unfortunately, during "make" it reports some Error, see following:
[ 49%] Building CXX object nestkernel/CMakeFiles/nestkernel.dir/connection_manage.cpp.o
/home/visapy_and_dependencies/nest-simulator-2.20.0/nestkernel/connection_managercpp:419:1: error: prototype for ‘void nest::ConnectionManager::connect(nest::inde, nest::Node*, nest::thread, nest::synindex, const DictionaryDatum&, double, doube)’ does not match
any in class ‘nest::ConnectionManager’
nest::ConnectionManager::connect( const index sgid,
^~~~
In file included from /home/visapy_and_dependencies/nest-simulator-2.20.0/nestkerel/connection_manager.cpp:23:0:
/home/visapy_and_dependencies/nest-simulator-2.20.0/nestkernel/connection_managerh:135:8: error: candidates are: bool nest::ConnectionManager::connect(nest::inde
nest::index, const DictionaryDatum&, nest::synindex)
bool connect( const index sgid, const index target, const DictionaryDatum& parms, const synindex syn_id );
^~~~~~~
/home/visapy_and_dependencies/nest-simulator-2.20.0/nestkernel/connection_managerh:117:8: error: void nest::ConnectionManager::connect(nest::index nest::Node*, nest::thread, nest::synindex, const DictionaryDatum&, double_t, doule_t)
void connect( const index sgid,
^~~~~~~
/home/visapy_and_dependencies/nest-simulator-2.20.0/nestkernel/connection_managercpp:352:1: error: void nest::ConnectionManager::connect(const nes::GIDCollection&, const nest::GIDCollection&, const DictionaryDatum&, const DictinaryDatum&)
nest::ConnectionManager::connect( const GIDCollection& sources,
^~~~
make[2]: *** [nestkernel/CMakeFiles/nestkernel.dir/connection_manager.cpp.o] Erro 1
make[1]: *** [nestkernel/CMakeFiles/nestkernel.dir/all] Error 2
make: *** [all] Error 2
I have no idea about this, I'd appreciate it if you could help me.
and my cmake version 3.10.1, gcc version 7.4.0
_______________________________________________
NEST Users mailing list --
users@nest-simulator.org
To unsubscribe send an email to
users-leave@nest-simulator.org