Re: Compiling FreeCom
Bart Oldeman <[email protected]>
| Newsgroups | gmane.os.freedos.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 9 Oct 2002 [email protected] wrote: [about OpenWatcom] > And it has no final license still: > "the final form of this license may well change" > from http://www.openwatcom.org/license_info/open_watcom_lic.html True, unforunately. That does not affect redistribution though, as the current license and final license (because the final license needs to be OSI approved) both allow that. > You have to re-compile SUPPL, of course. I have some problems with SUPPL - I can solve them, but it's still strange. Using Turbo C++ 1.01 and the compile.ccc/bat files in the turboc directory: osvers.c: Error osvers.c 44: Unknown preprocessor directive: 'asm' Error osvers.c 47: Unknown preprocessor directive: 'endasm' Even though #asm and #endasm are within #ifdef directives for Pacific C, the preprocessor still complains about it. And dfnpath.c complains about a missing direct.h (suppl26a.zip) Bart