Hi! I'm digging the source code of wayland and weston. I'm stuck at getting the code generated by wayland-scanner. I was following the build instructions for wayland:
$ git clone https://gitlab.freedesktop.org/wayland/wayland.git $ cd wayland $ meson build/ --prefix=PREFIX //(which I set to wayland/build) $ ninja -C build/ install but I get the error: meson.build:83:1: ERROR: lexer Can someone please help me with this? Thanks in advance: Peter