The mkeyb sources in distro compile cleanly with Open Watcom v2 on
Linux, but are incompatible with other build hosts.

Try this:

  git clone https://gitlab.com/FreeDOS/base/mkeyb
  cd mykeyb/SOURCE/mkeyb
  rm mkeyb.exe

  export WATCOM=/opt/watcom
  export INCLUDE="$WATCOM/h"
  export PATH="$WATCOM/binl64:$PATH"

  wmake -f Makefile.wcc

HTH


_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to