radareorg / iaito

Official QT frontend of radare2
GNU General Public License v3.0
968 stars 83 forks source link

make #156

Closed andynvkz closed 6 months ago

andynvkz commented 6 months ago

../src/core/Iaito.cpp:2514:20: error: ‘RAnalPlugin’ {aka ‘struct r_anal_plugin_t’} has no member named ‘name’ 2514 | ret << ap->name; | ^~~~

trufae commented 6 months ago

Which version of r2 do you have?

andynvkz commented 6 months ago

Which version of r2 do you have?

radare2 5.8.9 31591 @ linux-x86-64

trufae commented 6 months ago

And you are building iaito from git? Because it all builds fine here and also in the ci

trufae commented 6 months ago

My guess is that you are building an old version of iaito (release maybe?) against the git version of r2.

Just clone the repo and build it, i'll cut new releases when r2-5.9 is out