Closed plouto5 closed 6 years ago
Hi! Same here DAWN 4.1
/mnt/h/mnt/eosfactory/teos_lib/eos_interface.cpp:409:26: error: no viable conversion from 'const eosio::chain::abi_def'
to 'bytes' (aka 'vector
DAWN 4.0.0 is OK!
OK, so can I assume it's a matter of incompatibility with DAWN 4.1?
If so, the good news is that in a couple of days we'll be publishing a new release which will be compatible with 4.1
Awesome looking forward to it!
Im getting this installing on Ubuntu 18.04 Desktop.
home/dev/eosfactory/teos_lib/eos_interface.cpp:409:26: error: no viable conversion from 'const eosio::chain::abi_def' to 'bytes' (aka 'vector')
.abi = abi
^~~
/usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_vector.h:326:7: note:
candidate constructor not viable: no known conversion from 'const eosio::chain::abi_def' to
'const std::vector<char, std::allocator > &' for 1st argument
vector(const vector& __x)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_vector.h:344:7: note:
candidate constructor not viable: no known conversion from 'const eosio::chain::abi_def' to
'std::vector<char, std::allocator > &&' for 1st argument
vector(vector&& x) noexcept
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_vector.h:383:7: note:
candidate constructor not viable: no known conversion from 'const eosio::chain::abi_def' to
'initializer_list' (aka 'initializer_list') for 1st argument
vector(initializer_list l,
^
1 error generated.
CMakeFiles/teoslib.dir/build.make:110: recipe for target 'CMakeFiles/teoslib.dir/eos_interface.cpp.o' failed
make[2]: [CMakeFiles/teoslib.dir/eos_interface.cpp.o] Error 1
make[2]: Leaving directory '/home/dev/eosfactory/teos_lib/build'
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/teoslib.dir/all' failed
make[1]: [CMakeFiles/teoslib.dir/all] Error 2
make[1]: Leaving directory '/home/dev/eosfactory/teos_lib/build'
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
Thanks for any help with this and looking forward to amazing things with eosfactory!