Makefile.wayland syntax error
Peri Didaskalou <[email protected]> Sun, 31 Dec 2023 21:45:17 -0500
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <[email protected]> |
Hello and All The Best for 2024 Bernd & Anton! I'm embarrassed that I can't debug this myself, but there appears to be a syntax error in Makefile.wayland. Regardless of which of my 64bit or 32-bit linux systems I've tried building either gforth-0.7.9_20231221 or gforth-master, I get this exact error, on every machine. . . Compiled on first attempt --------------compilation output-------------- ------------compilation output end------------ ./freetype_gl.fsx -gforth | ./doexec freetype_gl.fs . > freetype_gl.fs make[1]: Leaving directory '/home/pfd/bin/gforth-master/unix' wayland-scanner client-header < >wayland/text-input-unstable-v3-client.h /bin/sh: -c: line 1: syntax error near unexpected token `>' /bin/sh: -c: line 1: `wayland-scanner client-header < >wayland/text-input-unstable-v3-client.h' make: *** [Makefile.wayland:31: wayland/text-input-unstable-v3-client.h] Error 2 pfd@FoodCons4:~/bin/gforth-master> _____ I'm using Bash everywhere; not any other shell, and there's only a few suggestions to wayland-scanner --help. The no info or man page for it. Peri