K 10 svn:author V 5 tobik K 8 svn:date V 27 2018-08-25T03:22:18.010114Z K 7 svn:log V 1386 biology/avida: Fix build with Clang 6 avida-core/source/main/cPopulation.cc:2916:20: error: no matching member function for call to 'push_back' track_founders.push_back(make_pair(organism->GetBioGroup("genotype")->GetID(), new_genome.AsString())); ~~~~~~~~~~~~~~~^~~~~~~~~ /usr/include/c++/v1/vector:688:36: note: candidate function not viable: no known conversion from 'pair<[...], typename __make_pair_return::type>' to 'const pair<[...], std::__1::basic_string>' for 1st argument _LIBCPP_INLINE_VISIBILITY void push_back(const_reference __x); ^ /usr/include/c++/v1/vector:691:36: note: candidate function not viable: no known conversion from 'pair<[...], typename __make_pair_return::type>' to 'pair<[...], std::__1::basic_string>' for 1st argument _LIBCPP_INLINE_VISIBILITY void push_back(value_type&& __x); ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/avida-2.12.4.log libs/tcmalloc-1.4/src/sysinfo.cc:832:88: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] "%08"PRIx64"-%08"PRIx64" %c%c%c%c %08"PRIx64" %02x:%02x %-11"PRId64" %s\n", ^ END