I'm trying to build WBeam on Fedora 43 with kernel 6.19.11.
I fixed the initial GStreamer dependency issue, but now I'm blocked by EVDI.
EVDI fails to compile with many errors like:
"comparison of integer expressions of different signedness [-Werror=sign-compare]"
coming from kernel headers (cleanup.h, spinlock.h, etc).
As a result:
- evdi module is not built
- modprobe evdi fails
- WBeam linking fails with: cannot find -levdi
System:
- Fedora 43
- Kernel 6.19.11
- gcc 15
It seems EVDI is not compatible with this kernel due to -Werror and newer kernel changes.
Is there a known workaround or supported kernel version?
I'm trying to build WBeam on Fedora 43 with kernel 6.19.11.
I fixed the initial GStreamer dependency issue, but now I'm blocked by EVDI.
EVDI fails to compile with many errors like:
"comparison of integer expressions of different signedness [-Werror=sign-compare]"
coming from kernel headers (cleanup.h, spinlock.h, etc).
As a result:
System:
It seems EVDI is not compatible with this kernel due to -Werror and newer kernel changes.
Is there a known workaround or supported kernel version?