You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just built the release from the website on Windows, using Open Watcom 1.9. I ran into some problems with winadinf.[hc], and "hacked" them to to compile by adding several #ifdef __WATCOMC__ guards.
I've already seen similar guards in those files, and can provide a diff, or even a pull request. It is however, completely untested at the time of this writing.
Is such a patch welcome? Since I'm not sure what any of the code in the files is supposed to do, I thought to ask first.
For the record, I just followed the directions and did
cd src
configur.bat watcom
wmake -f watcom_w.mak
as the build process.
The text was updated successfully, but these errors were encountered:
As an additional comment, my sock_init() fails to find a driver. I had previously installed npcap, and nmap works on my Windows 10; I think that confirms npcap is working, but I'm willing to be educated on that front.
How would I go about debugging why the npcap in watt32 driver fails to initialize?
Dear Watt32,
I've just built the release from the website on Windows, using Open Watcom 1.9. I ran into some problems with winadinf.[hc], and "hacked" them to to compile by adding several
#ifdef __WATCOMC__
guards.I've already seen similar guards in those files, and can provide a diff, or even a pull request. It is however, completely untested at the time of this writing.
Is such a patch welcome? Since I'm not sure what any of the code in the files is supposed to do, I thought to ask first.
For the record, I just followed the directions and did
as the build process.
The text was updated successfully, but these errors were encountered: