@RobertK, it's great to see you getting confidence, we can't leave the whole work on Dominic for much longer

Code: Select all
make -i gal_clib.lib
After recompiling a library, you can just 'make install' in the base libsrc dir and It Will be installesd in place.
It didn't work on the first attempt, so I would like to get it working in Git Bash first.
I have tried that, but I'm getting a "The system cannot find the file specified" error. Any idea what could be wrong here?
Code: Select all
ws09@nbkac3 MINGW64 ~/z88dk (master)
$ export PATH=$(pwd)/bin:$PATH
ws09@nbkac3 MINGW64 ~/z88dk (master)
$ export ZCCCFG=$(pwd)/lib/config
ws09@nbkac3 MINGW64 ~/z88dk (master)
$ cd src
ws09@nbkac3 MINGW64 ~/z88dk/src (master)
$ cd appmake
ws09@nbkac3 MINGW64 ~/z88dk/src/appmake (master)
$ make
cc -Wall -std=gnu11 -MMD -pedantic -I../common -c -o kc.o kc.c
process_begin: CreateProcess(NULL, cc -Wall -std=gnu11 -MMD -pedantic -I../common -c -o kc.o kc.c, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [<builtin>: kc.o] Error 2
That would always be nice to have, provided that it can be implemented. As far as I know, parallel two-player joystick() polling is available on those targets that support in_KeyPressed().