-
The FreeDOS kernel source code does this:
```
#ifdef __WATCOMC__
#include
#define brk(newbrk) ((int)__brk((unsigned)(newbrk)))
#endif
```
However, in the current `stdlib.h` there is no `__brk()`, o…
-
We need to update the source base to ESR 45 first and then continue to add printing.
-
I have tried to compile OW 2, without docs, with a copy of Windows XP running under VirtualBox and I get the following error:
Open Watcom Make Version 2.0 beta Apr 27 2014 22:18:35 (32-bit)
Copyright…
-
I think I remember that on the old wiki of http://www.openwatcom.org/ there was a page about reimplementing WGML and there was some progress on it. Running dosemu just for the sake of generating docum…
-
```
bwlink op q name wbrg.exe debug dwarf op nored op symfile op map sys os2v2 op stack=16k file {blip.obj dietree.obj dwmerger.obj main.obj mrabbrev.obj mrdeath.obj mrdie.obj mrfile.obj mrinfo.obj m…
-
Compiling on Gentoo x86_64:
```
../c/cvvirt.c:125:7: error: conflicting types for ‘VMBlock’
void *VMBlock( imp_image_handle *ii, virt_mem start, size_t len )
^
In file included from ../c/cvvi…
-
My suggestion is to setup Travis CI and AppVeyor, thins will allow to run the tests automatically after the builds, along with the checking pull requests automatically on these PRs.
-
Does anyone know why? Does anyone have regular contact with Perforce? (Perforce administers the domain and provides the server.) Did they pull the plug because they are feeling unappreciated? Can …
-
Openwatcom has a linker and an assembler.
Is there any plan to drop them in favor of jwasm and jwlink while direct maintenance there?
-
Originally reported by: stargate77
Original Ticket: "alleg/bugs/84":https://sourceforge.net/p/alleg/bugs/84
Hallo still tried to comile differrent versisions of Allegro
lib with the dos watcom 11c …