The latest release (odin-2.0.4) should build on i386. It includes a fix
for i386.
The reason for the failure in odin-2.0.3/i386 was that Qt5-includes can
be found in /usr/include/<triplet>/qt5/...
<triplet> equals the result of $(gcc -dumpmachine) except for i386
('i686' instead of 'i386').
The configure script of odin-2.0.4 contains a fix which replaces 'i686'
by 'i386' to find the Qt5 headers.
In this way, odin-2.0.4 should be able to use Qt5 on i386.
Best wishes, Thies (odin upstream)
Am 03.03.20 um 23:14 schrieb Moritz Muehlenhoff:
Source: odin
Severity: serious
odin FTBFSes on i386. This also means that on i386 it still uses Qt4.
Cheers,
Moritz