On Tue, Oct 8, 2019 at 11:40 AM Кирилл Максимович Шеповалов <[email protected]> wrote: > > I am using votca 1.4.1 and gcc 4.8, g++ 4.8 Some C++-11 features are only supported in gcc-4.8.1, so your compiler might be too old.
Christoph > > вторник, 8 октября 2019 г., 21:05:06 UTC+7 пользователь Christoph Junghans > написал: >> >> On Tue, Oct 8, 2019 at 5:54 AM Кирилл Максимович Шеповалов >> <[email protected]> wrote: >> > >> > Greating all! >> > >> > Could you help me solve this problem? >> What version of VOTCA and what compiler are you using? >> >> Christoph >> > >> > I had received this error massage after I had typed "make" >> > >> > /mnt/storage/home/kmshepovalov/Software/votca/csg/include/votca/csg/beadstructure.h: >> > In constructor >> > ‘votca::csg::BeadStructure<votca::csg::BaseBead>::BeadStructure()’: >> > /mnt/storage/home/kmshepovalov/Software/votca/csg/include/votca/csg/beadstructure.h:54:7: >> > error: conversion from ‘const char [1]’ to non-scalar type ‘std::string >> > {aka std::basic_string<char>}’ requested >> > class BeadStructure { >> > ^ >> > In file included from >> > /mnt/storage/home/kmshepovalov/Software/votca/csg/src/libcsg/beadmotif.cc:18:0: >> > /mnt/storage/home/kmshepovalov/Software/votca/csg/include/votca/csg/beadmotif.h: >> > In constructor ‘votca::csg::BeadMotif::BeadMotif()’: >> > /mnt/storage/home/kmshepovalov/Software/votca/csg/include/votca/csg/beadmotif.h:122:14: >> > note: synthesized method >> > ‘votca::csg::BeadStructure<votca::csg::BaseBead>::BeadStructure()’ first >> > required here >> > BeadMotif(){}; >> > ^ >> > make[2]: *** [csg/src/libcsg/CMakeFiles/votca_csg.dir/beadmotif.cc.o] >> > Error 1 >> > make[2]: *** Waiting for unfinished jobs.... >> > >> > Please, any ideas are welcome >> > >> > Sinserenly, >> > Research Asistent, >> > Novosibirsk State University, >> > Kirill Shepovalov >> > >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "votca" group. >> > To unsubscribe from this group and stop receiving emails from it, send an >> > email to [email protected]. >> > To view this discussion on the web visit >> > https://groups.google.com/d/msgid/votca/2d2e3f16-2915-4c96-b863-269ea006f532%40googlegroups.com. >> >> >> >> -- >> Christoph Junghans >> Web: http://www.compphys.de > > -- > You received this message because you are subscribed to the Google Groups > "votca" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/votca/f12ee5c0-4622-41ec-9a4b-557603be9a41%40googlegroups.com. -- Christoph Junghans Web: http://www.compphys.de -- You received this message because you are subscribed to the Google Groups "votca" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e4ZxudfSa-qH6dqXbqANMAYdp-AZ75wWiURmwOMDHFBfw%40mail.gmail.com.
