182 views
in Platform Packages by

I have a (64-bit) Ubuntu installed using the WSL Compatibility Libraries for 32 bit are installed, GUI applications can be executed.

I have succeeded in satisfying most of the requirements listed at this page.
However I have failed to locate any source for the file xdg-shell.h, which is listed as include in the file 'gfx_system_wayland.c'.

According to the notation in the source file, I'd expect that the file is part of the distribution, but it is not.

How can I build/run an EmWi application under 64bit Ubuntu 22.04?

1 Answer

+1 vote
by
 
Best answer

Hello,

the required wayland-protocol modules are generated automatically during the make process using the wayland-scanner tool. Did you get any error messages during make that indicates that there was something going wrong?

Did you install the additional packages that are required:

sudo apt install build-essential libgles2-mesa-dev libwayland-dev wayland-protocols

Best regards,

Manfred.

by
I found the issue. Thank you for the help.

Embedded Wizard Website | Privacy Policy | Imprint

...