Re: [Freedos-devel] error compiling mkeyb with watcom (Open Watcom v2)

2024-11-05 Thread Paul Dufresne via Freedos-devel
Yep! Being now on Arch I installed it from: https://aur.archlinux.org/packages/openwatcom-v2 and, after following your instructions and installing upx package too, now have a new mkeyb.exe file. Thanks again! Recopying your instructions: git clone https://gitlab.com/FreeDOS/base/mkeyb cd mykeyb/

Re: [Freedos-devel] error compiling mkeyb with watcom (Open Watcom v2)

2024-11-05 Thread Paul Dufresne via Freedos-devel
Le Tue, 05 Nov 2024 07:54:08 -0500 Darik Horn via Freedos-devel a écrit > The mkeyb sources in distro compile cleanly with Open Watcom v2 on I am using our Open Watcom from: http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/repositories/unstable/pkg-html/watcomf.html so from: ht

Re: [Freedos-devel] error compiling mkeyb with watcom

2024-11-05 Thread Darik Horn via Freedos-devel
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="$WATC

[Freedos-devel] error compiling mkeyb with watcom

2024-11-04 Thread Paul Dufresne via Freedos-devel
I get an error (FDT2411) while trying mkeyb with watcom C. I have set my environment with:  \devel\watcomc\owsetenv.bat copy makefile.wcc makefile wmake all then the file mkeybr.err have: mkeybr.c(362): Error! E1141: Expecting end of line but found '(' Note that the Watcom Makefile seems not from