Skip to content

Envi problem with kernel 6.19 #96

Description

@sthifen

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions