07-01-2020, 07:55 PM
(07-01-2020, 05:01 PM)--- Wrote: Miles - I'm having a problem making git@git.sr.ht:~mil/sxmo-svkbd.
svkbd build options:
CFLAGS = -g -std=c99 -pedantic -Wall -Os -I. -I./layouts -I/usr/include -I/usr/X11R6/include -DVERSION="0.1"
LDFLAGS = -g -L/usr/lib -lc -L/usr/X11R6/lib -lX11 -lXtst
CC = cc
make: *** No rule to make target 'svkbd-en', needed by 'all'. Stop.
Is svkbd-en supposed to be in this directory?
The build for svkbd only produces svkbd-sxmo. I'd suggest either using the APKBUILD proper or using the command the APKBUILD uses:
https://git.sr.ht/~mil/sxmo-alpine/tree/...KBUILD#L25
E.g. try:
Code:
make svkbd-sxmo X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 FREETYPEINC=/usr/include/freetype2