Gisle Vanem

Results 321 comments of Gisle Vanem

> Does this mean the issue is resolved? Probably, but it would be nice if you (?) described how to run djgpp inside DOSBOX-X. It never worked for me.

@Lethja > Pull down SvarDOS packages crynwr, ... My Chrome wanted to block all these, but Ill try this. Thanks.

> Note: Some djgpp makefiles in watt-32 blindly call rm I noted that trying to build `rdebug32.exe` with Djgpp inside latest DosBox-X. I failed to find such GNU-tools in SvDOS...

> The packet driver is part of my autoexec above but you can run it manually at anytime to. With `ne2000.com 0x60`, all I get is: This is not valid....

I got further; `pkgnet checkup` work fine. Also a `ping.exe -s router` sends and receives 10 ICMP-packets. But everything freezes at program exit ?!

*Update:* guessing a `T` means timeout, then adding `export FILTERTEST_TIMEOUT=2`, gave a better result: ``` -- lots of diffs skipped --- 224 tests skipped 1097 tests failed 152 tests passed...

> INET6 has to be defined in config.h, not on the command line. I have it as `#define INET6 1`. Does not help.

> Does Windows provide ether_hostton()? No, but there is `pcap_ether_hostton()` that Windows should use. > If yes, where does it read the entries from? It should be `PCAP_ETHERS_FILE`, but that...

> a regexp that should match the #define above My `config.h` gets generated with 2 leading spaces. So why not: ```perl my $re_define_uint = qr/^[[:blank:]]+#define[[:blank:]]+([0-9_A-Z]+)[[:blank:]]+([0-9]+)$/; my $re_define_str = qr/^[[:blank:]]+#define[[:blank:]]+([0-9_A-Z]+)[[:blank:]]+"(.+)"$/; ```...

Seems all the TESTrun script failures were caused by me having `-DBDEBUG`. Removing that, and adding `export FILTERTEST_TIMEOUT=0` (what is it for?) I got much further: ``` 224 tests skipped...